/* Minification failed. Returning unminified contents.
(4532,28): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4540,21): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4544,22): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4545,31): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4549,21): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4554,21): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4555,28): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4563,30): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4573,21): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4575,32): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4588,30): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
(4590,36): run-time error CSS1039: Token not allowed after unary operator: '-telus_purple'
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #2980b9 !important;
  border-top-color: #2980b9 !important;
}
/*****************************************
Button Group Override
******************************************/
/*.btn-group.dropdown {
    .btn {
        line-height: 20px;
        padding: 3px 12px 5px 12px;
        font-size: 12px;
        margin-right: 0;
        margin-left: 0;

        .caret {
            margin-top: 7px;
        }

        .border-radius(0px);
    }
}*/
.btn-group.split-button .btn {
  border: 0px;
  margin-right: 0px;
  border-radius: 0px;
}
.btn-group.split-button .btn:hover {
  z-index: auto;
}
.btn-group.split-button .btn:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group.split-button .btn:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group.split-button .btn.dropdown-toggle {
  padding-right: 0px !important;
  border-left: 1px solid #fff;
}
.btn-group.split-button .btn.dropdown-toggle .icon-caret-down {
  color: #fff;
}
.btn-group.split-button .dropdown-menu {
  border: 0px;
  margin-top: 2px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333;
  padding: 0px;
  width: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.btn-group.split-button .dropdown-menu.danger {
  background-color: #E22525;
  color: #fff;
}
.btn-group.split-button .dropdown-menu.danger li:hover {
  background-color: #ec7063;
}
.btn-group.split-button .dropdown-menu.primary {
  background-color: #5BC5EC;
  color: #fff;
}
.btn-group.split-button .dropdown-menu.primary li:hover {
  background-color: #7fd6f6;
}
.btn-group.split-button .dropdown-menu.success {
  background-color: #3eb921;
  color: #fff;
}
.btn-group.split-button .dropdown-menu.success li:hover {
  background-color: #58d68d;
}
.btn-group.split-button .dropdown-menu.warning {
  background-color: #EB6644;
  color: #fff;
}
.btn-group.split-button .dropdown-menu.warning li:hover {
  background-color: #f5d313;
}
.btn-group.split-button .dropdown-menu li {
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-weight: bold;
}
.btn-group.split-button .dropdown-menu li:first-child {
  margin-top: 5px;
}
.btn-group.split-button .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.btn-group.split-button .dropdown-menu li:hover {
  cursor: pointer;
}
.btn-group.dropdown .btn,
.btn-group.dropup .btn {
  border: 0px;
  margin-right: 0px;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
}
.btn-group.dropdown .btn:hover,
.btn-group.dropup .btn:hover {
  z-index: auto;
}
.btn-group.dropdown .btn:last-of-type,
.btn-group.dropup .btn:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group.dropdown .btn:first-of-type,
.btn-group.dropup .btn:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group.dropdown .btn.dropdown-toggle,
.btn-group.dropup .btn.dropdown-toggle {
  padding-right: 0px !important;
  border-left: 1px solid #fff;
}
.btn-group.dropdown .btn.dropdown-toggle .icon-caret-down,
.btn-group.dropup .btn.dropdown-toggle .icon-caret-down,
.btn-group.dropdown .btn.dropdown-toggle .icon-caret-up,
.btn-group.dropup .btn.dropdown-toggle .icon-caret-up {
  color: #fff;
  float: right;
  padding-left: 10px;
}
.btn-group.dropdown .dropdown-menu,
.btn-group.dropup .dropdown-menu {
  border: 0px;
  margin-top: 2px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333;
  padding: 0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: auto;
}
.btn-group.dropdown .dropdown-menu.danger,
.btn-group.dropup .dropdown-menu.danger {
  background-color: #E22525;
  color: #fff;
}
.btn-group.dropdown .dropdown-menu.danger li:hover,
.btn-group.dropup .dropdown-menu.danger li:hover {
  background-color: #ec7063;
}
.btn-group.dropdown .dropdown-menu.primary,
.btn-group.dropup .dropdown-menu.primary {
  background-color: #5BC5EC;
  color: #fff;
}
.btn-group.dropdown .dropdown-menu.primary li:hover,
.btn-group.dropup .dropdown-menu.primary li:hover {
  background-color: #7fd6f6;
}
.btn-group.dropdown .dropdown-menu.success,
.btn-group.dropup .dropdown-menu.success {
  background-color: #3eb921;
  color: #fff;
}
.btn-group.dropdown .dropdown-menu.success li:hover,
.btn-group.dropup .dropdown-menu.success li:hover {
  background-color: #58d68d;
}
.btn-group.dropdown .dropdown-menu.warning,
.btn-group.dropup .dropdown-menu.warning {
  background-color: #EB6644;
  color: #fff;
}
.btn-group.dropdown .dropdown-menu.warning li:hover,
.btn-group.dropup .dropdown-menu.warning li:hover {
  background-color: #f5d313;
}
.btn-group.dropdown .dropdown-menu li,
.btn-group.dropup .dropdown-menu li {
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-weight: bold;
}
.btn-group.dropdown .dropdown-menu li:first-child,
.btn-group.dropup .dropdown-menu li:first-child {
  margin-top: 5px;
}
.btn-group.dropdown .dropdown-menu li:last-child,
.btn-group.dropup .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.btn-group.dropdown .dropdown-menu li:hover,
.btn-group.dropup .dropdown-menu li:hover {
  cursor: pointer;
}
.btn-group.dropdown .dropdown-menu {
  margin-top: 2px;
}
.btn-group.dropup .dropdown-menu {
  margin-bottom: 2px;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) {
  margin-bottom: 0px;
  margin-left: 0px !important;
  display: block;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup).form-inline {
  margin-left: 0px;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #ccc;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 15px;
  font-size: 12px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #555;
  position: static;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn.active {
  color: #fff;
  background-color: #4e586a !important;
  border-color: #4e586a !important;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn:active {
  border-color: #4e586a !important;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn:hover {
  color: #59b1f6;
  background-color: #fff;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn.active:hover {
  color: #fff;
  background-color: #4e586a;
  border-color: #4e586a;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn.span6 {
  width: 50%;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) > .btn:first-of-type {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-width: 1px;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) > .btn:last-of-type {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-width: 0px;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) > .btn:last-child {
  border-right-color: #ccc;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) > .btn:first-child {
  border-left-color: #ccc;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) > .btn.active:last-child {
  border-right-color: #4e586a;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup) > .btn.active:first-child {
  border-left-color: #4e586a;
}
.btn-group:not(.dropdown):not(.split-button):not(.dropup).stacked > .btn {
  border: 1px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.control-group.error .btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn {
  border-color: #e74c3c;
  background-color: #fbf2f2;
  color: #e74c3c;
}
.control-group.error .btn-group:not(.dropdown):not(.split-button):not(.dropup) .btn.active {
  background-color: #b94a48 !important;
  border-color: #e74c3c !important;
  color: #fbf2f2;
}
/*****************************************
Button Overrides
******************************************/
.btn {
  font-weight: 400;
  background: #4e586a;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px 10px;
  line-height: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.btn[class*="span"] {
  margin-left: 0px !important;
}
.btn:hover {
  background: #7fd6f6;
}
.btn.active,
.btn:active {
  background: #006084;
}
.btn span {
  margin: 0 !important;
  margin-right: 10px !important;
  font-size: 14px;
  float: left;
  line-height: 30px;
}
.btn i {
  font-size: 14px;
  /*line-height: 30px;*/
}
.btn.btn-small {
  padding: 0px 10px !important;
  line-height: 30px;
  height: 30px;
}
.btn.btn-small .caret {
  margin: 5px 0 5px 10px;
}
.btn.btn-large {
  padding: 0 21px !important;
  height: 40px;
  line-height: 40px;
}
.btn.btn-large span {
  margin-right: 10px !important;
  font-size: 10px;
  line-height: 16px;
  float: left;
}
.btn.btn-large i {
  font-size: 10px;
  line-height: 16px;
}
.btn.btn-mini {
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
}
.btn.btn-mini span {
  margin-right: 10px !important;
  font-size: 10px;
  line-height: 16px;
  float: left;
}
.btn.btn-mini i {
  font-size: 10px;
  line-height: 16px;
}
.btn.btn-danger {
  background: #E22525;
}
.btn.btn-primary {
  background: #5BC5EC;
}
.btn.btn-success {
  background: #3eb921;
}
.btn.btn-warning {
  background: #EB6644;
}
.btn.btn-inverse {
  background: rgba(136, 183, 213, 0);
}
.btn.btn-edit {
  background: #EB6644;
}
button,
a.btn {
  font-weight: bold;
}
.btn.disabled,
.btn[disabled] {
  /*background-color: rgba(0,0,0,0.5) !important;*/
  opacity: 0.25;
}
.modal-footer .btn {
  margin-bottom: 0px;
}
.modal-footer .btn.pull-right {
  margin-left: 10px;
}
.modal-footer .btn.pull-left {
  margin-right: 10px;
}
.new-window-btn {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #fff;
  color: #0D8BC3;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin: 4px 0;
}
.new-window-btn:hover {
  background: #fff;
  border: 1px solid #0d8bc3;
}
.new-window-btn.active {
  background: #0d8bc3;
  color: #fff;
  border: 1px solid #0d8bc3;
}
.remove-doc-btn {
  background: #E22525;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  width: 30px;
  margin-right: 5px;
  margin-top: 6px;
}
.btn.btn-small.postal-code-reset-btn {
  margin: 0px;
  padding-left: 7px !important;
  margin-left: 2px !important;
  -o-text-overflow: clip;
  -ms-text-overflow: clip;
  text-overflow: clip;
}
.print-btn {
  color: #ccc;
  margin-right: 10px;
}
.top-search-bar {
  margin-top: 5px;
  /*.input-bkrd {
        background-color: #fff;
        .border-radius(0px);
        border: 1px solid #fff;
        //border: 1px solid #ddd;
        //border-top: 1px solid #999;
        height: 30px;
    }*/
}
.top-search-bar .select2-choice {
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #f0f0f0;
  border-right: 0;
  padding: 0 10px;
  color: #6b717b;
  line-height: 30px;
  height: 30px;
}
.top-search-bar .select2-choice,
.top-search-bar .select2-container {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 28px;
  line-height: 28px;
}
.top-search-bar .select2-container .select2-choice .select2-arrow {
  top: 3px;
}
.case-top-bar {
  max-width: 1280px;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.search-results-title {
  position: fixed;
  top: 42px;
  max-width: 1280px;
  min-width: 800px;
  width: 100%;
  z-index: 999;
  height: 100px;
  background: #fff;
  border-bottom: 2px solid #eee;
  padding: 0;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-results-title .pull-left,
.search-results-title .pull-right {
  line-height: 45px;
}
.search-results-title .employee-profile-icon {
  height: 26px;
  margin: 12px 12px 0 -8px;
  display: block;
  width: 26px;
  float: left;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ccc;
}
.search-results-title .employee-profile-icon:hover {
  cursor: pointer;
}
.search-results-title .employee-profile-icon.active {
  color: #66bc48;
}
.search-results-title .employee-profile-icon.outcomed {
  color: #a5a06b;
  /* Old browsers */
}
.search-results-title .employee-profile-icon.init {
  color: #5BC5EC;
  /* Old browsers */
}
.search-results-title .employee-profile-icon.discharged {
  color: #dd3014;
}
.search-results-title .employee-profile-icon.void {
  color: #888;
  /* Old browsers */
}
.search-results-title .case-info-bar .summary-container {
  font-size: 12px;
  padding: 10px 17px;
  overflow: hidden;
  height: 20px;
}
.search-results-title .case-info-bar .summary-container .summary-block {
  font-size: 12px;
  float: left;
  margin-right: 15px;
  padding: 0 30px 0 0;
  height: 50px;
}
.search-results-title .case-info-bar .summary-container .summary-block .details-label {
  display: block;
  color: #ccc;
  font-size: 10px;
  font-weight: normal;
}
.search-results-title .case-info-bar .summary-container .summary-block .details-content {
  float: left;
  font-size: 13px;
  font-weight: bold;
}
.search-results-title .top-bar {
  margin: 0px;
  height: 50px;
  background: #555;
  /* Dropdowns */
}
.search-results-title .top-bar .case-info-block {
  padding: 0 20px;
  margin: 0;
  height: 50px;
  display: block;
}
.search-results-title .top-bar .case-info-block div {
  color: #ccc;
  font-size: 13px;
  font-weight: normal !important;
  margin: 0 5px;
  padding: 0 10px;
  float: left;
  min-width: 60px;
  height: 50px;
  position: relative;
  border-right: 1px solid #666;
}
.search-results-title .top-bar .case-info-block strong {
  font-weight: bold;
}
.search-results-title .top-bar .case-info-block span {
  position: absolute;
  top: 10px;
  height: 10px;
  line-height: 10px;
  color: #888;
  font-size: 10px;
  font-weight: normal;
}
.search-results-title .top-bar .info-block {
  font-weight: 900;
  line-height: 50px;
  height: 50px;
  float: left;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  margin: 0;
  border-right: 1px solid #666;
  color: #ccc;
}
.search-results-title .top-bar .info-block i {
  opacity: 0.5;
  margin-left: 10px;
  font-size: 18px;
}
.search-results-title .top-bar .info-block:hover {
  background: #5BC5EC;
  cursor: pointer;
}
.search-results-title .top-bar .info-block.active {
  background: #fff;
  color: #3f3f3f;
}
.search-results-title .top-bar .occupation {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-left: 1px;
  letter-spacing: 0;
  color: #aaa;
  height: 15px;
  line-height: 15px;
}
.search-results-title .top-bar .dropdown {
  position: static;
  padding: 0;
}
.search-results-title .top-bar .employee-info-dropdown {
  left: 186px;
  position: fixed;
  top: 75px;
  width: 300px;
  font-size: 12px;
  line-height: 30px;
}
.search-results-title .top-bar .employee-info-dropdown .historical-block {
  padding: 5px;
  text-align: center;
  display: block;
  color: #888;
  border: 1px solid #ccc;
  margin: 10px;
}
.search-results-title .top-bar .employee-info-dropdown .employee-info-block h1 {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.search-results-title .top-bar .employee-info-dropdown .employee-info-block .summary-block {
  line-height: 26px;
  font-size: 12px;
  width: 250px;
  float: left;
  padding: 0 40px 0 0;
  font-weight: normal;
}
.search-results-title .top-bar .employee-info-dropdown .employee-info-block .summary-block .details-label {
  float: left;
  color: #737373;
}
.search-results-title .top-bar .employee-info-dropdown .employee-info-block .summary-block .details-content {
  float: right;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #232323;
  font-size: 12px;
  font-weight: normal;
}
.search-results-title .top-bar .case-info-dropdown {
  left: 57px;
  right: 232px;
  position: fixed;
  top: 75px;
  width: inherit;
  font-size: 12px;
  line-height: 30px;
}
.search-results-title .top-bar .case-info-dropdown h1 {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.search-results-title .top-bar .case-info-dropdown .summary-container {
  font-size: 12px;
}
.search-results-title .top-bar .case-info-dropdown .summary-container .summary-block {
  line-height: 26px;
  font-size: 12px;
  width: 250px;
  float: left;
  padding: 0 40px 0 0;
  font-weight: normal;
}
.search-results-title .top-bar .case-info-dropdown .summary-container .summary-block .details-label {
  float: left;
  color: #737373;
}
.search-results-title .top-bar .case-info-dropdown .summary-container .summary-block .details-content {
  float: right;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #232323;
  font-size: 12px;
  font-weight: normal;
}
.search-results-title .top-bar .edit-info {
  font-size: 12px;
  padding: 0 10px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 13px 0;
  color: #888;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-results-title .top-bar .edit-info span {
  margin-right: 15px;
}
.search-results-title .top-bar .edit-info:hover {
  color: #fff;
  background: #EB6644;
  border: 1px solid #EB6644;
  cursor: pointer;
}
.search-results-title .top-bar .dropdown-menu {
  background: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 25px 40px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-results-title .employee-info {
  position: absolute;
  padding: 0;
  padding-right: 20px;
  z-index: 1;
  height: 50px;
}
.search-results-title .employee-info:hover {
  background: #fff;
  cursor: pointer;
}
.search-results-title .employee-info:active {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.search-results-title .case-info {
  font-size: 12px;
  font-weight: 900;
  padding-left: 10px;
  margin: 0px;
}
.search-results-title .ACTIVE {
  background-color: #26af17;
}
.search-results-title .DISCHARGED {
  background-color: #af000f;
}
.search-results-title .INIT {
  background-color: #5BC5EC;
}
.search-results-title .OUTCOMED {
  background-color: #a5a06b;
}
.search-results-title .VOID {
  background-color: #aaa;
}
.search-results-title .case-state {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 0px 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.search-results-title .case-options {
  line-height: 26px;
  margin-right: 12px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.search-results-title .case-options .btn {
  color: #888;
  font-weight: bold;
  padding: 0 2px !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  margin: 8px;
  position: relative;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
  border-bottom: none !important;
}
.search-results-title .case-options .btn:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}
.search-results-title .case-options .btn span {
  font-size: 28px;
  line-height: 40px;
  margin: 0 !important;
  padding: 0;
}
.search-results-title .case-options .btn i {
  color: #444;
  text-shadow: 0px 1px 1px #ddd;
  font-size: 14px;
  line-height: 35px;
}
.search-results-title .case-options .btn .number {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  background: #dd3014;
  background: -moz-linear-gradient(top, #dd3014 0%, #bf2907 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd3014), color-stop(100%, #bf2907));
  background: -webkit-linear-gradient(top, #dd3014 0%, #bf2907 100%);
  background: -o-linear-gradient(top, #dd3014 0%, #bf2907 100%);
  background: -ms-linear-gradient(top, #dd3014 0%, #bf2907 100%);
  background: linear-gradient(to bottom, #dd3014 0%, #bf2907 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3014', endColorstr='#bf2907', GradientType=0);
  color: white;
  font-size: 10px;
  line-height: 15px;
  height: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 4px;
  background-clip: border-box;
}
.search-results-title .case-options .btn .time {
  background: #5BC5EC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5BC5EC 0%, #0086fc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5BC5EC), color-stop(100%, #0086fc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5BC5EC 0%, #0086fc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5BC5EC 0%, #0086fc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5BC5EC 0%, #0086fc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5BC5EC 0%, #0086fc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5BC5EC', endColorstr='#0086fc', GradientType=0);
  /* IE6-9 */
}
.search-results-title .case-options .btn:active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.75) !important;
}
.search-results-title .case-options .disabled {
  border: 1px solid #ccc;
  background: #fff;
  color: #aaa !important;
}
.search-results-row {
  height: 100px;
  white-space: nowrap;
  position: fixed;
  top: 92px;
  background-color: #f5f5f5;
  left: 48px;
  right: 0;
  z-index: 998;
  -webkit-transform: translateZ(0);
  /*Chrome Scrolling Fix*/
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.search-results-container {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  height: 100px;
  /*box-shadow: 0 0 10px #f0f0f0;*/
}
.search-results-container .details-label-title {
  width: 100px;
  margin-top: 30px;
  margin-left: -30px;
  background: #8fabc2;
  color: #fff;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  white-space: nowrap;
  border: 1px solid #8fabc2;
  border-right: 0;
  border-left: 0;
}
.search-results-container .details-label {
  line-height: 18px;
  color: #aaa;
  float: left;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 15px 0 0;
  text-align: left;
  text-transform: uppercase;
  width: 85px;
  font-size: 10px;
  white-space: nowrap;
}
.search-results-container .details-label span {
  font-size: 14px;
  float: left;
  line-height: 20px;
  margin-right: 15px;
  color: #979da7;
}
.search-results-container .long {
  padding-bottom: 0px;
  text-align: left;
  font-weight: normal;
  color: #979da7;
  float: left;
  width: 30px;
  display: block;
  padding: 0;
  height: 100px;
}
.search-results-container .long span {
  font-size: 28px;
  float: left;
  color: #979da7;
  clear: both;
}
.search-results-container .details-content {
  line-height: 18px;
  width: 140px;
  display: block;
  float: left;
  text-align: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}
/*this style doesn't seems to be used in any referral page , hence commenting it out (as it is breaking MVC minification) after consultation with UI/UX*/
/*.navbar .btn,.navbar .btn-group:not(.language-btn-group, .logout-btn) {
  margin-top: 0px;
  border-left: 2px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 0px;
}*/
.search-results-table-container {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 25px 40px 10px rgba(0, 0, 0, 0.2);
  border-top: none;
  display: none;
  left: 7px;
  overflow-x: none;
  position: fixed;
  right: 7px;
  top: 42px;
  z-index: 1045;
}
.search-results-table-container .search-inputs {
  padding: 10px;
  padding-bottom: 0px;
  background: #5C8497;
}
.search-results-table-container .search-inputs [class*="span"] {
  border-left: 0px;
  margin-left: 0px;
  border: none;
}
.search-results-table-container input {
  border: none;
}
.search-results-table-container ul.table-list.hover > li:not(.header):hover {
  background-color: #eee;
}
.search-results-table-container .select2-choice {
  border: 1px solid #fff;
}
.search-results-table-container .search-results-default .no-results {
  width: 300px;
  margin: 30px auto;
}
.search-results-table-container .search-results-default .icon-search {
  padding: 14px;
  line-height: 42px;
  font-size: 30px;
  float: left;
  color: #ccc;
}
.search-results-table-container .search-results-default h1 {
  float: left;
  color: #ccc;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 200;
}
.search-results-table-container .ACTIVE {
  color: #26af17;
}
.search-results-table-container .DISCHARGED {
  color: #af000f;
}
.search-results-table-container .INIT {
  color: #5BC5EC;
}
.search-results-table-container .OUTCOMED {
  color: #a5a06b;
}
.search-results-table-container .VOID {
  color: #eee;
}
.search-results-table-container .red {
  color: #f00;
  font-weight: bold;
}
.search-results-table-container .green {
  color: #66d021;
  font-weight: bold;
}
.search-results-table-container .large {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
}
.search-results-table-container .icon-folder-close {
  margin-right: 10px;
}
.search-results-table-container .esc-to-close {
  float: left;
  margin: 10px;
  color: #ccc;
}
.search-results-table-container .pagination {
  float: right;
  margin: 15px 20px;
}
.search-results-table-container .name {
  font-size: 12px;
  text-transform: uppercase;
}
.search-results-table-container .name i {
  width: 30px;
  display: block;
  float: left;
  line-height: 30px;
  color: #ccc;
  font-size: 14px;
}
.search-results-table-container .name strong {
  color: #222;
  font-size: 12px !important;
  font-weight: 900;
}
.search-results-table-container .name span.ACTIVE {
  background: #26af17;
}
.search-results-table-container .name .DISCHARGED {
  background: #af000f;
}
.search-results-table-container .name .INIT {
  background: #5BC5EC;
}
.search-results-table-container .name .OUTCOMED {
  background: #a5a06b;
}
.search-results-table-container .name .VOID {
  background: #eee;
}
.search-results-table-container .more-results {
  color: #AAAAAA;
  float: left;
  font-weight: normal;
  margin: 20px;
}
.version {
  color: #cccccc;
  font-size: 10px;
  left: 50px;
  opacity: 1;
  position: absolute;
  top: 15px;
  z-index: 10000;
}
#nav {
  margin: 0;
  background: none;
}
#nav .nav > li > a {
  padding: 0;
  height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
#nav li:hover > a,
#nav li > a:active,
#nav li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#nav li > a:focus {
  background-color: transparent;
}
#nav li.active > a,
#nav .documents.active > a,
#nav li.items.active > a,
#nav li.expected.active > a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.navbar {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.navbar a.top-bar-icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0 none;
  line-height: 34px;
  height: 34px;
  display: block;
  background: none;
  margin: 4px 10px;
  padding: 0 15px;
  text-align: center;
  color: #5C8497;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
.navbar a.top-bar-icon span {
  margin-right: 15px;
  display: inline;
  float: left;
  line-height: 34px;
  font-size: 14px;
}
.navbar a.top-bar-icon:hover {
  background: #f0f0f0;
}
.navbar a.top-bar-icon.active {
  color: #fff;
  background: #47bdee;
}
.navbar .homepage-dropdown {
  width: 200px;
  margin-top: 0px;
  padding: 0px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.navbar .homepage-dropdown li .table-list {
  background: #5C8497;
}
.navbar .homepage-dropdown li .table-list li {
  clear: both;
  display: block;
  color: #fff;
  font-size: 12px;
  height: 40px;
  font-weight: 400;
  padding: 0;
  line-height: 40px;
  border: none;
}
.navbar .homepage-dropdown li .table-list li:hover {
  background-color: #688FA2 !important;
}
.navbar .homepage-dropdown li .table-list span {
  font-size: 14px;
  width: 30px;
  float: left;
  text-align: center;
  background: #5C8497;
  border: 1px solid #5C8497;
  border-radius: 4px;
  line-height: 30px;
  height: 30px;
  margin: 4px;
  color: #fff;
  margin-right: 9px;
}
.navbar .homepage-dropdown li .table-list li:last-child {
  border-bottom: none;
}
.navbar-fixed-top {
  height: 42px;
}
.right-nav-icons {
  height: 42px;
}
.right-nav-icons ul {
  margin: 0 0 10px 0px;
}
.right-nav-icons .user-container h1 {
  font-size: 12px;
}
.right-nav-icons .cases-container {
  position: relative;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  font-size: 12px;
  background-color: #fff;
  width: 500px;
  margin-left: 0;
  float: left;
  color: #979da7;
}
.right-nav-icons .cases-container [class^="icon-"],
.right-nav-icons .cases-container [class*=" icon-"] {
  font-size: 14px;
  color: #20c300;
  margin-right: 10px;
}
.right-nav-icons .tasks-container {
  position: relative;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  font-size: 12px;
  width: 500px;
  background-color: #fff;
  color: #a1a3a7;
}
.right-nav-icons .cases-dropdown.open .dropdown-toggle,
.right-nav-icons .tasks-dropdown.open .dropdown-toggle,
.right-nav-icons .user-dropdown.open .dropdown-toggle {
  color: #fff;
  background-color: #5BC5EC;
}
.right-nav-icons .cases-dropdown.open .dropdown-toggle:hover,
.right-nav-icons .tasks-dropdown.open .dropdown-toggle:hover,
.right-nav-icons .user-dropdown.open .dropdown-toggle:hover {
  background-color: #5BC5EC;
}
.right-nav-icons .cases-dropdown .dropdown-menu.top-dropdown,
.right-nav-icons .tasks-dropdown .dropdown-menu.top-dropdown,
.right-nav-icons .user-dropdown .dropdown-menu.top-dropdown {
  width: 500px;
  margin-top: 1px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 0px;
  padding: 0px;
  right: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.right-nav-icons .cases-dropdown .dropdown-menu.top-dropdown li,
.right-nav-icons .tasks-dropdown .dropdown-menu.top-dropdown li,
.right-nav-icons .user-dropdown .dropdown-menu.top-dropdown li {
  width: 500px;
}
.right-nav-icons .user-dropdown .dropdown-menu.top-dropdown {
  width: 200px;
  padding: 10px;
}
.right-nav-icons .user-dropdown .dropdown-menu.top-dropdown li {
  width: 200px;
}
.right-nav-icons .tasks-dropdown .dropdown-menu.top-dropdown ul {
  margin-left: 0px;
  padding-left: 0px;
}
.right-nav-icons .tasks-dropdown .dropdown-menu.top-dropdown ul li {
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-nav-icons .tasks-dropdown .dropdown-menu.top-dropdown ul li:hover {
  background-color: inherit;
  cursor: default;
}
.right-nav-icons .tasks-dropdown .dropdown-menu.top-dropdown ul li a {
  margin: 0px;
  padding: 0px;
}
.right-nav-icons .dropdown-menu {
  display: block;
  background: #fff;
}
.right-nav-icons ul li {
  float: left;
  list-style: none;
}
.navbar-inverse .nav > li > a {
  border-bottom: none;
}
.navbar-inverse .navbar-inner {
  height: 42px;
  z-index: 999;
  position: fixed;
  max-width: 1280px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.modal {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  margin-top: 0!important;
}
.modal.small {
  width: 50%;
  margin-left: -25%;
  margin-top: 0px !important;
  top: 60px;
}
.modal.small.scroll {
  height: 50%;
}
.modal.medium {
  width: 70%;
  margin-left: 10%;
  margin-top: 0px !important;
  top: 60px;
}
.modal.medium.scroll {
  height: 70%;
}
.modal.large {
  width: 90%;
  margin-left: -45%;
  margin-top: 0px !important;
  top: 60px;
}
.modal.large.scroll {
  height: 80%;
}
.modal.scroll .modal-body {
  margin-bottom: 59px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  right: 0px;
  top: 41px;
  left: 0px;
  bottom: 0px;
  padding-bottom: 20px;
}
.modal.scroll .modal-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.modal .singular-close {
  color: #af000f;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-shadow: none;
  opacity: 1;
  margin: 0;
  right: 5px;
  top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal .singular-close:hover {
  background: #af000f;
  text-shadow: none;
  color: #fff;
}
.modal .close {
  color: #af000f;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-shadow: none;
  opacity: 1;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal .close:hover {
  background: #af000f;
  text-shadow: none;
  color: #fff;
}
.modal .modal-header {
  border-radius: 0;
  cursor: move;
  padding: 5px;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
  border: none;
}
.modal .modal-header h3 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margiN: 0 10px;
}
.modal .modal-body .modal-footer {
  margin: 15px 0 0 0 !important;
}
.modal .modal-body h5 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 10px;
  color: #333;
}
.modal .modal-body .tabbable {
  margin: -20px -24px;
}
.modal .modal-body .tabbable ul {
  background: white;
}
.modal .modal-body .tabbable ul li a {
  color: #333;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
}
.modal .modal-body .tabbable ul li.disabled a {
  color: #ddd;
}
.modal .modal-body .tabbable .tab-content {
  padding: 20px 24px;
}
.modal .modal-body .tabbable .nav-tabs {
  background: #f5f5f5;
  border-bottom: 1px solid #f0f0f0;
}
.modal .modal-body .tabbable .nav-tabs li.active a,
.modal .modal-body .tabbable .nav-tabs li.active a:hover,
.modal .modal-body .tabbable .nav-tabs li.active a:focus {
  color: #333;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
  border-bottom: 3px solid #fff;
  border-top: 2px solid #5BC5EC;
  margin-right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal .modal-footer {
  padding: 15px;
  margin-top: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.modal.fade {
  /*transition: opacity 0.75s linear 1s, top 0.3s ease-out 0.75s, bottom 0s ease-out 0s, margin-top 0.3s ease-out 0.5s;*/
  transition: opacity 0.2s !important;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background: #333;
}
body.modal-open {
  margin-right: 17px;
}
body.modal-open .right-sidebar {
  margin-right: 17px;
}
.modal-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-close,
.modal-close:link,
.modal-close:visited {
  background: url("/themes/MS360/images/dialogs/close-22.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  transition: none !important;
  height: 22px;
  margin: 0 0 4px 4px;
  position: absolute;
  right: 2px;
  top: 4px;
  width: 22px;
}
h1 {
  color: #222;
  font-family: "Open Sans Condensed Light", "Open Sans Condensed", "Open Sans", Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 48px;
  margin: 0 0 16px;
  text-transform: none;
}
.tooltip {
  font-size: 12px;
  white-space: normal;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  padding-bottom: 0px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.75);
  border-width: 9px 9px 0;
  bottom: -9px;
  margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.75);
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
.tooltip.bottom {
  padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-width: 9px 0 9px 9px;
  margin-top: -9px;
  right: -3px;
}
.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.75);
  font-family: Arial;
  white-space: normal;
  font-size: 10px;
  line-height: 15.42px;
  padding: 4px;
  text-align: center;
  width: auto !important;
  max-width: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.container-main-content {
  margin: 5vh auto;
  max-width: 1280px;
}
.content-page {
  background-color: #fff;
  padding: 0px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  margin: 112px 230px 0 57px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.add-new-btn {
  margin: 10px;
}
h2.page-title {
  font-size: 14px;
  font-weight: 200;
  height: 32px;
  line-height: 32px;
  margin: 0 0 10px 0;
  padding: 0 25px;
  text-align: left;
  float: left;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.full-page {
  padding: 0;
  background-color: #fff;
  padding-bottom: 80px;
  margin-bottom: 50px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.15);
  max-width: 1280px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.full-page .page-title {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
h4.page-title {
  font-size: 15px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  padding: 5px 20px;
  text-align: left;
  margin: 0;
  border: 0;
  display: block;
  color: #4f4f4f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #f5f5f5;
  /* Old browsers */
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
h4.page-title a {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
}
h4.page-title a.active {
  color: #fff;
  text-shadow: none;
}
/****************************************
Popovers    
*****************************************/
.popover {
  max-width: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff !important;
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #ccc;
  margin: 10px;
  outline: none;
  z-index: 9997;
}
.popover .close {
  font-size: 14px;
  margin: 10px;
}
.popover .popover-content {
  outline: none;
  padding: 0px;
}
.popover .popover-content h3 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
  margin: 0;
}
.popover.top .arrow {
  border-top-color: #666 !important;
}
.popover.left .arrow {
  border-left-color: #666 !important;
}
.popover.right .arrow {
  border-right-color: #666 !important;
}
.popover.bottom .arrow {
  border-bottom-color: #666 !important;
}
.popover-overlay {
  z-index: 9996;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ticker-time-popover {
  width: 500px;
}
.ticker-time-popover h1 {
  font-size: 12px;
  text-align: center;
  background: #333;
  padding: 10px;
  color: #eee;
}
.ticker-time-popover .time-display .totals {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.ticker-time-popover .time-display .totals span {
  clear: both;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  font-weight: 900;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.ui-pnotify,
.stack-bar-top {
  width: inherit;
  opacity: 1;
  display: block;
  right: 0;
  top: 0px;
  cursor: auto;
  left: 0;
}
.ui-pnotify .ui-pnotify-container,
.stack-bar-top .ui-pnotify-container,
.ui-pnotify .ui-pnotify-shadow,
.stack-bar-top .ui-pnotify-shadow {
  padding: 10px;
  border: none;
  background-color: #fef295;
  padding-top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-icon,
.stack-bar-top .ui-pnotify-container .ui-pnotify-icon,
.ui-pnotify .ui-pnotify-shadow .ui-pnotify-icon,
.stack-bar-top .ui-pnotify-shadow .ui-pnotify-icon {
  display: block;
  float: left;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-icon span,
.stack-bar-top .ui-pnotify-container .ui-pnotify-icon span,
.ui-pnotify .ui-pnotify-shadow .ui-pnotify-icon span,
.stack-bar-top .ui-pnotify-shadow .ui-pnotify-icon span {
  line-height: 40px;
  margin-right: 15px;
  color: #5BC5EC;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-title,
.stack-bar-top .ui-pnotify-container .ui-pnotify-title,
.ui-pnotify .ui-pnotify-shadow .ui-pnotify-title,
.stack-bar-top .ui-pnotify-shadow .ui-pnotify-title {
  font-size: 15px;
  font-weight: 900;
  color: #333;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-text,
.stack-bar-top .ui-pnotify-container .ui-pnotify-text,
.ui-pnotify .ui-pnotify-shadow .ui-pnotify-text,
.stack-bar-top .ui-pnotify-shadow .ui-pnotify-text {
  font-size: 15px;
  color: #c58600;
  padding: 8px 0px 0 0;
  text-align: center;
  font-weight: bold;
}
.row-fluid > .sidebar {
  position: relative;
  top: 0;
  left: auto;
  width: 183px;
}
.right-sidebar-wrapper {
  float: right;
  width: 220px;
}
.sidebar-container {
  max-width: 1280px;
  margin: 0 auto;
}
.sidebar {
  position: fixed;
  -webkit-transform: translateZ(0);
  z-index: 998;
  bottom: 0;
  margin-bottom: 10px;
  width: 47px;
  overflow: hidden;
  top: 154px !important;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sidebar .wedge-bottom {
  height: 10px;
  margin: 0 5px;
  border-top: 1px solid #e5e5e5;
  -webkit-transform: translateZ(0);
}
.sidebar .wedge-top {
  height: 10px;
  -webkit-transform: translateZ(0);
}
.right-sidebar {
  width: 220px;
  position: fixed;
  top: 154px;
  bottom: 0px;
  z-index: 990;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.right-sidebar h4 {
  color: #555;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 220px;
}
.right-sidebar h2 {
  color: #979da7;
  font-size: 8px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
}
.right-sidebar h1 {
  color: #FFFFFF;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0;
  top: 0;
  z-index: 3;
  background: #C9A47C;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.right-sidebar .right-sidebar-top-mask {
  position: absolute;
  background-color: #f1f1f1;
  top: -100px;
  left: 0px;
  height: 100px;
  width: 220px;
  z-index: 2;
}
.right-sidebar .task-history-btn {
  float: right;
  margin: 10px;
  background: #ba8b58;
}
.right-sidebar .task-list-container .scrolling-container {
  width: 220px;
  top: 204px;
  position: fixed;
  bottom: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.right-sidebar .task-list-container .scrolling-container.showScrollbar {
  overflow-y: auto;
}
.right-sidebar .task-list-container .scrolling-container ul {
  list-style-type: none;
  margin: 0px;
}
.right-sidebar .task-list-container .scrolling-container ul li {
  cursor: pointer;
  float: left;
  padding: 0;
  width: 220px;
  min-height: 40px;
}
.right-sidebar .task-list-container .scrolling-container ul li:hover {
  background: #f5f5f5;
}
.right-sidebar .task-list-container .scrolling-container ul li .task {
  border-top: 1px solid #fff;
  width: 100%;
}
.right-sidebar .task-list-container .scrolling-container ul li .task:hover {
  background: #f5f5f5 !important;
}
.right-sidebar .task-list-container .scrolling-container ul .header {
  text-align: center;
  line-height: 30px;
  height: 30px;
  min-height: 30px;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: bold;
}
.sidebar,
.right-sidebar {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
/*****************************************
 Sidebar Navigation 
******************************************/
ul.sidebar-nav {
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
  -webkit-transform: translateZ(0);
  /*Chrome Scrolling Fix*/
}
ul.sidebar-nav a {
  /*-webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;*/
  color: #6B717B;
  text-decoration: none;
}
ul.sidebar-nav .text-container:hover .nav-icon {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
ul.sidebar-nav li.activity-log-sidebar .nav-icon {
  color: #69BBD4;
}
ul.sidebar-nav li.activity-log-sidebar .text-container:hover {
  background-color: #69BBD4;
  color: #fff;
}
ul.sidebar-nav li.activity-log-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.activity-log-sidebar.active {
  background-color: #69BBD4;
  color: #fff;
}
ul.sidebar-nav li.activity-log-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #69BBD4;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.phone-assessment-sidebar .nav-icon {
  color: #49B843;
}
ul.sidebar-nav li.phone-assessment-sidebar .text-container:hover {
  background-color: #49B843;
  color: #fff;
}
ul.sidebar-nav li.phone-assessment-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.phone-assessment-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.phone-assessment-sidebar.active {
  background-color: #49B843;
  color: #fff;
}
ul.sidebar-nav li.phone-assessment-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #49B843;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.medical-records-sidebar .nav-icon {
  color: #44B2B3;
}
ul.sidebar-nav li.medical-records-sidebar .text-container:hover {
  background-color: #44B2B3;
  color: #fff;
}
ul.sidebar-nav li.medical-records-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.medical-records-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.medical-records-sidebar.active {
  background-color: #44B2B3;
  color: #fff;
}
ul.sidebar-nav li.medical-records-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #44B2B3;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.attached-docs-sidebar .nav-icon {
  color: #408679;
}
ul.sidebar-nav li.attached-docs-sidebar .text-container:hover {
  background-color: #408679;
  color: #fff;
}
ul.sidebar-nav li.attached-docs-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.attached-docs-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.attached-docs-sidebar.active {
  background-color: #408679;
  color: #fff;
}
ul.sidebar-nav li.attached-docs-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #408679;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.adjudications-sidebar .nav-icon {
  color: #C2AE5C;
}
ul.sidebar-nav li.adjudications-sidebar .text-container:hover {
  background-color: #C2AE5C;
  color: #fff;
}
ul.sidebar-nav li.adjudications-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.adjudications-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.adjudications-sidebar.active {
  background-color: #C2AE5C;
  color: #fff;
}
ul.sidebar-nav li.adjudications-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #C2AE5C;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.appeals-sidebar .nav-icon {
  color: #924C7C;
}
ul.sidebar-nav li.appeals-sidebar .text-container:hover {
  background-color: #924C7C;
  color: #fff;
}
ul.sidebar-nav li.appeals-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.appeals-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.appeals-sidebar.active {
  background-color: #924C7C;
  color: #fff;
}
ul.sidebar-nav li.appeals-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #924C7C;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.rtw-plans-sidebar .nav-icon {
  color: #D88A48;
}
ul.sidebar-nav li.rtw-plans-sidebar .text-container:hover {
  background-color: #D88A48;
  color: #fff;
}
ul.sidebar-nav li.rtw-plans-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.rtw-plans-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.rtw-plans-sidebar.active {
  background-color: #D88A48;
  color: #fff;
}
ul.sidebar-nav li.rtw-plans-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #D88A48;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.barriers-sidebar .nav-icon {
  color: #DA7A5E;
}
ul.sidebar-nav li.barriers-sidebar .text-container:hover {
  background-color: #DA7A5E;
  color: #fff;
}
ul.sidebar-nav li.barriers-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.barriers-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.barriers-sidebar.active {
  background-color: #DA7A5E;
  color: #fff;
}
ul.sidebar-nav li.barriers-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #DA7A5E;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.time-lost-grid-sidebar .nav-icon {
  color: #85659B;
}
ul.sidebar-nav li.time-lost-grid-sidebar .text-container:hover {
  background-color: #85659B;
  color: #fff;
}
ul.sidebar-nav li.time-lost-grid-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.time-lost-grid-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.time-lost-grid-sidebar.active {
  background-color: #85659B;
  color: #fff;
}
ul.sidebar-nav li.time-lost-grid-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #85659B;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.invoices-sidebar .nav-icon {
  color: #AFAE9B;
}
ul.sidebar-nav li.invoices-sidebar .text-container:hover {
  background-color: #AFAE9B;
  color: #fff;
}
ul.sidebar-nav li.invoices-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.invoices-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.invoices-sidebar.active {
  background-color: #AFAE9B;
  color: #fff;
}
ul.sidebar-nav li.invoices-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #AFAE9B;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.ltd-sidebar .nav-icon {
  color: #74A2C0;
}
ul.sidebar-nav li.ltd-sidebar .text-container:hover {
  background-color: #74A2C0;
  color: #fff;
}
ul.sidebar-nav li.ltd-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.ltd-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.ltd-sidebar.active {
  background-color: #74A2C0;
  color: #fff;
}
ul.sidebar-nav li.ltd-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #74A2C0;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.service-request-sidebar .nav-icon {
  color: #698486;
}
ul.sidebar-nav li.service-request-sidebar .text-container:hover {
  background-color: #698486;
  color: #fff;
}
ul.sidebar-nav li.service-request-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.service-request-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.service-request-sidebar.active {
  background-color: #698486;
  color: #fff;
}
ul.sidebar-nav li.service-request-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #698486;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li.control-center-sidebar .nav-icon {
  color: #6C8A96;
}
ul.sidebar-nav li.control-center-sidebar .text-container:hover {
  background-color: #6C8A96;
  color: #fff;
}
ul.sidebar-nav li.control-center-sidebar .text-container:hover .nav-icon {
  color: #fff;
}
ul.sidebar-nav li.control-center-sidebar .text-container:hover a {
  color: #fff;
}
ul.sidebar-nav li.control-center-sidebar.active {
  background-color: #6C8A96;
  color: #fff;
}
ul.sidebar-nav li.control-center-sidebar.active .text-container:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #6C8A96;
  border-width: 18px 0 18px 8px;
  top: 50%;
  margin-top: -18px;
}
ul.sidebar-nav li {
  display: block;
  position: relative;
  padding: 0;
  width: 47px;
  line-height: 16px;
  z-index: 2;
}
ul.sidebar-nav li .text-container {
  padding: 8px 12px;
  cursor: pointer;
  display: block;
  line-height: 20px;
  height: 20px;
}
ul.sidebar-nav li .text-container .text {
  display: none;
}
ul.sidebar-nav li .nav-icon {
  opacity: 1;
}
ul.sidebar-nav li.active {
  color: #fff;
}
ul.sidebar-nav li.active .nav-icon {
  opacity: 1;
  color: #fff;
}
ul.sidebar-nav li.active .text-container:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #ccc;
  border-width: 50px 0 50px 50px;
  top: 50%;
  margin-top: -27px;
  border: 0;
}
ul.sidebar-nav li.active .text-container:after,
ul.sidebar-nav li.active .text-container:before {
  left: 100%;
  border-style: solid;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.sidebar-nav li.active a {
  color: #fff;
}
ul.sidebar-nav li .nav-icon {
  margin: 0;
  height: 20px;
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
/*****************************************
Task bar
******************************************/
.task-list-item {
  display: block;
  color: #6b717b;
  position: relative;
  width: 100%;
}
.task-list-item .left-bar {
  color: #FFFFFF !important;
  border: none !important;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 3px 0 5px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 20px;
}
.task-list-item .icon {
  padding-left: 5px;
}
.task-list-item .unknown {
  background-color: #999;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #999;
}
.task-list-item .phone {
  background-color: #49B843;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #42a53c;
}
.task-list-item .medical {
  background-color: #44B2B3;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #3da0a1;
}
.task-list-item .adjudication {
  background-color: #C2AE5C;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #bba549;
}
.task-list-item .appeal {
  background-color: #924C7C;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #81436e;
}
.task-list-item .time-lost {
  background-color: #85659B;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #785b8c;
}
.task-list-item .control-center {
  background-color: #6C8A96;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #617d88;
}
.task-list-item .rtw {
  background-color: #D88A48;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #d47d33;
}
.task-list-item .attached-docs {
  background-color: #408679;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #387569;
}
.task-list-item .reo {
  background-color: #AF000F;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #96000d;
}
.task-list-item.overdue .text-container {
  color: #EC4F5E;
}
.task-list-item.overdue div .due-date {
  color: #964149;
}
.task-list-item .text-container {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-left: 38px;
  padding-top: 4px;
  width: 170px;
  color: #333;
}
.task-list-item .due-date {
  color: #AAAAAA;
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-left: 38px;
  margin-right: 15px;
  text-align: left;
  width: 120px;
}
/****************************************
Block UI
*****************************************/
.block-spinner .block-content {
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.block-spinner .block-content .spinner {
  width: 45px;
  margin-bottom: 5px;
  border-right-width: 0 !important;
  font-weight: bold;
  font-size: 20px !important;
}
.block-spinner .block-content .message {
  font-size: 16px;
  font-weight: 900;
  margin: 10px 0 0 0;
  color: #333;
}
.row-fluid input[type="text"],
.row-fluid input[type="password"],
.row-fluid input[type="datetime"],
.row-fluid input[type="datetime-local"],
.row-fluid input[type="date"],
.row-fluid input[type="month"],
.row-fluid input[type="time"],
.row-fluid input[type="week"],
.row-fluid input[type="number"],
.row-fluid input[type="email"],
.row-fluid input[type="url"],
.row-fluid input[type="search"],
.row-fluid input[type="tel"],
.row-fluid input[type="color"],
.row-fluid .uneditable-input {
  height: 30px;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

    .row-fluid input[type="text"]::placeholder,
    .row-fluid input[type="password"]::placeholder,
    .row-fluid input[type="datetime"]::placeholder,
    .row-fluid input[type="datetime-local"]::placeholder,
    .row-fluid input[type="date"]::placeholder,
    .row-fluid input[type="month"]::placeholder,
    .row-fluid input[type="time"]::placeholder,
    .row-fluid input[type="week"]::placeholder,
    .row-fluid input[type="number"]::placeholder,
    .row-fluid input[type="email"]::placeholder,
    .row-fluid input[type="url"]::placeholder,
    .row-fluid input[type="search"]::placeholder,
    .row-fluid input[type="tel"]::placeholder,
    .row-fluid input[type="color"]::placeholder,
    .row-fluid .uneditable-input::placeholder {
       color: lighten(black, 20%);
    }
.row-fluid textarea {
  min-height: 150px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.control-group.error textarea,
.control-group.error input[type="text"],
.control-group.error input[type="password"],
.control-group.error input[type="datetime"],
.control-group.error input[type="datetime-local"],
.control-group.error input[type="date"],
.control-group.error input[type="month"],
.control-group.error input[type="time"],
.control-group.error input[type="week"],
.control-group.error input[type="number"],
.control-group.error input[type="email"],
.control-group.error input[type="url"],
.control-group.error input[type="search"],
.control-group.error input[type="tel"],
.control-group.error input[type="color"],
.control-group.error .uneditable-input {
  background-color: #fbf2f2;
  color: #e74c3c;
}
textarea {
  min-height: 100px;
}
.control-group.focus textarea,
.control-group.focus input[type="text"],
.control-group.focus input[type="password"],
.control-group.focus input[type="datetime"],
.control-group.focus input[type="datetime-local"],
.control-group.focus input[type="date"],
.control-group.focus input[type="month"],
.control-group.focus input[type="time"],
.control-group.focus input[type="week"],
.control-group.focus input[type="number"],
.control-group.focus input[type="email"],
.control-group.focus input[type="url"],
.control-group.focus input[type="search"],
.control-group.focus input[type="tel"],
.control-group.focus input[type="color"],
.control-group.focus .uneditable-input,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #5BC5EC;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
/*****************************************
 .checkbox overrides
******************************************/
.well.checkboxes {
  padding: 10px 0px 0px 3px;
  margin-top: 0px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.checkbox {
  padding-left: 23px;
  padding-top: 0px;
  margin-bottom: 0px;
}
.checkbox.inline {
  margin-left: 10px;
}
.checkbox.form-inline {
  display: inline-block;
  margin-top: 6px;
  padding-right: 10px;
}
.checkbox.checked {
  color: inherit;
}
.checkbox.checked .icons {
  color: #4e586a;
}
.checkbox .icons {
  font-size: 15px;
}
.checkbox .icons .first-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.checkbox .icons .second-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.control-group.error .checkbox .icons {
  color: #b94a48;
}
.radio.inline,
.checkbox.inline {
  padding-top: 0px;
  line-height: 18px;
}
.controls > .radio.inline:first-child,
.controls > .checkbox.inline:first-child {
  padding-top: 0;
}
.input-with-icon {
  position: relative;
}
.input-with-icon .input-icon {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  line-height: 24px;
  pointer-events: none;
  background-color: #FFFFFF;
  border-radius: 6px;
  color: #D6E7F1;
  font-size: 17.136px;
  padding: 0 10px;
  position: absolute;
  right: 2px;
  top: 2px;
  vertical-align: middle;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: #fff;
  border-color: #d5dbdb;
  color: #000;
  cursor: default;
}
/*****************************************
Select2 overrides
******************************************/
.select2-container {
  margin-bottom: 10px;
}
.select2-container,
.select2-search,
.select2-search input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.select2-container input,
.select2-search input,
.select2-search input input {
  line-height: 20px;
  margin-bottom: 0px;
}
.select2-container .select2-choice {
  border-width: 1px;
  font-size: 12px;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.select2-drop {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-width: 200px;
  border-style: none solid solid;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 999999;
  margin-top: 0px;
}
.select2-drop .select2-results {
  font-size: 12px;
}
.select2-drop .select2-results .select2-highlighted {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #4e586a;
  color: #fff;
}
.select2-drop.select2-drop-above {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-style: none solid solid;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 999999;
}
.select2-drop.select2-drop-above .select2-drop-active {
  border-top: 1px solid #5BC5EC !important;
}
.select2-container .select2-choice .select2-arrow {
  top: 1px;
}
.select2-search input {
  height: 26px !important;
}
.select2-focusser.select2-offscreen,
.select2-focusser.select2-offscreen:focus {
  bottom: 0px;
  padding-right: 1px;
}
.control-group.error .select2-container a {
  background-color: #fbf2f2;
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.select2-container-multi {
  height: auto;
  margin-bottom: 10px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.select2-container-multi.select2-container-active .select2-choices .select2-search-field input {
  padding: 0px;
}
.select2-container-multi:not(.select2-container-active) .select2-choices {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.select2-container-multi:not(.select2-container-active) .select2-choices .select2-search-field input {
  padding: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/*****************************************
table-list
******************************************/
ul.table-list {
  width: 100%;
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
  background: #fff;
}
ul.table-list .number {
  background-color: #A1A1A1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin: -3px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}
ul.table-list.hover > li:not(.header):hover {
  cursor: pointer;
  background-color: #f4f9fb;
}
ul.table-list li.draft {
  background: rgba(197, 134, 0, 0.1);
}
ul.table-list li {
  clear: both;
  display: block;
  color: #333;
  font-size: 12px;
  height: 40px;
  font-weight: 400;
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px solid #f0f0f0;
}
ul.table-list li.void {
  color: #aaa !important;
}
ul.table-list li.void strong {
  font-size: 12px;
  color: #aaa;
}
ul.table-list li.void strong .select2-choice {
  font-size: 13px;
}
ul.table-list li strong {
  font-size: 12px;
  color: #000;
}
ul.table-list li strong .select2-choice {
  font-size: 13px;
}
ul.table-list li input[type="text"] {
  font-size: 12px;
  height: 24px;
  margin-top: -3px;
  margin-bottom: 0px;
}
ul.table-list li .checkbox {
  font-size: 12px;
  margin: 10px 0;
}
ul.table-list li .remove-btn.btn-mini {
  padding: 4px 0px 3px 7px;
  margin-top: -3px;
  margin-bottom: 0px;
  height: 24px;
  line-height: 16px;
}
ul.table-list li .remove-btn.btn-mini [class*=icon] {
  margin: -2px 0px 0px 2px;
}
ul.table-list li .btn-mini {
  margin: 0px;
}
ul.table-list li .btn-small {
  margin: 5px;
}
ul.table-list li .icon-category {
  color: #fff;
  padding: 5px;
  margin-right: 10px;
}
ul.table-list li .icon-chevron-right {
  padding: 0 10px;
  color: #ccc;
  margin-right: 0;
}
ul.table-list li [class*="icon-"] {
  margin: 13px 0px 13px 0;
}
ul.table-list li .status {
  display: block;
  font-size: 10px;
  height: 12px;
  text-align: center;
  width: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 14px 10px 14px 0;
  background: #4e586a;
  float: left;
}
ul.table-list li .status.new {
  display: block;
  font-size: 10px;
  height: 6px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 13px 10px 10px 0;
  background: #26af17;
  float: left;
  line-height: 6px;
  color: #fff;
  padding: 5px;
  min-width: 30px;
  width: 55px;
}
ul.table-list li .status.danger {
  background: #af000f;
}
ul.table-list li .status.warning {
  background: #a5a06b;
}
ul.table-list li .status.success {
  background: #26af17;
}
ul.table-list li .status.void {
  background: #ccc;
}
ul.table-list li select {
  visibility: hidden;
}
ul.table-list li .select2-choice {
  height: 28px;
  line-height: 28px;
  margin: 5px 0;
  padding-left: 5px;
  font-size: 12px;
}
ul.table-list li .select2-choice .select2-arrow {
  top: -2px;
}
ul.table-list li .select2-container {
  display: block;
  position: relative;
}
ul.table-list li .select2-container .select2-focusser {
  height: 0;
  padding: 0;
  margin: 0;
}
ul.table-list li .container-fluid {
  padding: 0px;
}
ul.table-list li .fui-calendar {
  top: 7px;
}
ul.table-list li.header {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0 20px;
  border: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-y: hidden;
  background: #f5f5f5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.table-list li.header a {
  cursor: pointer;
  color: #999;
}
ul.table-list li.header a:hover {
  color: #333;
  font-weight: bold;
}
ul.table-list li.header a:active {
  padding: 0 10px;
  color: #333;
  font-weight: bold;
}
ul.table-list li.header.title {
  letter-spacing: normal;
  height: 40px;
  text-transform: none;
  line-height: 40px;
  font-weight: 200;
  font-size: 18px;
  padding: 0px 10px 0 10px;
  margin: 20px 0 0px 0;
  color: #A1A3A7;
  background: rgba(193, 193, 193, 0.1);
  /*background-color: #c1c1c1;
                color: #fff;
                font-weight: bold;
                line-height: 16px;*/
}
ul.table-list li.header.title strong {
  font-weight: 600;
  font-size: 18px;
}
ul.table-list [class*="span"] {
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.table-list [class*="span"] input[type="text"] {
  min-height: 0px;
}
ul.table-list [class*="span"] label {
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
ul.table-list [class*="span"] textarea {
  display: block;
}
/*****************************************
Empty, no items block
******************************************/
.empty-block {
  text-align: center;
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 200;
  padding: 50px;
  margin: 0;
}
.section {
  padding-bottom: 20px;
  margin: 20px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            border-top: 1px solid rgba(255,255,255,0.75);*/
  /*[class*="span"] {
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;

        input[type="text"] {
            min-height: 0px;
        }

        label {
            -o-text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }

        textarea {
            display: block;
            white-space: pre-wrap;
            overflow-y: auto;
        }
    }*/
}
.section .section {
  margin: 20px 1px;
  background: #eee;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.section .add-new-btn {
  margin: 5px !important;
}
.section .guidance-header {
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  font-size: 12px;
  color: #737373;
  padding: 0 20px;
  background: #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #e0e0e0;
}
.section .guidance-header label {
  margin: 0 !important;
  line-height: 40px !important;
  float: left !important;
}
.section .guidance-header span.number {
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 15px;
  font-weight: 900;
  float: left;
  color: #333;
  text-align: center;
  margin-right: 0;
}
.section hr {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid #ffffff;
}
.section h2 {
  height: 40px;
  font-size: 13px;
  font-weight: 900;
  line-height: 40px;
  padding: 0px 20px;
  margin: 0;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #888 !important;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: none !important;
  border-bottom: 1px solid #ddd;
}
.section h2 .add-new-btn {
  background-color: #91989B !important;
  margin: 5px !important;
}
.section .add-border {
  border: 1px solid #c1c1c1;
}
.section .h2-btn {
  margin: 6px 6px 5px 10px;
  float: right;
}
.section .tabbable .nav-tabs {
  margin: 20px 4px 0 4px;
}
.section .tabbable .tab-content {
  padding-top: 0px;
}
.section .select2-focusser {
  height: 0;
  margin: 0;
  padding: 0;
}
.container-fluid.section-neighbor {
  padding: 0px;
  margin: 20px;
}
.wrap {
  word-wrap: break-word;
  display: block;
  white-space: normal;
}
/****************************************
Add Ellipsis    
*****************************************/
.add-ellipsis [class*="span"] {
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.add-ellipsis [class*="span"] input[type="text"] {
  min-height: 0px;
}
.add-ellipsis [class*="span"] label {
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.add-ellipsis [class*="span"] textarea {
  display: block;
}
.ellipsis-wrapper {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alert-danger,
.alert-warning,
.alert-success {
  padding: 5px 20px;
  background: #eee;
  margin: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.alert-danger h1,
.alert-warning h1,
.alert-success h1 {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 25px;
  margin: -5px -20px 5px;
  padding: 0 10px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.alert-danger ul,
.alert-warning ul,
.alert-success ul {
  background: none !important;
  margin-bottom: 0px;
  padding: 10px 0;
}
.alert-danger ul li,
.alert-warning ul li,
.alert-success ul li {
  background: none !important;
  padding: 5px 0;
}
.alert-warning {
  color: #e44a18;
  background: rgba(228, 74, 24, 0.05);
  border: 1px solid #e44a18;
  font-size: 13px;
}
.alert-warning h1 {
  background: #e44a18;
}
.alert-danger {
  color: #bf0d0d;
  background: rgba(191, 13, 13, 0.05);
  border: 1px solid #bf0d0d;
  font-size: 13px;
}
.alert-danger h1 {
  background: #bf0d0d;
}
.alert-success {
  color: #009e00;
  background: rgba(0, 158, 0, 0.05);
  border: 1px solid #009e00;
  font-size: 13px;
}
.alert-success h1 {
  background: #009e00;
}
/*****************************************
Datepicker Overrides
******************************************/
.ui-datepicker:before {
  border-color: transparent transparent #5BC5EC;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 0;
  left: 12px;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  top: -13px;
  width: 0;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
  border: 0px;
  outline: none;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: "";
  background: url("/Content/img/select-down.png") no-repeat right #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select.ui-datepicker-month option,
select.ui-datepicker-year option {
  font-size: 12px;
  font-weight: normal;
  color: #555555;
}
select.ui-datepicker-month::-ms-expand,
select.ui-datepicker-year::-ms-expand {
  display: none;
}
.ui-datepicker {
  background-color: #fff;
  border: 7px solid rgba(250, 250, 250, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
  display: none;
  margin: 10px 0 0;
  width: 264px;
  z-index: 1000000 !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px 10px;
  line-height: 30px;
  height: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  background: #5BC5EC;
  border: 1px solid #5BC5EC;
  border-radius: 15px;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header {
  border-top: 2px solid #5BC5EC;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #000;
  cursor: default;
  margin: -7px -7px -7px;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  border-right: none;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background: none;
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  border-right-color: #aaa;
}
.ui-datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  border-left-color: #aaa;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  border-left: none;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
  display: flex;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  font-weight: normal;
  line-height: 20px;
  height: 40px;
  margin: 0;
}
.ui-datepicker table.ui-datepicker-calendar {
  border: none;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 3px;
  color: #000;
  width: 100%;
}
.ui-datepicker table.ui-datepicker-calendar thead {
  border-bottom: 1px solid #eee;
  color: #888;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
  border: 0 none;
  font-weight: bold;
  height: 30px;
  min-width: 34px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker table.ui-datepicker-calendar thead th.ui-datepicker-week-end {
  color: #ccc;
}
.ui-datepicker .ui-state-active {
  background-color: #5BC5EC;
  color: #FFFFFF;
}
.ui-datepicker td a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
}
.ui-datepicker td a:hover {
  background-color: #eee;
  color: #000;
}
.ui-datepicker td span,
.ui-datepicker .ui-datepicker td a {
  color: #000;
  display: block;
  height: 30px;
  line-height: 30px;
  min-width: 34px;
  text-decoration: none;
}
.ui-datepicker .ui-state-disabled span,
.ui-datepicker .ui-state-disabled a {
  color: rgba(238, 0, 0, 0.5) !important;
}
div [date-picker] {
  width: 150px;
  max-width: 100%;
}
.input-datepicker {
  margin-left: 0px !important;
}
/*****************************************
Bottom Floating Bar
******************************************/
.bottom-floating-bar {
  position: fixed;
  bottom: 0;
  z-index: 1035;
}
.bottom-floating-bar .container-fluid {
  -webkit-box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -7px 7px -7px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ccc;
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
}
.bottom-floating-bar .status {
  border: 2px solid #5BC5EC;
  color: #5BC5EC;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: -3px 0;
  float: left;
}
.bottom-floating-bar .status.refused {
  border: 2px solid #b94a48;
  color: #b94a48;
}
.content-page {
  /*.bottom-floating-bar {
        margin-right: 230px;
        margin-left: 57px;
    }*/
}
.full-page .bottom-floating-bar h1 {
  font-size: 15px;
  font-weight: 900;
  height: 20px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  margin: 0;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*****************************************
Attached Documents
******************************************/
.attached-document-employee-info {
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
}
/*****************************************
Fixes to Angular
******************************************/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
/****************************************
Animations    
*****************************************/
.fade-animation,
.fade-animation.ng-enter,
.fade-animation.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}
.fade-animation.ng-enter,
.fade-animation.ng-leave.ng-leave-active {
  -ms-opacity: 0;
  opacity: 0;
}
.fade-animation.ng-leave,
.fade-animation.ng-enter.ng-enter-active {
  -ms-opacity: 1;
  opacity: 1;
}
.fade-animation.ng-hide {
  -ms-opacity: 0;
  opacity: 0;
}
.fade-animation.ng-hide-add,
.fade-animation.ng-hide-remove {
  display: block!important;
}
/*****************************************
 Fixed-Fluid-Fixed Layout
******************************************/
.fixed-fluid {
  margin-left: 191px;
}
.fluid-fixed {
  margin-right: 191px;
  margin-left: auto !important;
}
.fixed-fixed {
  margin: 0 178px;
}
.version {
  color: #cccccc;
  font-size: 10px;
  left: 50px;
  opacity: 1;
  position: absolute;
  top: 15px;
  z-index: 10000;
}
body {
  color: #4f4f4f;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*.container {
        margin-top: 60px;
    }*/
  /*background: url('/Content/imgs/sunset.jpg') no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-color: #555555;*/
  font-family: 'Open Sans', Arial;
}
label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 6px;
}
label.inline {
  line-height: 30px;
  height: 30px;
  margin: 0;
  margin-right: 15px;
}
.control-group {
  margin: 0px;
  position: static;
}
.control-group .input-icon {
  line-height: 24px;
  pointer-events: none;
  background: none !important;
}
.container-fluid.fixed-margin-container {
  padding-left: 1%;
  padding-right: 2%;
}
.container-fluid.fixed-margin-container div.row-fluid {
  margin-left: 0px;
}
.container-fluid.fixed-margin-container div.row-fluid div[class*="span"]:not(.select2-container):not(button) {
  margin-left: 1%;
}
.container-fluid.fixed-margin-container div.row-fluid button[class*="span"] {
  margin-left: 0px;
  margin-bottom: 10px;
}
.checkbox.disabled,
.radio.disabled {
  color: #4F4F4F;
  /*color: #BDC3C7;*/
  cursor: default;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #BDC3C7;
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  /*color: #4e586a;*/
  color: #BDC3C7;
}
/*****************************************
 Tab Overrides
******************************************/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: transparent;
}
.tab-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  padding: 0;
  min-height: 80px;
  border: 1px solid #eee;
  border-top: none;
}
.top-nav-tabs {
  margin-bottom: 0px;
}
.top-nav-tabs li {
  width: 33%;
  text-align: center;
}
.nav-tabs {
  background: #f5f5f5;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.nav-tabs li {
  margin-bottom: 0px;
}
.nav-tabs li a {
  border-width: 1px;
  color: #121212;
  text-shadow: 0 1px 0 #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 4px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
}
.nav-tabs li a:hover {
  cursor: pointer;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  margin-top: -2px;
  border-top: 2px solid #5BC5EC;
  border-left: 0px;
  border-right: 0px;
  margin-left: 1px;
}
/*****************************************
FullCalendar Overrides
******************************************/
.generic-calendar .fc-view-month .fc-event {
  height: auto;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.generic-calendar-event {
  margin: 0px;
  background-color: rgba(18, 156, 233, 0.5);
  border-radius: 0px;
}
.generic-calendar-event:hover {
  cursor: pointer;
}
.fc-header-title h2 {
  font-size: 28px;
  margin: -4px 0 7px 0;
  font-weight: normal;
  color: #656d73;
}
.fc-border-separate th,
.fc-border-separate td {
  padding: 3px;
}
.fc-view-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fc-view-month .fc-day-number {
  float: right;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.fc-view-month .fc-day-number:hover{
    color: #fff;
}
.fc-view-month .fc-day-header {
  text-align: right;
  border-top: none;
  background-color: #fff !important;
  border-right: none !important;
  border-left: none !important;
  font-size: 14px;
  font-weight: normal;
}
.fc-view-month .disabledCalendarCell .fc-day-number {
    color: #333;
    opacity: 0.3;
}
.fc-view-month th.fc-first,
.fc-view-month th.fc-last {
  color: #333;
}
.fc-view-month .fc-widget-header,
.fc-view-month .fc-widget-content {
  /*border-right: none;
        border-right-color: #fff;
        border-color: #dedbdb;
        border-left: 1px solid #ebf1f5;*/
  border: 1px solid #ddd;
  background-color: #fff;
}
.fc-view-month .fc-sat,
.fc-view-month .fc-sun {
  background-color: #fff;
}
.fc-view-month .fc-day:hover:not(.disabledCalendarCell) {
  background-color: #006372;
}
.fc-view-month .fc-event {
  height: 28px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
}
.fc-view-month .fc-event .read-only-calendar-entry {
  color: #6a9ab6;
  height: 16px;
  width: 33px;
  position: absolute;
  top: 3px;
  margin-left: -7px;
  padding: 2px 0 2px 0;
  font-size: 16px;
  font-weight: bold;
}
.fc-view-month .fc-event input {
  height: 16px;
  width: 33px;
  position: absolute;
  top: 3px;
  margin-left: -20px;
  padding: 2px 0 2px 0;
  border-color: #979da7;
  color: #333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
.fc-view-month .fc-event .fc-event-inner {
  /*&:hover{
                background-color: rgba(255,255,255,0.50);
            }*/
}
.fc-view-month .fc-event .hours-container {
  position: absolute;
  min-width: 20px;
  height: 18px;
  border: 2px solid #777;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  top: -4px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #555;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  margin-left: -10px;
  padding-top: 2px;
  pointer-events: none;
}
.fc-view-month td:hover {
  cursor: pointer;
}
.fc-view-month td.disabledCalendarCell {
  background-color: #fff5f5;
}
.fc-view-month td.disabledCalendarCell:hover {
  cursor: default;
}
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  right: 0px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
  background: #999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #595959;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #595959 0%, #2d2d2d 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #595959), color-stop(99%, #2d2d2d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #595959 0%, #2d2d2d 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #595959 0%, #2d2d2d 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #595959 0%, #2d2d2d 99%);
  /* IE10+ */
  background: linear-gradient(to right, #595959 0%, #2d2d2d 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#2d2d2d', GradientType=1);
  /* IE6-8 */
  opacity: 0.3;
}
.fc-event-hori .ui-resizable-e:hover {
  opacity: 1;
}
/*****************************************
 Form
******************************************/
label.required:after {
  content: "*";
  color: red;
  margin-left: 2px;
}
.well {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0;
  margin: 10px 0px;
  border: none;
  box-shadow: none;
}
.is-disabled {
  pointer-events: none;
}
.auto-save-block {
  padding: 0 20px;
  color: #49B843;
  font-size: 12px;
  line-height: 28px;
}
.auto-save-block span {
  float: left;
  font-size: 14px;
  margin-right: 10px;
  line-height: 28px;
}
.filter-options {
  background: #eee;
  padding: 10px;
  padding-bottom: 0;
}
.filter-options .btn {
  margin: 0 10px;
}
hr {
  border: 0;
  border-bottom: 1px solid #eee;
}
/* BU TREE - TODO: Move to own .less file */
.tree-container {
  display: block;
  width: 300px;
  border-left: 1px solid #bdc3c7;
  border-right: 1px solid #bdc3c7;
  background-color: #fff;
  height: 150px;
  overflow-y: scroll;
  margin-top: 50px;
}
.tree-container .children-container .child-header {
  padding: 6px 9px 6px 9px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #bdc3c7;
  white-space: nowrap;
  background-color: #f5f5f5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 282px;
  height: 36px;
  z-index: 0;
  /*.ok-icon{
                    position: absolute;
                    right:4px;
                    top:0px;
                    font-size:20px;

                    .icon-check-sign{
                        color: #3d9c24;
                    }
                }*/
}
.tree-container .children-container .child-header.topmost {
  z-index: 1;
  background-color: #4e586a;
  color: #fff;
  height: auto;
}
.tree-container .children-container .child-title {
  padding: 5px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tree-container .children-container .child-title.active {
  background-color: #4e586a;
  color: #fff;
}
.tree-container .children-container .child-title.disabledItem {
  display: none;
}
.tree-container .children-container .child-title:hover:not(.active):not(.disabled):not(.disabledItem) {
  background-color: #4e586a;
  color: #fff;
  cursor: pointer;
}
.tree-container .children-container .tree-block {
  position: absolute;
  top: 0px;
  left: 300px;
  display: block;
}
.disabled-org-tree .tree-container .children-container .child-header.topmost {
  background-color: #aeb5c1;
}
.disabled-org-tree .tree-container .children-container .child-title {
  background-color: #f5f5f5;
  color: #999;
}
.disabled-org-tree .tree-container .children-container .child-title.active {
  background-color: #aeb5c1;
  color: #fff;
}
.disabled-org-tree .tree-container .children-container .child-title.active:hover {
  background-color: #aeb5c1;
  color: #fff;
  cursor: default;
}
.disabled-org-tree .tree-container .children-container .child-title.disabledItem {
  /*background-color: #f5f5f5;
                    color: #999;

                    &:hover {
                        background-color: #f5f5f5;
                        color: #999;
                        cursor: default;
                    }*/
  display: none;
}
.disabled-org-tree .tree-container .children-container .child-title:hover:not(.active):not(.disabled):not(.disabledItem) {
  background-color: #f5f5f5;
  color: #999;
  cursor: default;
}
/* form arrow - TODO: Move to own / existing .less file */
.form-arrow.icon-long-arrow-right {
  content: "\f178";
  font-size: 56px;
  padding-left: 10px;
  display: block;
  color: #ddd;
  text-shadow: 1px 1px 0 #fff;
  text-align: center;
  line-height: 30px;
  margin-top: 41px;
}
.case-data-container .case-data-btn {
  background: #566f79;
}
.case-data-container h2 {
  height: 40px;
  font-size: 13px;
  font-weight: 900;
  line-height: 40px;
  padding: 0px 20px;
  margin: 0;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #6C8A96;
}
.case-data-container h2 span {
  margin-right: 15px;
}
.subtitle {
  text-align: center;
  padding: 20px;
}
.return {
  text-align: center;
}
.return .close-btn {
  height: 3em !important;
  line-height: 2em !important;
  padding: 0.5em !important;
  margin: 1em;
  font-size: 1.3em !important;
  opacity: 1 !important;
  padding-left: 2em !important;
  padding-right: 2.4em !important;
  border-radius: 3em !important;
  background: none !important;
  background-color: rgba(240, 97, 36, 0.8) !important;
  color: white !important;
  font-weight: 400 !important;
  text-shadow: none;
  cursor: pointer;
  padding-top: 0.4em !important;
}
.return .close-btn i {
  line-height: 40px;
  margin-right: 15px;
}
.return ._5 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.dynamic-forms .navbar-top {
  background: #000;
  border-bottom: 1px solid #222;
  height: 20px;
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.dynamic-forms .navbar-top a {
  color: #fff;
}
.dynamic-forms .navbar-top a:hover {
  text-decoration: none;
}
.dynamic-forms .navbar-bottom {
  background: #FFFFFF;
  height: 65px;
  display: block;
  padding: 5px;
}
.dynamic-forms .navbar-bottom .link-bar {
  line-height: 55px;
  font-weight: bold;
  font-size: 12px;
  color: #c0c0c0;
  background: #e0e0e0;
  padding: 0 20px;
}
.dynamic-forms .navbar-bottom .btn-group {
  float: left;
  left: 0;
  margin: -5px 0;
}
.dynamic-forms .navbar-bottom .btn-group .btn {
  background: #fff;
  border: none;
  padding: 0 30px;
  border-radius: 0;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  margin-top: 0;
  color: #076fd9;
  font-weight: 200;
}
.dynamic-forms .navbar-bottom .btn-group .active {
  background: #EAEAEA;
  color: #0071e4;
  font-weight: 200;
}
.dynamic-forms .company-logo,
.dynamic-forms .client-logo {
  display: inline-block;
  float: left;
  padding: 5px;
}
.dynamic-forms .company-logo h1,
.dynamic-forms .client-logo h1 {
  height: 45px;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20px;
  text-align: left;
  line-height: 45px;
  font-weight: bold;
}
.dynamic-forms .company-logo img,
.dynamic-forms .client-logo img {
  max-height: 45px;
  max-width: 195px;
}
.dynamic-forms .company-logo img {
  margin-left: 5px;
  border-left: 2px solid #ccc;
}
.dynamic-forms .helper-block {
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  width: 300px;
  height: 40px;
  margin: 20px;
  margin-left: 0;
}
.dynamic-forms .helper-block span {
  float: left;
  height: 40px;
  width: 30px;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.dynamic-forms ul.uib-dropdown-menu {
  list-style: none;
  margin: 0;
}
.dynamic-forms ul.uib-dropdown-menu li {
  float: left;
  line-height: 65px;
  margin: 0 10px;
}



/*AODA NEW CSS*/

.aoda-section {
    padding-bottom: 20px;
    margin: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

    .aoda-section .aoda-guidance-header {
        /*margin: 0px 15px;*/
        /* margin-left: 1px; */
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        padding: 2px 20px;
        background: #006372;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        /*border-radius: 3px 3px 0 0;*/
        border-bottom: 1px solid #006372;
    }

    .aoda-section .aoda-section {
        margin: 20px 1px;
        background: #fff;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        border-radius: 8px;
    }

.aoda-well {
    background: #fff !important;
}


.aoda-section h1.aoda-h1-background {
    background: #006372;
    color: #fff;
}


/*.btn:active {
    background: #006372;
    color: #fff;
}

.btn-primary[disabled]:hover {
    background: #006372;
    color: #fff;
}

.btn.btn-primary:focus {
    background: #006372;
    color: #fff;
}*/

.aoda-guidance-header .aoda-add-referral-btn {
    color: #006372;
    background: #fff;
    border: 1px solid#006372;
    height: 35px;
    text-align: center;
    border-radius: 6px;
    padding-top: 0px;
}

    .aoda-guidance-header .aoda-add-referral-btn:hover {
        color: #fff;
        background: #006372;
        border: 1px solid#fff;
    }

.aoda-section .aoda-remove-btn {
    background: #b00000;
}

.aoda-button {
    background: #fff;
    color: #006372;
    border-radius: 8px;
    border: 1px solid #006372;
    font-weight: normal;
    font-size: 16px;
}

    .aoda-button:hover {
        background: #006372;
        color: #fff;
        border: 1px solid #006372;
    }

    .aoda-button[disabled]:hover {
        background: #fff;
        color: #006372;
        opacity: 0.2;
    }

    .aoda-button[disabled] {
        background: #fff;
        color: #006372;
        opacity: 0.2;
    }

    .aoda-button[disabled]:focus {
        background: #fff;
        color: #006372;
        opacity: 0.2;
    }

.aoda-button-reverse {
    background: #006372;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    font-weight: normal;
}

.aoda-resetform-btn {
    width: 234px;
    height: 30px;
    line-height: 0px;
}

.aoda-resetform-icon {
    margin-right: 25px;
}

.aoda-container-fluid {
    margin-top: 25px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .aoda-container-fluid .row-fluid .control-group input::placeholder {
        color: #4D4D4D;
    }

    .aoda-completepage-buttons {
        text-align: center;
        padding-top: 5px;
        text-decoration: none;
        margin-left: 40%;
        width: auto;
    }

.sr-only{
    /*Not used in view, hidden. Only for AODA purpose*/
    display: none;
    background-color: #333;
    color:#fff;
}

.aoda-thankyoupage-buttons {
    margin-left: 0px !important;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}

.alert {
    color: #005288;
}

.aoda-child-title{
    text-align: left;
    background: none;
    border: none;
    width: 100%;
}

.create-referral-page.full-page {
    margin: 0 auto;
    margin-top: 0px;
    max-width: 1280px; 

}

.create-referral-page h4.page-title {
    border: 1px solid #8277D1;
    background: #8277D1;
    color: #fff; 

}

.create-referral-page .primaryCaseContact {
    color: #3c5817;
    font-weight: bold;
}

.create-referral-page .reset-form-btn {
    background-color: #006372;
    border-radius: 20px;
    max-width: 160px;
    width: 160px;
    border-radius: 20px;
    height: auto;
}

    .create-referral-page .reset-form-btn:hover {
        background-color: #fff;
        color: #006372;
        border: 1px solid #006372;
        border-radius: 20px;
    }

/*AODA NEW CSS*/

.aoda-referral-page  {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    max-width: 1080px !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    border-top: 6px solid #006372;
    border-top-color: var(--telus_purple);
}

    .aoda-referral-page h4.page-title {
        background: transparent;
        color: #006372;
        margin-top: 15px;
        border: none;
        color: var(--telus_purple);
    }

.aoda-referral-page .aoda-section .aoda-guidance-header {
    background: var(--telus_purple);
    border-bottom-color: var(--telus_purple);
}
    .aoda-referral-page .aoda-section, 
    .referralContact-modal .aoda-section {
        color: var(--telus_purple);
    }
    .referralContact-modal .aoda-guidance-header, 
    .aoda-referral-page .aoda-add-referral-btn, 
    .aoda-referral-page .aoda-guidance-header .aoda-add-referral-btn {
        color: var(--telus_purple) !important;
        border-color: var(--telus_purple) !important;
    }
        .referralContact-modal .aoda-guidance-header,
        .referralContact-modal .aoda-guidance-header,
        .aoda-referral-page .aoda-add-referral-btn:hover,
        .aoda-referral-page .aoda-add-referral-btn:active,
        .aoda-referral-page .aoda-guidance-header .aoda-add-referral-btn:hover,
        .aoda-referral-page .aoda-guidance-header .aoda-add-referral-btn:active {
            background: var(--telus_purple) !important;
            color: white !important;
        }


    .aoda-referral-page .aoda-button,
    .companyIdBusinessUnit-modal .aoda-button,
    .work-schedule-modal .aoda-button,
    .referralContact-modal .aoda-button {
        background: #fff;
        color: var(--telus_purple);
        border-radius: 5px;
        border: 1px solid var(--telus_purple);
        font-weight: normal;
        font-size: 16px;
    }

        .aoda-referral-page .aoda-button:hover, 
        .aoda-referral-page .aoda-button:focus, 
        .companyIdBusinessUnit-modal .aoda-button:hover, 
        .companyIdBusinessUnit-modal .aoda-button:focus,
        .work-schedule-modal .aoda-button:hover, 
        .work-schedule-modal .aoda-button:focus,
        .referralContact-modal .aoda-button:hover, 
        .referralContact-modal .aoda-button:focus {
            background: var(--telus_purple);
            color: #fff;
            border: 1px solid var(--telus_purple);
        }

.ABc2 .aoda-referral-page {
    border-top: 6px solid #F2EFF4;
}

.referral-form-btn {
    width: 250px !important;
    margin-right: 2%;
}



.sorryText {
    font-size: 45px;
    font-weight: bold;
}

/* 62px */
/* 52px */
/* 40px */
/* 29px */
/* 28px */
/* 24px */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #2980b9 !important;
  border-top-color: #2980b9 !important;
}
#work-schedule-modal .modal-body {
  min-height: 150px;
}
#work-schedule-modal label {
  font-weight: bold;
}
#work-schedule-modal .tab-content {
  padding: 0px !important;
  overflow: visible;
}
#work-schedule-modal textarea {
  min-height: 150px;
}
#work-schedule-modal .form {
  margin: 0;
}
#work-schedule-modal .week-title {
  list-style: none;
  font-weight: bold;
  font-size: 12px;
  color: #4f4f4f;
  text-align: center;
}
#work-schedule-modal .week-title .weekend {
  color: #999;
}
#work-schedule-modal .week-title li {
  float: left;
  width: 90px;
  margin: 0;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
#work-schedule-modal .week-hours {
  list-style: none;
  clear: both;
}
#work-schedule-modal .week-hours li {
  float: left;
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 2px 20px;
}
    #work-schedule-modal .week-hours li input {
        width: 60px;
        font-weight: bold;
        font-size: 12px;
        color: #4f4f4f;
        padding: 0;
        padding-left: 19px;
    }
#work-schedule-modal .WorkScheduleEventSource {
  border: none;
  background: #A1B0C7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#work-schedule-modal .WorkScheduleActualHours {
  background-color: #ddd;
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  border: none;
  border-bottom: 1px solid #fff;
}
#work-schedule-modal .WorkScheduleActualHours:hover {
  cursor: pointer;
}
#work-schedule-modal .average {
  width: 420px;
  list-style: none;
}
#work-schedule-modal .average li {
  float: left;
  margin: 10px;
}
#work-schedule-modal .average li input {
  width: 80px;
}
#work-schedule-modal .legend-container {
  width: 675px;
  position: absolute;
  top: 24px;
  left: 250px;
}
#work-schedule-modal .legend-container .legend {
  color: #4f4f4f;
  font-weight: bold;
  float: left;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 32px;
  text-align: left;
  height: 33px;
  padding: 2px 0 0 5px;
  margin: -10px 10px;
}
#work-schedule-modal .legend-container .legend .block {
  border: 1px solid #eee;
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#work-schedule-modal .legend-container .legend .block.WorkScheduleEventSource {
  background-color: #A1B0C7;
  border-color: #A1B0C7;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#work-schedule-modal .legend-container .legend .block.WorkScheduleActualHours {
  background-color: #ddd;
  border-color: #ddd;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
