/*Helper classes*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 972px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}

.col-sm-1 {
  width: 8.33333%;
}

.col-sm-2 {
  width: 16.66667%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.33333%;
}

.col-sm-5 {
  width: 41.66667%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.33333%;
}

.col-sm-8 {
  width: 66.66667%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-10 {
  width: 83.33333%;
}

.col-sm-11 {
  width: 91.66667%;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-pull-0 {
  right: auto;
}

.col-sm-pull-1 {
  right: 8.33333%;
}

.col-sm-pull-2 {
  right: 16.66667%;
}

.col-sm-pull-3 {
  right: 25%;
}

.col-sm-pull-4 {
  right: 33.33333%;
}

.col-sm-pull-5 {
  right: 41.66667%;
}

.col-sm-pull-6 {
  right: 50%;
}

.col-sm-pull-7 {
  right: 58.33333%;
}

.col-sm-pull-8 {
  right: 66.66667%;
}

.col-sm-pull-9 {
  right: 75%;
}

.col-sm-pull-10 {
  right: 83.33333%;
}

.col-sm-pull-11 {
  right: 91.66667%;
}

.col-sm-pull-12 {
  right: 100%;
}

.col-sm-push-0 {
  left: auto;
}

.col-sm-push-1 {
  left: 8.33333%;
}

.col-sm-push-2 {
  left: 16.66667%;
}

.col-sm-push-3 {
  left: 25%;
}

.col-sm-push-4 {
  left: 33.33333%;
}

.col-sm-push-5 {
  left: 41.66667%;
}

.col-sm-push-6 {
  left: 50%;
}

.col-sm-push-7 {
  left: 58.33333%;
}

.col-sm-push-8 {
  left: 66.66667%;
}

.col-sm-push-9 {
  left: 75%;
}

.col-sm-push-10 {
  left: 83.33333%;
}

.col-sm-push-11 {
  left: 91.66667%;
}

.col-sm-push-12 {
  left: 100%;
}

.col-sm-offset-0 {
  margin-left: 0%;
}

.col-sm-offset-1 {
  margin-left: 8.33333%;
}

.col-sm-offset-2 {
  margin-left: 16.66667%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-offset-4 {
  margin-left: 33.33333%;
}

.col-sm-offset-5 {
  margin-left: 41.66667%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-offset-7 {
  margin-left: 58.33333%;
}

.col-sm-offset-8 {
  margin-left: 66.66667%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-offset-10 {
  margin-left: 83.33333%;
}

.col-sm-offset-11 {
  margin-left: 91.66667%;
}

.col-sm-offset-12 {
  margin-left: 100%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

.col-md-1 {
  width: 8.33333%;
}

.col-md-2 {
  width: 16.66667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.33333%;
}

.col-md-5 {
  width: 41.66667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.33333%;
}

.col-md-8 {
  width: 66.66667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.33333%;
}

.col-md-11 {
  width: 91.66667%;
}

.col-md-12 {
  width: 100%;
}

.col-md-pull-0 {
  right: auto;
}

.col-md-pull-1 {
  right: 8.33333%;
}

.col-md-pull-2 {
  right: 16.66667%;
}

.col-md-pull-3 {
  right: 25%;
}

.col-md-pull-4 {
  right: 33.33333%;
}

.col-md-pull-5 {
  right: 41.66667%;
}

.col-md-pull-6 {
  right: 50%;
}

.col-md-pull-7 {
  right: 58.33333%;
}

.col-md-pull-8 {
  right: 66.66667%;
}

.col-md-pull-9 {
  right: 75%;
}

.col-md-pull-10 {
  right: 83.33333%;
}

.col-md-pull-11 {
  right: 91.66667%;
}

.col-md-pull-12 {
  right: 100%;
}

.col-md-push-0 {
  left: auto;
}

.col-md-push-1 {
  left: 8.33333%;
}

.col-md-push-2 {
  left: 16.66667%;
}

.col-md-push-3 {
  left: 25%;
}

.col-md-push-4 {
  left: 33.33333%;
}

.col-md-push-5 {
  left: 41.66667%;
}

.col-md-push-6 {
  left: 50%;
}

.col-md-push-7 {
  left: 58.33333%;
}

.col-md-push-8 {
  left: 66.66667%;
}

.col-md-push-9 {
  left: 75%;
}

.col-md-push-10 {
  left: 83.33333%;
}

.col-md-push-11 {
  left: 91.66667%;
}

.col-md-push-12 {
  left: 100%;
}

.col-md-offset-0 {
  margin-left: 0%;
}

.col-md-offset-1 {
  margin-left: 8.33333%;
}

.col-md-offset-2 {
  margin-left: 16.66667%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.col-md-offset-4 {
  margin-left: 33.33333%;
}

.col-md-offset-5 {
  margin-left: 41.66667%;
}

.col-md-offset-6 {
  margin-left: 50%;
}

.col-md-offset-7 {
  margin-left: 58.33333%;
}

.col-md-offset-8 {
  margin-left: 66.66667%;
}

.col-md-offset-9 {
  margin-left: 75%;
}

.col-md-offset-10 {
  margin-left: 83.33333%;
}

.col-md-offset-11 {
  margin-left: 91.66667%;
}

.col-md-offset-12 {
  margin-left: 100%;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}

.col-lg-1 {
  width: 8.33333%;
}

.col-lg-2 {
  width: 16.66667%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.33333%;
}

.col-lg-5 {
  width: 41.66667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 58.33333%;
}

.col-lg-8 {
  width: 66.66667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.33333%;
}

.col-lg-11 {
  width: 91.66667%;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-pull-0 {
  right: auto;
}

.col-lg-pull-1 {
  right: 8.33333%;
}

.col-lg-pull-2 {
  right: 16.66667%;
}

.col-lg-pull-3 {
  right: 25%;
}

.col-lg-pull-4 {
  right: 33.33333%;
}

.col-lg-pull-5 {
  right: 41.66667%;
}

.col-lg-pull-6 {
  right: 50%;
}

.col-lg-pull-7 {
  right: 58.33333%;
}

.col-lg-pull-8 {
  right: 66.66667%;
}

.col-lg-pull-9 {
  right: 75%;
}

.col-lg-pull-10 {
  right: 83.33333%;
}

.col-lg-pull-11 {
  right: 91.66667%;
}

.col-lg-pull-12 {
  right: 100%;
}

.col-lg-push-0 {
  left: auto;
}

.col-lg-push-1 {
  left: 8.33333%;
}

.col-lg-push-2 {
  left: 16.66667%;
}

.col-lg-push-3 {
  left: 25%;
}

.col-lg-push-4 {
  left: 33.33333%;
}

.col-lg-push-5 {
  left: 41.66667%;
}

.col-lg-push-6 {
  left: 50%;
}

.col-lg-push-7 {
  left: 58.33333%;
}

.col-lg-push-8 {
  left: 66.66667%;
}

.col-lg-push-9 {
  left: 75%;
}

.col-lg-push-10 {
  left: 83.33333%;
}

.col-lg-push-11 {
  left: 91.66667%;
}

.col-lg-push-12 {
  left: 100%;
}

.col-lg-offset-0 {
  margin-left: 0%;
}

.col-lg-offset-1 {
  margin-left: 8.33333%;
}

.col-lg-offset-2 {
  margin-left: 16.66667%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-4 {
  margin-left: 33.33333%;
}

.col-lg-offset-5 {
  margin-left: 41.66667%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-7 {
  margin-left: 58.33333%;
}

.col-lg-offset-8 {
  margin-left: 66.66667%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-10 {
  margin-left: 83.33333%;
}

.col-lg-offset-11 {
  margin-left: 91.66667%;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

/* Style for IE */
.ie7 .sorting label, .ie8 .sorting label {
  max-width: none;
  margin-right: 5px;
}
.ie7 .sorting .form-group .dropdown .date-short, .ie8 .sorting .form-group .dropdown .date-short {
  width: 100px;
  padding-right: 25px;
}
.ie7 .sorting .form-group .dropdown .show-per-page, .ie8 .sorting .form-group .dropdown .show-per-page {
  width: 70px;
  padding-right: 25px;
}
.ie7 .sorting .form-group .dropdown .page-count, .ie8 .sorting .form-group .dropdown .page-count {
  width: 50px;
  min-width: auto;
  max-width: auto;
  padding-right: 25px;
}
.ie7 .sorting .form-group .dropdown .dropdown-toggle, .ie8 .sorting .form-group .dropdown .dropdown-toggle {
  position: relative;
}
.ie7 .sorting .form-group .dropdown .dropdown-toggle .caret, .ie8 .sorting .form-group .dropdown .dropdown-toggle .caret {
  position: absolute;
  top: 14px;
  right: 10px;
}
.ie7 .svg-image, .ie8 .svg-image {
  display: none;
}
.ie7 .non-svg-image, .ie8 .non-svg-image {
  display: inline-block;
}
.ie7 .tabs-content .tab-pane .form-group, .ie8 .tabs-content .tab-pane .form-group {
  width: 530px;
}
.ie7 .tabs-content .tab-pane .form-group .form-control, .ie8 .tabs-content .tab-pane .form-group .form-control {
  width: 100%;
}
.ie7 .tabs-content .tab-pane .form-group.cabi-content-type, .ie8 .tabs-content .tab-pane .form-group.cabi-content-type {
  width: 148px !important;
}
.ie7 .modal-backdrop, .ie8 .modal-backdrop {
  min-height: 100%;
}
.ie7 #advance-search .advance-search-list ul li .allfields, .ie8 #advance-search .advance-search-list ul li .allfields {
  width: 228px;
  right: 5px;
}
.ie7 #advance-search .date-search li, .ie8 #advance-search .date-search li {
  width: 306px;
  float: left;
}
.ie7 #advance-search .date-search li input.year, .ie8 #advance-search .date-search li input.year {
  width: 48px;
}
.ie7 #advance-search .date-search li input.calendar, .ie8 #advance-search .date-search li input.calendar {
  width: 172px;
  position: relative;
  background-image: url("../../gfx/cabicd4/calendar-icon.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: 136px center;
}
.ie7 #advance-search .date-search li input.calendar.calendar-active-input, .ie8 #advance-search .date-search li input.calendar.calendar-active-input {
  background-image: url("../../gfx/cabicd4/calendar-active-icon.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: 134px center;
}
.ie7 #advance-search .date-search li .dropdown, .ie8 #advance-search .date-search li .dropdown {
  position: relative;
}
.ie7 #advance-search .date-search li .calendar-icon .icon-icon_calendar, .ie8 #advance-search .date-search li .calendar-icon .icon-icon_calendar {
  display: none;
}
.ie7 .custom-control span, .ie8 .custom-control span {
  border: none;
  background: none !important;
}
.ie7 #browse-search .date-search li, .ie8 #browse-search .date-search li {
  display: inline-block;
  width: 100%;
}
.ie7 #browse-search .date-search li label, .ie8 #browse-search .date-search li label {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
.ie7 footer, .ie8 footer {
  padding: 15px 0;
}
.ie7 footer .nav-pills, .ie8 footer .nav-pills {
  float: left;
  width: 100%;
}
.ie7 footer .nav-pills li, .ie8 footer .nav-pills li {
  float: left;
  margin-right: 50px;
}
.ie7 footer hr, .ie8 footer hr {
  width: 100%;
  float: left;
}
.ie7 .confirm-password input, .ie8 .confirm-password input {
  padding-right: 10px;
}
.ie7 .confirm-password span, .ie8 .confirm-password span {
  width: 33px;
  height: 32px;
  top: 28px;
  right: -22px;
}
.ie7 .confirm-password span.icon-tick, .ie8 .confirm-password span.icon-tick {
  background-image: url("../../gfx/cabicd4/correct.jpg");
  background-color: #cd4400;
  background-repeat: repeat-x;
  background-position: 0px bottom;
}
.ie7 .confirm-password span.icon-cross, .ie8 .confirm-password span.icon-cross {
  background-image: url("../../gfx/cabicd4/incorrect.jpg");
  background-color: #cd4400;
  background-repeat: no-repeat;
  background-position: right top;
}
.ie7 .top-nav .nav li.last, .ie8 .top-nav .nav li.last {
  border-right: solid 1px white;
}
.ie7 .top-nav .nav.login-details .active, .ie8 .top-nav .nav.login-details .active {
  border: 0px;
}
.ie7 .table, .ie8 .table {
  margin: 10px 0;
  border-bottom: solid 3px #dbd8d8;
  border-collapse: separate !important;
}
.ie7 .table thead tr th .custom-form-list label, .ie8 .table thead tr th .custom-form-list label {
  position: relative;
  top: 1px;
}
.ie7 .combine-selected, .ie8 .combine-selected {
  width: 450px;
  text-align: right;
}
.ie7 .toggle-link .icon-icon_arrow_down, .ie8 .toggle-link .icon-icon_arrow_down {
  background-image: url("../../gfx/cabicd4/down-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  width: 11px;
  top: 3px !important;
}
.ie7 .toggle-link .icon-icon_arrow_down.top, .ie8 .toggle-link .icon-icon_arrow_down.top {
  background-image: url("../../gfx/cabicd4/up-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}
.ie7 .toggle-link .icon-icon_arrow_down:before, .ie8 .toggle-link .icon-icon_arrow_down:before {
  content: '';
  border: 0px !important;
  display: none;
}
.ie7 .top-nav .icon-icon_arrow_down, .ie8 .top-nav .icon-icon_arrow_down {
  background-image: url("../../gfx/cabicd4/down-arrow-white.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  width: 11px;
  top: 3px !important;
}
.ie7 .top-nav .icon-icon_arrow_down.top, .ie8 .top-nav .icon-icon_arrow_down.top {
  background-image: url("../../gfx/cabicd4/up-arrow-white.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}
.ie7 .top-nav .icon-icon_arrow_down:before, .ie8 .top-nav .icon-icon_arrow_down:before {
  content: '';
  border: 0px !important;
  display: none;
}
.ie7 .new-popup .email-to .input-box input, .ie8 .new-popup .email-to .input-box input {
  line-height: 40px;
}
.ie7 .new-popup .email-to .remember-me, .ie8 .new-popup .email-to .remember-me {
  float: left;
  margin-top: 10px;
}
.ie7 .new-popup .email-to .help-icon, .ie8 .new-popup .email-to .help-icon {
  float: right;
  margin-top: 10px;
}
.ie7 .new-popup.rss .email-to .input-box, .ie8 .new-popup.rss .email-to .input-box {
  float: none;
}

.ie7 {
  overflow-x: hidden;
  /*[class^="icon-"] {
      display: block;
      width: 22px;
      height: 22px;
  }*/
}
.ie7 .col-sm-1,
.ie7 .col-sm-2,
.ie7 .col-sm-3,
.ie7 .col-sm-4,
.ie7 .col-sm-5,
.ie7 .col-sm-6,
.ie7 .col-sm-7,
.ie7 .col-sm-8,
.ie7 .col-sm-9,
.ie7 .col-sm-10,
.ie7 .col-sm-11,
.ie7 .col-sm-12,
.ie7 .col-xs-1,
.ie7 .col-xs-2,
.ie7 .col-xs-3,
.ie7 .col-xs-4,
.ie7 .col-xs-5,
.ie7 .col-xs-6,
.ie7 .col-xs-7,
.ie7 .col-xs-8,
.ie7 .col-xs-9,
.ie7 .col-xs-10,
.ie7 .col-xs-11,
.ie7 .col-xs-12 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ie7 .col-sm-1, .ie7 .col-xs-1 {
  width: 65px !important;
}
.ie7 .col-sm-2, .ie7 .col-xs-2 {
  width: 146px !important;
}
.ie7 .col-sm-3, .ie7 .col-xs-3 {
  width: 227px !important;
}
.ie7 .col-sm-4, .ie7 .col-xs-4 {
  width: 308px !important;
}
.ie7 .col-sm-5, .ie7 .col-xs-5 {
  width: 389px !important;
}
.ie7 .col-sm-6, .ie7 .col-xs-6 {
  width: 470px !important;
}
.ie7 .col-sm-7, .ie7 .col-xs-7 {
  width: 551px !important;
}
.ie7 .col-sm-8, .ie7 .col-xs-8 {
  width: 632px !important;
}
.ie7 .col-sm-9, .ie7 .col-xs-9 {
  width: 713px !important;
}
.ie7 .col-sm-10, .ie7 .col-xs-10 {
  width: 794px !important;
}
.ie7 .col-sm-11, .ie7 .col-xs-11 {
  width: 875px !important;
}
.ie7 .col-sm-12, .ie7 .col-xs-12 {
  width !important;
}
.ie7 .col-sm-9 .col-sm-12, .ie7 .col-sm-9 .col-xs-12, .ie7 .col-xs-9 .col-sm-12, .ie7 .col-xs-9 .col-xs-12 {
  width: 97% !important;
}
.ie7 hr {
  margin-top: 0px;
  margin-bottom: 10px;
  height: 3px;
  background: #EEEEEE;
  border-top: 3px solid #EEEEEE;
}
.ie7 hr.green {
  height: 6px;
  background: #7CC243;
  border-top: 6px solid #7CC243;
  margin-bottom: 0px;
}
.ie7 .container {
  width: 956px;
}
.ie7 .btn {
  border-radius: 0px;
}
.ie7 .form-group {
  float: left;
}
.ie7 .form-control {
  height: auto;
}
.ie7 .tabs-content {
  position: relative;
  z-index: 2;
}
.ie7 .tabs-content .nav-pills {
  padding-bottom: 16px;
}
.ie7 .tabs-content .form-inline {
  position: relative;
  z-index: 1;
}
.ie7 .tabs-content .form-inline .cabi-sites.form-group {
  width: auto;
}
.ie7 .tabs-content .form-inline #main-search {
  width: 476px;
}
.ie7 #advance-search .dropdown-toggle.form-control {
  width: auto;
}
.ie7 #advance-search .date-search li {
  width: auto;
}
.ie7 #advance-search .date-search li label {
  float: left;
  margin-top: 5px;
  margin-right: 2px;
}
.ie7 #advance-search .date-search li span {
  float: left;
  margin: 5px 2px 0px 2px;
}
.ie7 #advance-search .date-search li input.year {
  width: 40px;
  float: left;
}
.ie7 #advance-search .date-search li input.calendar {
  width: 143px;
}
.ie7 #advance-search .date-search li input.calendar.calendar-active-input {
  background-image: url("../../gfx/cabicd4/calendar-active-icon.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: 129px center;
}
.ie7 #advance-search .date-search li .dropdown {
  width: 200px;
}
.ie7 #advance-search .date-search li .dropdown .dropdown-toggle {
  width: 157px;
}
.ie7 #advance-search .date-search li .dropdown .dropdown-toggle .caret {
  top: 10px;
}
.ie7 #advance-search .date-search li .dropdown .dropdown-menu li {
  width: 200px;
}
.ie7 #advance-search .search-check-list {
  width: 100%;
  float: left;
}
.ie7 #advance-search .advance-search-list ul {
  width: 100%;
  float: left;
}
.ie7 #advance-search .advance-search-list ul li input {
  float: left;
  margin-bottom: 16px;
}
.ie7 #advance-search .advance-search-list ul li input.form-control {
  width: 562px;
}
.ie7 #advance-search .advance-search-list ul li .allfields {
  width: 185px;
  float: left;
}
.ie7 #advance-search .advance-search-list ul li .allfields .dropdown .dropdown-toggle {
  width: 85%;
}
.ie7 .add-filter, .ie7 .show-all, .ie7 .clear-all {
  position: relative;
  padding-right: 25px;
  margin-left: 0px;
}
.ie7 .add-filter .icon-icon_plus, .ie7 .add-filter .icon-icon_minus, .ie7 .add-filter .icon-icon_cross, .ie7 .show-all .icon-icon_plus, .ie7 .show-all .icon-icon_minus, .ie7 .show-all .icon-icon_cross, .ie7 .clear-all .icon-icon_plus, .ie7 .clear-all .icon-icon_minus, .ie7 .clear-all .icon-icon_cross {
  position: absolute;
  right: 0px;
  top: 5px;
}
.ie7 .btn-default {
  background-image: url("../../gfx/cabicd4/btn-bg.jpg") !important;
  background-color: #cd4400;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  border: none !important;
  text-decoration: none;
  padding-bottom: 7px;
  line-height: normal;
}
.ie7 .btn-default:hover {
  border: 0px;
  background-image: url("../../gfx/cabicd4/btn-bg.jpg");
  background-color: #cd4400;
  background-repeat: repeat-x;
  background-position: 0px bottom;
}
.ie7 .btn-default.btn-gray {
  background-color: #555555 !important;
  background-image: url("../../gfx/cabicd4/btn-bg-gray.jpg") !important;
  background-position: 0px bottom;
  background-repeat: no-repeat;
  border: 0px!important;
}
.ie7 .btn-default.btn-gray:hover, .ie7 .btn-default.btn-gray:focus {
  background-color: #555555 !important;
  background-image: url("../../gfx/cabicd4/btn-bg-gray.jpg") !important;
  background-repeat: no-repeat;
  background-position: 0px bottom;
}
.ie7 #browse-search .date-search li .dropdown .dropdown-menu {
  padding: 0px;
}
.ie7 #browse-search .date-search li .dropdown .dropdown-menu li {
  display: block;
  width: 155px;
  float: none;
}
.ie7 #browse-search .authors-list ul.author-group-list li a {
  float: left;
  padding-top: 8px;
}
.ie7 aside .nav {
  margin: 0px;
}
.ie7 .checkbox-listing {
  margin: 0px;
  float: left;
  padding: 15px 18px 0px 18px;
}
.ie7 .checkbox-listing li {
  list-style: none;
  width: 225px;
  margin-bottom: 5px;
  display: none;
}
.ie7 footer {
  padding-top: 0;
}
.ie7 footer .nav-pills {
  margin: 0px;
  padding: 15px 0 0 15px;
}
.ie7 footer hr {
  margin-top: 20px;
  margin-bottom: 0px;
}
.ie7 .icon-icon_plus {
  background-image: url("../../gfx/cabicd4/plus.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 11px;
}
.ie7 .icon-icon_cross {
  background-image: url("../../gfx/cabicd4/cross.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 13px;
}
.ie7 .new-popup .content-title {
  width: 74%;
}
.ie7 .new-popup .content-header span {
  padding: 0!important;
  margin-left: 17px;
  margin-top: 17px;
}
.ie7 .new-popup .content-header span.icon-icon_print {
  width: 22px;
  height: 22px;
  background-image: url("../../gfx/cabicd4/icons-gray.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}
.ie7 .new-popup .content-header span.icon-icon_envelope {
  width: 23px;
  height: 22px;
  background-image: url("../../gfx/cabicd4/icons-gray.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -57px 0px;
}
.ie7 .new-popup .content-header span.icon-icon_download {
  width: 20px;
  height: 22px;
  background-image: url("../../gfx/cabicd4/icons-gray.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -117px 0px;
}
.ie7 .new-popup .content-header span.save {
  width: 22px;
  height: 22px;
  background-image: url("../../gfx/cabicd4/icons-gray.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -172px 0px;
}
.ie7 .new-popup .content-header span.icon-icon_trash {
  width: 22px;
  height: 22px;
  background-image: url("../../gfx/cabicd4/icons-gray.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -222px 0px;
}
.ie7 .new-popup .content-header span.icon-icon_rss {
  width: 22px;
  height: 22px;
  background-image: url("../../gfx/cabicd4/icons-gray.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.ie7 .new-popup .close {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie7 .new-popup .close .icon-icon_cross {
  background-image: url("../../gfx/cabicd4/close-icon.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.ie7 .new-popup .email-to {
  position: relative;
  z-index: 1;
}
.ie7 .icon-icon_minus {
  background-image: url("../../gfx/cabicd4/minus.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 11px;
}
.ie7 .subject-panel .icon-icon_plus {
  background-image: url("../../gfx/cabicd4/plus-white.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  padding: 0px !important;
  margin-top: 5px;
}
.ie7 .subject-panel .icon-icon_cross {
  background-image: url("../../gfx/cabicd4/cross-white.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  width: 13px;
  padding: 0px !important;
}
.ie7 .subject-panel .icon-icon_minus {
  background-image: url("../../gfx/cabicd4/minus-white.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  width: 11px;
  padding: 0px !important;
}
.ie7 .tabs-content .tab-pane .form-group {
  width: 500px;
}
.ie7 .tabs-content .tab-pane .form-group .form-control {
  width: 100%;
}
.ie7 .tabs-content .tab-pane .form-group.cabi-content-type {
  width: 145px;
}
.ie7 #search-result .push-bottom .col-sm-8 {
  width: 67% !important;
}
.ie7 #search-result .push-bottom .col-sm-4 {
  width: 28% !important;
}
.ie7 #search-result .push-bottom .col-sm-4 .remove-filter, .ie7 #search-result .push-bottom .col-sm-4 .btn {
  float: left;
}
.ie7 #search-result .push-bottom .refind-tags .tags-container a.tag {
  position: relative;
  padding-left: 20px;
}
.ie7 #search-result .push-bottom .refind-tags .tags-container a.tag span.icon-icon_cross {
  position: absolute;
  left: 0;
  top: 7px;
}
.ie7 #search-result .push-bottom .text-right a.remove-filter {
  position: relative;
  margin-top: 10px;
  margin-right: 15px;
}
.ie7 #search-result .push-bottom .text-right a.remove-filter span.icon-icon_cross {
  position: absolute;
  top: 0px;
}
.ie7 #search-result aside .show-more {
  float: left;
}
.ie7 #search-result .overlay, .ie7 #search-result .overlay-login {
  background-image: url("../../gfx/cabicd4/transparent.png");
  background-color: transparent;
  background-repeat: repeat;
  background-position: left top;
  background: black;
}
.ie7 #search-result .nav-icons {
  z-index: 100;
}
.ie7 #search-result #refineby {
  z-index: 101;
}
.ie7 #search-result .dropdown ul.dropdown-menu {
  top: 32px;
}
.ie7 #search-result .col-sm-9 .col-sm-9 {
  width: 470px !important;
}
.ie7 #search-result .col-sm-9 .col-sm-9 .sorting {
  /*margin-right: -15px;*/
}
.ie7 .content-section.my-records .col-sm-9 .col-sm-9 {
  width: 470px !important;
}
.ie7 .listing.last {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.ie7 .push-bottom ul.nav-pills.reacord-nav-tab {
  overflow: hidden;
  margin: 5px 0px 20px 0px !important;
}
.ie7 .icon-bar {
  overflow: hidden;
}
.ie7 .icon-bar ul {
  list-style: none;
}
.ie7 .icon-bar ul li {
  float: left;
}
.ie7 .icon-bar ul li a {
  float: left;
}
.ie7 .icon-bar ul li a.print {
  width: 25px;
  height: 25px;
  background-image: url("../../gfx/cabicd4/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}
.ie7 .icon-bar ul li a.email {
  width: 27px;
  height: 25px;
  background-image: url("../../gfx/cabicd4/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -64px 0px;
}
.ie7 .icon-bar ul li a.download {
  width: 23px;
  height: 25px;
  background-image: url("../../gfx/cabicd4/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -132px 0px;
}
.ie7 .icon-bar ul li a.save {
  width: 26px;
  height: 25px;
  background-image: url("../../gfx/cabicd4/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -195px 0px;
}
.ie7 .icon-bar ul li a.trash {
  width: 24px;
  height: 25px;
  background-image: url("../../gfx/cabicd4/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -253px 0px;
}
.ie7 .icon-bar ul li a.rss {
  width: 22px;
  height: 22px;
  background-image: url("../../gfx/cabicd4/rss.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.ie7 .sorting-bar .sorting {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.ie7 .sorting-bar hr {
  float: left;
  width: 100%;
}
.ie7 .sorting .form-group {
  /*margin-left: 15px;*/
}
.ie7 .sorting .form-group label {
  float: left;
  margin-top: 8px;
}
.ie7 .sorting .form-group label.normal {
  margin-left: 5px;
}
.ie7 .sorting .form-group .dropdown {
  float: left;
}
.ie7 .sorting .form-group .dropdown .date-short {
  width: 60px;
  padding-right: 25px;
}
.ie7 .sorting .form-group .dropdown .show-per-page {
  width: 25px;
  padding-right: 25px;
}
.ie7 .sorting .form-group .dropdown .page-count {
  width: 30px;
  min-width: auto;
  max-width: auto;
  padding-right: 25px;
}
.ie7 .sorting .form-group .dropdown .dropdown-toggle {
  position: relative;
}
.ie7 .sorting .form-group .dropdown .dropdown-toggle .caret {
  position: absolute;
  top: 14px;
  right: 10px;
}
.ie7 .sorting .form-group .dropdown .dropdown-menu a {
  width: 100%;
}
.ie7 .sorting .form-group .custom-form-list {
  margin-top: 8px;
}
.ie7 .popup .close {
  position: relative;
  filter: alpha(opacity=100);
  padding-right: 20px;
}
.ie7 .popup .close .icon-icon_cross {
  position: absolute;
  right: 0;
  top: 5px;
}
.ie7 .popup .buttons-bar {
  width: 94%;
  padding-bottom: 20px;
}
.ie7 .popup .buttons-bar .icon-link {
  line-height: normal;
  position: relative;
}
.ie7 .popup .buttons-bar .icon-link .icon-icon_cross {
  top: 13px;
}
.ie7 .popup .buttons-bar .btn {
  float: none;
}
.ie7 .popup hr {
  float: left;
  width: 100%;
  margin: 0px;
}
.ie7 .popup .checkbox-listing {
  width: 95%;
  padding-bottom: 16px;
}
.ie7 .popup.sign-in {
  width: 650px;
  float: left;
  position: absolute;
  top: 27px;
}
.ie7 .popup.sign-in .popup-title {
  float: left;
  width: 615px;
  background-image: url("../../gfx/cabicd4/title-border.jpg");
  background-color: #dbe1d5;
  background-repeat: repeat-y;
  background-position: center 0px;
}
.ie7 .popup.sign-in .popup-title.remove-before {
  background: #dbe1d5 !important;
}
.ie7 .popup.sign-in .form-group {
  float: left;
  width: 100%;
}
.ie7 .popup.sign-in .form-group input {
  width: 92%;
}
.ie7 .popup.sign-in .popup-content {
  width: 100%;
  float: left;
  background-image: url("../../gfx/cabicd4/popup-content-devider.jpg");
  background-color: transparent;
  background-repeat: repeat-y;
  background-position: center 0px;
}
.ie7 .popup.sign-in .popup-content.remove-before {
  background: none !important;
}
.ie7 .popup.sign-in .popup-content .column-half {
  width: 42%;
  padding: 0px 4%;
}
.ie7 .popup.sign-in .popup-content .column-full {
  width: 93%;
  float: left;
  padding-left: 25px;
}
.ie7 .popup.sign-in .popup-content .bullets {
  padding-left: 0px;
}
.ie7 .popup.sign-in .sign-in-directcabi .popup-title {
  background: #dbe1d5;
}
.ie7 .login-details {
  position: relative;
  z-index: 9999;
}
.ie7 aside .show-more {
  float: left;
  width: 90%;
  position: relative;
}
.ie7 aside .show-more .icon-icon_plus {
  position: absolute;
  top: 10px;
}
.ie7 .top-nav {
  position: relative;
  z-index: 105;
}
.ie7 .tabs .nav {
  margin-left: 0;
}
.ie7 .content-section ul.nav {
  margin-left: 0;
}
.ie7 .content-section .sorting {
  margin: 0;
}
.ie7 .sorting-bar, .ie7 header, .ie7 .searches-table {
  position: relative;
  z-index: 101;
}
.ie7 .listing-bar, .ie7 .content-section, .ie7 .searches-icon-bar {
  position: relative;
  z-index: 100;
}
.ie7 .icon-icon_arrow_up {
  background-image: url("../../gfx/cabicd4/up-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  width: 11px;
  margin-left: 3px !important;
  top: 3px !important;
}
.ie7 .content-block .bullets li {
  background-image: url("../../gfx/cabicd4/bullet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 10px;
}
.ie7 .bullets li {
  background-image: url("../../gfx/cabicd4/bullet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 6px;
}
.ie7 .content-section.welcome-page .col-sm-9 .push-bottom .col-sm-7 {
  width: 447px !important;
}
.ie7 .content-section.welcome-page .col-sm-9 .push-bottom .col-sm-5 {
  width: 250px !important;
}
.ie7 .content-section.welcome-page .col-sm-9 .content-block .col-sm-4 {
  width: 209px !important;
}
.ie7 .content-section.welcome-page article.content-block .col-sm-8 {
  width: 600px !important;
}
.ie7 .content-section.welcome-page article.content-block .col-sm-4 {
  width: 292px !important;
}
.ie7 .form-section {
  float: left;
  width: 89.3%;
}
.ie7 .form-section .form-group {
  width: 93%;
}
.ie7 .form-section .form-group .clearfix {
  float: left;
  width: 100%;
}
.ie7 .form-section .form-group .clearfix label {
  float: left;
}
.ie7 .form-section {
  float: left;
  width: 89.3%;
}
.ie7 .form-section .form-group {
  width: 93%;
}
.ie7 .form-section .form-group .clearfix {
  float: left;
  width: 100%;
  position: relative;
}
.ie7 .form-section .form-group .clearfix label {
  float: left;
  padding-left: 30px;
}
.ie7 .form-section .form-group .clearfix .custom-control {
  position: absolute;
  left: 0;
}
.ie7 .form-section .form-group.text-right {
  width: 99.3%;
  position: relative;
}
.ie7 .form-section .form-group.text-right label {
  padding-right: 30px;
}
.ie7 .form-section .form-group.text-right .custom-control {
  position: absolute;
  top: 0;
  right: 0;
}
.ie7 .table {
  border-bottom: solid 3px #dbd8d8;
  border-collapse: collapse;
}
.ie7 .table thead tr th {
  border-bottom: solid 3px #dbd8d8 !important;
  padding: 16px 8px 14px 8px;
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
}
.ie7 .table tbody tr td {
  border: solid 0px white;
                    /*

                    .icon-icon_rss {
                        width: 14px;
                        height: 17px;
                        @include background-image(table-icon, png, transparent, no-repeat, -50px, 0px);
                        float: left;
                    }

                    .icon-icon_envelope {
                        width: 17px;
                        height: 17px;
                        @include background-image(table-icon, png, transparent, no-repeat, 0px, 0px);
                        float: left;
                    }

                    .icon-icon_saved {
                        width: 19px;
                        height: 17px;
                        @include background-image(table-icon, png, transparent, no-repeat, -25px, 0px);
                        float: left;
                    }*/
}
.ie7 .table tbody tr td.table-icons span {
  float: left;
  top: 0;
}
.ie7 .table tbody tr td .icon-icon_rss {
  font-size: 16px;
}
.ie7 .table tbody tr td p span {
  margin-right: 10px;
}
.ie7 .table tbody tr.tr-first td {
  border-top: solid 4px white !important;
}
.ie7 .table tbody tr.tr-first td table td {
  border: none !important;
}
.ie7 .table tbody tr.tr-last td {
  border-bottom: solid 4px white !important;
}
.ie7 .up-down-arrows {
  float: left;
  height: 17px;
  width: 15px;
  position: relative;
  margin-right: 5px;
}
.ie7 .up-down-arrows .icon-icon_arrow_up {
  position: absolute;
  top: 5px !important;
  left: 0px;
}
.ie7 .up-down-arrows .icon-icon_arrow_down {
  position: absolute;
  top: 14px !important;
  left: 0px;
  width: 11px;
  margin-left: 3px !important;
  background-image: url("../../gfx/cabicd4/down-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}
.ie7 .headerSortUp .up-down-arrows .icon-icon_arrow_down,
.ie7 .headerSortDown .up-down-arrows .icon-icon_arrow_up {
  top: 7px !important;
}
.ie7 .combine-selected label {
  float: left;
}
.ie7 .combine-selected span {
  position: relative;
  /*top: -3px;*/
}
.ie7 .combine-selected .btn-default {
  margin-top: 2px;
}
.ie7 .table .dropdown .dropdown-toggle {
  width: 50px;
}
.ie7 .table .dropdown .dropdown-menu li a {
  width: 70px;
}
.ie7 .tablesorter-header .up-down-arrows {
  display: none;
}
.ie7 #profile ul li {
  margin: 0px 0 16px 0px;
  display: block;
  width: 100%;
}
.ie7 #profile ul li:last-child {
  margin: 0px;
}
.ie7 #profile ul li .buttons {
  float: right;
}
.ie7 #profile ul li .buttons a {
  float: left;
  line-height: 26px;
  border: 0px !important;
}
.ie7 #profile ul li .buttons .btn-default {
  background-color: #cd4400;
  font-family: "open_sansbold";
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: white;
  border-radius: 0px;
  border: none;
  border-bottom: solid 4px #a83903;
  padding: 5px 20px 6px 20px;
  text-decoration: none;
}
.ie7 #profile ul li .buttons .btn-default:hover {
  border: 0px !important;
  background: url("../../gfx/cabicd4/btn-bg.jpg") repeat-x left bottom !important;
}
.ie7 #profile .profile-thumb {
  width: 146px;
  float: left;
}
.ie7 #profile .profile-thumb img {
  border: solid 4px #7cc243;
}
.ie7 #profile .profile-thumb span {
  margin-right: 4px;
}
.ie7 #profile .profile-thumb span.icon-icon_upload {
  background: url("../../gfx/cabicd4/upload.png") repeat-x left bottom !important;
  width: 22px;
  height: 19px;
  float: left;
}
.ie7 #profile .profile-thumb a {
  padding: 0px;
  font-family: "open_sansbold";
  font-size: 14px;
  color: #262626;
  text-decoration: underline;
  top: 0px;
}
.ie7 #profile .profile-thumb a:hover {
  border-radius: 0px;
  background: none;
  color: #32641b;
  text-decoration: none;
}
.ie7 #profile .profile-column {
  width: 778px;
  float: left;
  padding-left: 16px;
}
.ie7 #profile .profile-column .col1 {
  width: 456px;
  float: left;
}
.ie7 #profile .profile-column .col2 {
  width: 292px;
  float: left;
  padding-left: 16px;
}
.ie7 #profile .profile-column input[type='text'] {
  width: 95%;
  float: left;
}
.ie7 #profile .profile-column input[type='text'].name {
  width: 198px;
}
.ie7 #profile .profile-column input[type='text'].last-name {
  margin-left: 12px;
  width: 198px;
}
.ie7 .tabs-content .buttons {
  float: right;
}
.ie7 .tabs-content .buttons a {
  float: left;
  line-height: 26px;
  border: 0px !important;
}
.ie7 .tabs-content .buttons .btn-default {
  background-color: #cd4400;
  font-family: "open_sansbold";
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: white;
  border-radius: 0px;
  border: none;
  border-bottom: solid 4px #a83903;
  padding: 5px 20px 6px 20px;
  text-decoration: none;
}
.ie7 .tabs-content .buttons .btn-default:hover, .ie7 .tabs-content .buttons .btn-default:focus {
  border: 0px !important;
  background: url("../../gfx/cabicd4/btn-bg.jpg") repeat-x left bottom !important;
}
.ie7 .icon-icon_edit {
  background: url("../../gfx/cabicd4/edit.png") no-repeat left bottom !important;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}
.ie7 #field-interest .subject-panel .custom-form-list {
  float: left;
}
.ie7 #field-interest .subject-panel span {
  float: left;
  padding: 0px;
}
.ie7 #field-interest .subject-panel .icon-icon_plus {
  background: url("../../gfx/cabicd4/plus-white.png") no-repeat center center !important;
  float: left;
  padding: 0px;
  background-color: #cd4400 !important;
}
.ie7 #field-interest .subject-panel .icon-icon_minus {
  background: url("../../gfx/cabicd4/minus-white.png") no-repeat center center !important;
  float: left;
  padding: 0px;
  width: 22px;
  background-color: #cd4400 !important;
}
.ie7 .multiple-ddl li {
  width: auto !important;
}
.ie7 a .icon-icon_arrow_left {
  background: url("../../gfx/cabicd4/left_arrow.png") no-repeat left bottom !important;
}
.ie7 a .icon-icon_arrow_right {
  background: url("../../gfx/cabicd4/right_arrow.png") no-repeat left bottom !important;
}
.ie7 .next-prev-buttons a:first-child {
  margin-right: 10px !important;
}
.ie7 .next-prev-buttons img {
  padding-right: 10px;
  display: inline-block;
}
.ie7 .right-tabs .edit {
  margin-top: 4px;
}
.ie7 #add-fav-product {
  float: left;
  width: 90%;
}
.ie7 #add-fav-product span {
  float: left;
}
.ie7 #add-fav-product span.icon-icon_plus {
  margin-left: 5px;
  margin-top: 3px;
}
.ie7 .overlay-ul {
  z-index: 99;
  margin-bottom: 2px;
}
.ie7 .only-ul, .ie7 .top-nav, .ie7 header {
  z-index: 9;
}
.ie7 #browse-search .subject-panel ul li {
  float: left;
  width: 100%;
}
.ie7 #browse-search .subject-panel ul li span {
  float: left;
  padding: 0;
  height: 18px;
  width: 18px;
}
.ie7 #browse-search .subject-panel ul li span.icon-icon_plus {
  background-image: url(../../gfx/cabicd4/plus-white.png);
  padding-bottom: 0px !important;
}
.ie7 #browse-search .subject-panel ul li span.icon-icon_minus {
  background-image: url(../../gfx/cabicd4/minus-white.png);
  padding-bottom: 0px !important;
}
.ie7 #browse-search .subject-panel ul li a {
  line-height: 22px;
}
.ie7 .open .dropdown-toggle {
  border-bottom: 2px solid #adbaa3 !important;
}
.ie7 .open .dropdown-menu {
  position: relative;
  top: -1px;
}
.ie7 #mysearch #sort-wrapper tr {
  position: relative;
}
.ie7 #mysearch #sort-wrapper tr .search-type .dropdown-menu {
  position: absolute;
  top: 34px;
}
.ie7 .dropdown .dropdown-menu {
  position: absolute !important;
  top: 32px;
  z-index: 999;
}
.ie7 .dropdown.export {
  width: 100%;
}
.ie7 .dropdown.export .dropdown-toggle {
  height: auto;
  width: 90.5%;
}
.ie7 header {
  position: relative;
  z-index: 2;
}
.ie7 .content-section {
  position: relative;
  z-index: 1;
}
.ie7 .project-tabs ul li {
  display: inline-block;
  float: left;
}
.ie7 .edit-summary p {
  width: 82%;
}
.ie7 .edit-project-title-block .save-project-title input, .ie7 .edit-project-title-block .save-project-title textarea {
  width: 89%;
}
.ie7 .project-title1 a {
  margin-left: 5px;
}
.ie7 .project-title1 a span {
  float: none;
}
.ie7 .project-action-list li a span {
  margin-top: 14px;
}
.ie7 .project-action-list li a.emailAlert span.icon-Icon_EmailAlerts {
  margin-top: 14px;
}
.ie7 .icon-icon_print {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -963px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-icon_envelope {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -803px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-icon_download {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -709px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-icon_save {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -1027px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Projects_Add {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -325px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_EmailAlerts {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -771px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-icon_rss {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -995px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-icon_trash {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -1123px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_CompleteProject {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -133px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Archive {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -101px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Grid {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -165px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_List {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -229px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Project {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -293px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Records {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -357px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Searches {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -421px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Visualisations {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -485px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Reports {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -389px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_AddComment {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -5px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Highlight {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -197px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Annotations {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -69px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-Icon_Annotate {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -36px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .icon-icon_saved {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -1059px -5px;
  display: block;
  width: 22px;
  height: 22px;
}
.ie7 .project-tabs li a span {
  float: left;
  margin-top: 0px;
  top: 0px;
}
.ie7 .summary-buttons a {
  width: 140px;
}
.ie7 .summary-buttons a span {
  float: right !important;
  margin-top: -20px;
  top: 0px;
}
.ie7 .table .icon-Icon_AddComment, .ie7 .table .icon-Icon_Records, .ie7 .table .icon-icon_saved, .ie7 .table .icon-Icon_Reports {
  margin-top: 0px;
  float: left;
  top: 0px;
}
.ie7 .annotations-block .annotation {
  float: left;
}
.ie7 .custom-control span.icon-Icon_Reports {
  background: url("../../gfx/cabicd4/spritesheet.png") no-repeat -389px -5px !important;
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 50%;
  margin-top: -11px;
}
.ie7 .activities-block .icon-Icon_Highlight, .ie7 .activities-block .icon-Icon_Annotations {
  float: left;
  margin-top: 0px;
  float: left;
  top: 0px;
}
.ie7 .create-new-button span {
  display: inline-block;
}
.ie7 .project-grid-view {
  float: left;
  padding-bottom: 16px;
}
.ie7 .project-grid-view li {
  float: left;
  width: 247px;
}
.ie7 .project-tabs a:hover span, .ie7 .light-green a:hover span {
  background-image: url("../../gfx/cabicd4/spritesheet-white.png");
}
.ie7 .project-tabs li.active a:hover span, .ie7 .light-green li.active a:hover span {
  background-image: url("../../gfx/cabicd4/spritesheet.png");
}
.ie7 .icon-block:hover span {
  background: url("../../gfx/cabicd4/edit-white.png") no-repeat left bottom !important;
}
.ie7 .edit-project-title a:hover .icon-icon_edit {
  background: url("../../gfx/cabicd4/edit-white.png") no-repeat left bottom !important;
}
.ie7 .modal-dialog {
  padding: 30px 0;
}
.ie7 .summary-buttons a .icon-icon_download, .ie7 .summary-buttons a .icon-Icon_Reports {
  background-image: url("../../gfx/cabicd4/spritesheet-white.png");
}
.ie7 .summary-buttons a:hover .icon-icon_download, .ie7 .summary-buttons a:hover .icon-Icon_Reports {
  background-image: url("../../gfx/cabicd4/spritesheet-white.png");
}
.ie7 .annotation-box-list li h2 {
  line-height: normal;
  height: 26px;
  padding-top: 5px;
  padding-left: 35px;
}
.ie7 .listing-detail .list-content .abstract div.highlightText ul.project-action-list li a span {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-right: 4px;
}

.ie8 #advance-search .search-check-list {
  width: 100%;
  float: left;
}
.ie8 .sorting .form-group .custom-form-list {
  width: 80px;
}
.ie8 .radio-listing .custom-form-list label {
  max-width: none;
}
.ie8 .popup .close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .popup .show-all {
  text-decoration: none;
}
.ie8 .popup .show-all:focus {
  text-decoration: none;
}
.ie8 .popup.sign-in {
  top: 26px;
}
.ie8 .show-all {
  text-decoration: none;
}
.ie8 .show-all:focus {
  text-decoration: none;
}
.ie8 .listing.last {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.ie8 .next-prev-buttons a:after {
  text-decoration: none;
}
.ie8 .next-prev-buttons a:last-of-type {
  padding-right: 0px;
}
.ie8 .next-prev-buttons a:last-of-type:after {
  display: none;
}
.ie8 .profile-column input[type='text'].name {
  width: 226px !important;
  float: left;
}
.ie8 .profile-column input[type='text'].last-name {
  margin-left: 16px !important;
  width: 226px !important;
  float: left;
}
.ie8 .popup {
  right: 235px;
}
.ie8 .subject-panel .icon-icon_plus {
  background: url("../../gfx/cabicd4/plus-white.png") no-repeat center center !important;
  float: left;
  padding: 0px !important;
  background-color: #cd4400 !important;
}
.ie8 .subject-panel .icon-icon_plus:before {
  display: none;
}
.ie8 .subject-panel .icon-icon_minus {
  background: url("../../gfx/cabicd4/minus-white.png") no-repeat center center !important;
  float: left;
  padding: 0px;
  background-color: #cd4400 !important;
}
.ie8 .subject-panel .icon-icon_minus:before {
  display: none;
}
.ie8 #browse-search .subject-panel ul li span.icon-icon_plus {
  background-image: url(../../gfx/cabicd4/plus-white.png);
  PADDING-BOTTOM: 0px !important;
}

/*only of Ie9*/
@media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
  .popup .show-all {
    text-decoration: none;
  }
  .popup .show-all:focus {
    text-decoration: none;
  }

  button.btn-default {
    background: #cd4400!important;
    border-color: #a83903!important;
  }
  button.btn-gray {
    background: #797979!important;
    border-color: #666666!important;
  }

  .sorting .form-group .dropdown .page-count {
    padding-right: 0px !important;
  }

  .toggle-link span {
    top: 0 !important;
  }
  .toggle-link span.top {
    top: -1px !important;
  }

  .toggle-link .icon-icon_arrow_down {
    background-image: url("../../gfx/cabicd4/down-arrow.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
    top: 3px !important;
  }
  .toggle-link .icon-icon_arrow_down.top {
    background-image: url("../../gfx/cabicd4/up-arrow.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    top: 5px !important;
  }
  .toggle-link .icon-icon_arrow_down:before {
    content: '';
    border: 0px !important;
    display: none;
  }

  .top-nav .icon-icon_arrow_down {
    background-image: url("../../gfx/cabicd4/down-arrow-white.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    width: 11px;
    top: 3px !important;
  }
  .top-nav .icon-icon_arrow_down.top {
    background-image: url("../../gfx/cabicd4/up-arrow-white.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    top: 5px !important;
  }
  .top-nav .icon-icon_arrow_down:before {
    content: '';
    border: 0px !important;
    display: none;
  }
}
/* utility */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "open_sansregular";
  color: #262626;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

address {
  line-height: 24px;
  font-size: 16px;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

hr {
  margin: 16px auto;
  border-color: #dbd8d8;
  border-width: 3px 0 0;
}
hr.green {
  margin: 16px auto;
  border-color: #7cc243;
  border-width: 3px 0 0;
}
hr.light {
  margin: 16px auto;
  border-color: #eef1ea;
  border-width: 3px 0 0;
}

a, a img, a:focus, input:focus {
  outline: none;
}

.pull-none {
  float: none !important;
}

aside {
  position: relative;
}

.main-inner {
  max-width: 1024px;
  min-width: 972px;
  margin: 0 auto;
}

/*safari only*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .form-control.custom-dropdown select {
    line-height: 33px;
  }
}
.content-section {
  padding: 10px 0px 16px 0px;
}

.search-result-label {
  font-family: "open_sansregular";
  font-size: 14px;
  color: #262626;
}
.search-result-label strong {
  font-family: "open_sansbold";
  font-weight: normal;
  margin-left: 5px;
}

.refind-tags {
  position: relative;
  padding-left: 90px;
  font-family: "open_sansregular";
  font-size: 14px;
  color: #262626;
}
.refind-tags .tags-container {
  overflow-y: auto;
  max-height: 50px;
}
.refind-tags strong {
  position: absolute;
  left: 0px;
  top: 2px;
  font-family: "open_sansbold";
  font-weight: normal;
}

.tag {
  display: inline-block;
  padding-left: 5px;
  font-family: "open_sansregular";
  font-size: 14px;
  padding-top: 2px;
  color: #262626;
  margin-right: 10px;
}
.tag:hover, .tag:focus {
  color: #262626;
}

.icon-bar {
  background: #eef1ea;
  padding: 12px;
  position: relative;
}
.icon-bar ul {
  margin: 0px;
  padding: 0px;
}
.icon-bar ul li {
  display: inline-block;
  margin: 0px;
  padding-right: 25px;
}
.icon-bar ul li a {
  color: #3f7e21;
  font-size: 24px;
}
.icon-bar .custom-form-list {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
.icon-bar .custom-form-list label {
  margin: 3px 0 0 0 !important;
}

.combine-selected {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 450px;
}
.combine-selected label {
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin-top: 8px;
  margin-right: 7px;
}
.combine-selected span {
  font-family: "open_sanssemibold";
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 8px;
  margin-right: 7px;
  line-height: normal;
}
.combine-selected a {
  display: none;
  position: relative;
  top: 0px;
  padding: 6px 20px 5px 20px;
}
.combine-selected .radio-listing {
  width: auto;
  display: none;
  padding: 7px 0px 0px 0px;
}
.combine-selected .radio-listing li {
  margin-right: 5px;
}
.combine-selected .radio-listing li label {
  font-weight: normal;
  font-size: 14px;
}
.combine-selected .radio-listing li span {
  margin-top: 0px;
}

.sorting .dropdown {
  display: inline-block;
}
.sorting .dropdown strong {
  font-weight: normal;
}
.sorting .next {
  padding: 6px;
  margin-left: 8px;
}
.sorting .next .caret {
  margin: 0px 0 0 7px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #cd4400;
}
.sorting .pre {
  padding: 6px;
}
.sorting .pre .caret {
  margin: 0px 7px 0 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #cd4400;
}

.listing {
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 16px 0px;
  list-style: none;
  border-bottom: solid 3px #dbd8d8;
  float: left;
  width: 100%;
}
.listing .check-mark {
  float: left;
  width: 4.2%;
}
.listing .list-content {
  float: left;
  width: 95.8%;
  font-size: 15px;
}
.listing .list-content h2 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "open_sansbold";
  font-size: 16px;
  font-weight: normal;
  color: #32641b;
  cursor: pointer;
}
.listing .list-content h2 span {
  display: inline-block;
  padding: 3px 5px;
  background: #52534f;
  color: white;
  text-transform: uppercase;
  font-family: "open_sansbold";
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
}
.listing .list-content p {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}
.listing .list-content p a {
  text-decoration: underline;
  color: #262626;
}
.listing .list-content strong {
  font-family: "open_sansbold";
  font-weight: normal;
}
.listing .list-content .btn-default {
  margin-top: 15px;
  margin-left: 13px;
}
.listing:last-child {
  border-bottom: none;
}
.listing:last-of-type {
  padding: 0px;
  margin: 0px;
}

.search-detail-link {
  display: none;
  background: #eef1ea;
  padding: 15px;
}

#refineby-content {
  display: none;
}

.popup {
  position: absolute;
  z-index: 997;
  top: 0;
  right: 229px;
  background-color: #eef1ea;
  border: solid 6px #7cc243;
  font-family: Arial, sans-serif;
  width: 710px;
}
.popup.icon-popup {
  left: 50%;
  margin-left: -284px;
  position: fixed;
  right: 0;
  top: 50px;
}
.popup.print, .popup.email, .popup.download, .popup.rss, .popup.trash {
  display: none;
  width: 552px;
}
.popup.print .close, .popup.email .close, .popup.download .close, .popup.rss .close, .popup.trash .close {
  border-left: 2px solid #eef1ea;
  padding: 17px 8px 15px 20px;
  top: 0;
}
.popup.print .close span, .popup.email .close span, .popup.download .close span, .popup.rss .close span, .popup.trash .close span {
  color: #262626;
  font-size: 20px;
}
.popup.print .content-header, .popup.email .content-header, .popup.download .content-header, .popup.rss .content-header, .popup.trash .content-header {
  background: #dbe1d5;
  float: left;
  width: 100%;
}
.popup.print .content-header h4, .popup.email .content-header h4, .popup.download .content-header h4, .popup.rss .content-header h4, .popup.trash .content-header h4 {
  float: left;
  padding-left: 27px;
  width: auto;
}
.popup.print .content-header span, .popup.email .content-header span, .popup.download .content-header span, .popup.rss .content-header span, .popup.trash .content-header span {
  color: #262626;
  float: left;
  font-size: 20px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-top: 17px;
}
.popup.print .content-header span.icon-icon_emailAlerts, .popup.email .content-header span.icon-icon_emailAlerts, .popup.download .content-header span.icon-icon_emailAlerts, .popup.rss .content-header span.icon-icon_emailAlerts, .popup.trash .content-header span.icon-icon_emailAlerts {
  cursor: default;
  font-size: 28px;
  padding-top: 10px;
}
.popup.print .content-title, .popup.email .content-title, .popup.download .content-title, .popup.rss .content-title, .popup.trash .content-title {
  padding-left: 67px;
  padding-right: 50px;
  float: left;
  width: 100%;
}
.popup.print .content-title p, .popup.email .content-title p, .popup.download .content-title p, .popup.rss .content-title p, .popup.trash .content-title p {
  line-height: normal;
  font-family: "open_sanssemibold";
  font-size: 14px;
}
.popup.print .email-to, .popup.email .email-to, .popup.download .email-to, .popup.rss .email-to, .popup.trash .email-to {
  padding-left: 67px;
}
.popup.print .email-to .input-box input, .popup.email .email-to .input-box input, .popup.download .email-to .input-box input, .popup.rss .email-to .input-box input, .popup.trash .email-to .input-box input {
  width: 250px;
  font-family: "open_sanssemibold";
}
.popup.print .email-to .remember-me, .popup.email .email-to .remember-me, .popup.download .email-to .remember-me, .popup.rss .email-to .remember-me, .popup.trash .email-to .remember-me {
  min-width: 130px;
}
.popup.print .email-to .remember-me label, .popup.email .email-to .remember-me label, .popup.download .email-to .remember-me label, .popup.rss .email-to .remember-me label, .popup.trash .email-to .remember-me label {
  font-family: "open_sansregular";
  font-weight: normal;
}
.popup.print .radio-listing, .popup.email .radio-listing, .popup.download .radio-listing, .popup.rss .radio-listing, .popup.trash .radio-listing {
  margin-bottom: 30px;
  padding-left: 67px;
  padding-top: 0;
}
.popup.print .radio-listing li label, .popup.email .radio-listing li label, .popup.download .radio-listing li label, .popup.rss .radio-listing li label, .popup.trash .radio-listing li label {
  font-family: "open_sansregular";
}
.popup.print .btn-gray, .popup.email .btn-gray, .popup.download .btn-gray, .popup.rss .btn-gray, .popup.trash .btn-gray {
  margin-right: 5px;
}
.popup.download .email-to .input-box, .popup.rss .email-to .input-box {
  width: 100%;
}
.popup.download .email-to .input-box input, .popup.rss .email-to .input-box input {
  width: 90%;
}
.popup .content-title {
  padding: 17px 18px 0 17px;
}
.popup .content-title p {
  margin-bottom: 10px;
}
.popup .content-title h5 {
  margin: 0 0 10px;
}
.popup .email-to {
  padding: 0 18px 0 17px;
  margin-bottom: 20px;
}
.popup .email-to .input-box {
  display: inline-block;
}
.popup .email-to .input-box input {
  border: 2px solid #adbaa3;
  height: 40px;
  padding-left: 10px;
  width: 285px;
}
.popup .email-to .remember-me {
  display: inline-block;
  margin-left: 20px;
  min-width: 130px;
}
.popup .email-to .remember-me label {
  margin-top: 3px !important;
}
.popup .email-to .help-icon {
  display: inline-block;
  margin-left: 10px;
}
.popup .email-to .help-icon button {
  background-image: url("../../gfx/cabicd4/icon-help.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: medium none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.popup h4 {
  margin: 0;
  padding: 17px 18px 18px 17px;
  background-color: #dbe1d5;
}
.popup .close {
  position: absolute;
  right: 10px;
  top: 14px;
  color: #262626;
  font-family: "open_sansbold";
  font-size: 16px;
  font-weight: normal;
  z-index: 999;
  line-height: normal;
  text-shadow: none;
  opacity: 1;
}
.popup .close:hover {
  text-decoration: none;
}
.popup hr {
  border-width: 1px 0 0;
  float: left;
  width: 100%;
}
.popup .buttons-bar {
  padding: 9px 18px 25px 18px;
  text-align: right;
  width: 100%;
  float: left;
}
.popup .buttons-bar .btn-default {
  margin-left: 10px;
  display: none;
}
.popup .buttons-bar .clear-all {
  margin-left: 10px;
  display: none;
}
.popup .buttons-bar .icon-link, .popup .buttons-bar .item-count {
  line-height: 45px;
}
.popup .buttons-bar .btn-default {
  float: right;
  padding: 10px 20px 11px;
}
.popup .buttons-bar .show-all {
  text-decoration: none;
}
.popup .buttons-bar .show-all:focus {
  text-decoration: none;
}
.popup.sign-in {
  width: 650px;
  position: absolute;
  right: 11px;
  top: 27px;
  display: none;
}
.popup.sign-in .popup-title {
  font-size: 18px;
  font-family: "open_sanssemibold";
  posistion: relative;
  margin: 0px;
  padding: 17px 18px 18px 17px;
  width: 100%;
  float: left;
  background-color: #dbe1d5;
}
.popup.sign-in .popup-title span {
  font-family: "open_sansbold";
}
.popup.sign-in .popup-title:before {
  border: solid 1px #eef1ea;
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -1px;
  display: block;
  height: 61px;
  z-index: 1;
}
.popup.sign-in .column-half {
  width: 50%;
  float: left;
  padding-left: 5px;
}
.popup.sign-in .column-full {
  width: 100%;
  float: left;
  padding-left: 5px;
}
.popup.sign-in .remove-before:before {
  display: none !important;
}
.popup.sign-in .popup-content {
  posistion: relative;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.popup.sign-in .popup-content:before {
  border: solid 1px #dbe1d5;
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -1px;
  display: block;
  height: 100%;
  z-index: 0;
}
.popup.sign-in .popup-content .column-half, .popup.sign-in .popup-content .column-full {
  padding: 0px 20px;
}
.popup.sign-in .popup-content .block h4 {
  background: none;
  margin: 12px 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: normal;
}
.popup.sign-in .popup-content .block h4 a {
  color: #cd4400;
}
.popup.sign-in .popup-content label, .popup.sign-in .popup-content strong {
  font-family: "open_sansbold";
  font-weight: normal;
}
.popup.sign-in .bullets {
  margin-top: 12px;
}
.popup.sign-in .bullets li {
  margin-bottom: 16px;
  line-height: 18px;
}
.popup.sign-in .sign-in-directcabi {
  display: none;
}
.popup.sign-in .sign-in-directcabi .popup-title:before {
  display: none !important;
}

.col-sm-9 .popup {
  left: 50%;
  margin-left: -140px;
}
.col-sm-9 .popup.icon-popup {
  margin-left: -284px;
}

.show-all {
  text-decoration: none;
}
.show-all:focus {
  text-decoration: none !important;
}

.overlay, .overlay-login {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: black;
  z-index: 990;
  display: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.calendar {
  cursor: pointer;
}

.bullets {
  list-style: none;
  margin: 15px 0 0 0px;
  padding: 0px;
}
.bullets li {
  font-family: "open_sanssemibold";
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  position: relative;
  padding-left: 18px;
}
.bullets li:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cd4400;
  color: #cd4400;
}

.content-block .bullets li:before {
  top: 8px;
}

#search-result {
  display: none;
}

.backtotop {
  display: inline-block;
}
.backtotop.offsetTop5 {
  margin-top: 5px;
}

.toggle-link span,
.rotate-arrow span {
  width: 12px;
  height: 12px;
  left: 6px;
  color: #cd4400;
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
.toggle-link span.top,
.rotate-arrow span.top {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.toggle-link .icon-icon_arrow_left,
.rotate-arrow .icon-icon_arrow_left {
  left: -6px;
  font-size: 12px;
  top: 0;
}
.toggle-link .icon-icon_arrow_right,
.rotate-arrow .icon-icon_arrow_right {
  font-size: 12px;
}

.links-arrow {
  padding-left: 6px;
  padding-right: 6px;
}
.links-arrow span {
  width: 12px;
  height: 12px;
  left: 6px;
  color: #cd4400;
  display: inline-block;
  position: relative;
  top: 1px;
}
.links-arrow .icon-icon_arrow_left {
  left: -6px;
  font-size: 12px;
  top: 0;
}
.links-arrow .icon-icon_arrow_right {
  font-size: 12px;
}

.no-author {
  width: 100%;
}

.confirm-password {
  position: relative;
}
.confirm-password span {
  position: absolute;
  right: 2px;
  top: 36px;
}
.confirm-password span.icon-cross:before {
  background-color: #cd4400;
  content: "\e607";
  color: white;
  padding: 9px;
}
.confirm-password span.icon-tick:before {
  background-color: #7cc243;
  content: "\e606";
  color: white;
  padding: 9px;
}

.welcome-page h3.default-title {
  margin-bottom: 20px;
}

.next-prev-buttons a {
  position: relative;
  text-decoration: underline;
}
.next-prev-buttons a:first-child {
  margin: 0 30px;
}
.next-prev-buttons a:first-child:after {
  position: absolute;
  content: '';
  border-right: 1px solid #929292;
  right: -18px;
  width: 1px;
  height: 16px;
  top: 5px;
  color: #eef1ea;
}
.next-prev-buttons img {
  display: none;
}

.listing-detail .list-content h2 {
  font-size: 21px;
  margin-bottom: 32px;
}
.listing-detail .list-content .abstract {
  margin: 32px 0px;
  position: relative;
}
.listing-detail .list-content .abstract strong {
  display: block;
}
.listing-detail .list-content .abstract div {
  display: inline;
}
.listing-detail .list-content .abstract div.highlightText {
  background: #ffff00;
  display: inline;
  cursor: pointer;
}
.listing-detail .list-content .abstract div.highlightText ul {
  left: -85px;
  position: absolute;
  top: 40px;
  display: block;
}
.listing-detail .list-content .abstract div.highlightText ul a {
  background: #7cc243;
  font-size: 16px;
  font-weight: bold;
}
.listing-detail .list-content .abstract div.highlightText p {
  display: block;
  left: -35px;
  position: absolute;
  top: 55px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #7cc243;
  font-size: 0;
}
.listing-detail .list-content .abstract div ul, .listing-detail .list-content .abstract div p {
  display: none;
}
.listing-detail .list-content .additional-info {
  margin: 32px 0px;
}

.light-green {
  background: #eef1ea;
  position: relative;
}

.project-action-list {
  margin: 0;
  padding: 0;
}
.project-action-list li {
  list-style: none;
  float: left;
  border-right: 1px solid white;
  font-size: 14px;
}
.project-action-list li strong {
  font-weight: normal;
  display: block;
  height: 50px;
  line-height: 50px;
  min-width: 50px;
  text-align: center;
  color: #555555;
  padding: 0 15px;
  font-family: "open_sansbold";
  color: #262626;
}
.project-action-list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  min-width: 50px;
  text-align: center;
  color: #444444;
  background: #dbe1d5;
}
.project-action-list li a span {
  font-size: 18px;
  vertical-align: middle;
}
.project-action-list li a:hover {
  background: #555555;
  color: white;
}
.project-action-list li a.emailAlert span.icon-Icon_EmailAlerts {
  display: inline-block;
  margin-top: -8px;
  font-size: 24px;
}
.project-action-list li a.Annotate {
  position: relative;
  z-index: 1;
}
.project-action-list li a.active {
  background: #7cc243;
}
.project-action-list li.active a {
  color: #555555;
  background: #7cc243;
}

.color-choose-list {
  margin: 0 10px 0 0;
  padding: 0;
  display: none;
}
.color-choose-list li {
  list-style: none;
  float: left;
  font-size: 14px;
  padding: 12px 2px;
}
.color-choose-list li strong {
  font-weight: normal;
  display: block;
  text-align: center;
  color: #555555;
  padding: 2px 15px;
  font-family: "open_sansbold";
  color: #262626;
}
.color-choose-list li a {
  display: block;
  border: 2px solid white;
  text-align: center;
  background: #dbe1d5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 24px;
  overflow: hidden;
}
.color-choose-list li a span {
  font-size: 18px;
  vertical-align: middle;
}
.color-choose-list li a:hover, .color-choose-list li a:focus {
  border-color: #555555;
}
.color-choose-list li a.light-blue {
  background-color: #20d2ff;
}
.color-choose-list li a.yellow {
  background-color: #ffcc33;
}
.color-choose-list li a.pink {
  background-color: #ffb9ff;
}
.color-choose-list li a.light-green {
  background-color: #01ecb1;
}
.color-choose-list li.active a {
  border-color: #555555;
}

.create-new-button {
  background: #dbe1d5;
  border-left: 1px solid white;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0 15px;
  font-family: "open_sansbold";
  color: #262626;
}
.create-new-button span {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
}
.create-new-button:hover, .create-new-button:focus {
  background: #555555;
  color: white;
}

.gray-button {
  background: #dbe1d5;
  border: none;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 15px;
  font-family: "open_sansbold";
  color: #262626;
}
.gray-button span {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
.gray-button:hover, .gray-button:focus {
  background: #555555;
  color: white;
}

.green-list-title, .project-grid-view li h3 {
  color: #32641b;
  cursor: pointer;
  font-family: "open_sansbold";
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 0;
}
.green-list-title a, .project-grid-view li h3 a {
  color: #32641b;
  text-decoration: none;
}
.green-list-title a:hover, .project-grid-view li h3 a:hover {
  color: #555555;
}

.project-grid-view {
  margin: 0 0 0 -16px;
  padding: 0;
  font-size: 0px;
}
.project-grid-view li {
  list-style: none;
  margin-left: 16px;
  margin-bottom: 16px;
  position: relative;
  width: 308px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: 1px solid #dbe1d5;
  padding: 15px 15px 15px 44px;
}
.project-grid-view li .custom-control {
  position: absolute;
  top: 15px;
  left: 12px;
  margin: 0;
}
.project-grid-view li strong {
  display: block;
  color: #cd4400;
  font-family: "open_sansbold";
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: normal;
}
.project-grid-view li p {
  font-size: 14px;
  margin: 0;
  line-height: inherit;
}
.project-grid-view li p a {
  color: #32641b;
  font-family: "open_sansbold";
}
.project-grid-view li:hover {
  background: #eef1ea;
}

.orange-link {
  color: #cd4400;
  font-family: "open_sansbold";
}
.orange-link:hover {
  color: #7cc243;
}

.green-link {
  color: #32641b;
  font-family: "open_sansbold";
}
.green-link:hover {
  color: #555555;
}

.darkgreen-link {
  color: #32641b !important;
  font-family: "open_sansbold";
}

.new-popup .modal-content {
  background-color: #eef1ea;
  border: solid 6px #7cc243;
  box-shadow: none;
  border-radius: 0;
  width: 552px;
  margin: 0 auto;
}
.new-popup .custom-form-list {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
.new-popup .content-header {
  background: #dbe1d5;
  float: left;
  width: 100%;
}
.new-popup .content-header h4 {
  float: left;
  padding-left: 27px;
  width: auto;
}
.new-popup .content-header span {
  color: #262626;
  float: left;
  font-size: 20px;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-top: 17px;
}
.new-popup .content-header span.icon-icon_emailAlerts {
  cursor: default;
  font-size: 28px;
  padding-top: 10px;
}
.new-popup .content-title {
  padding-left: 65px;
  padding-right: 95px;
  float: left;
  width: 100%;
}
.new-popup .content-title p {
  line-height: normal;
  font-family: "open_sanssemibold";
  font-size: 14px;
}
.new-popup .radio-listing {
  margin-bottom: 30px;
  padding-left: 67px;
  padding-top: 0;
}
.new-popup .radio-listing li label {
  font-family: "open_sansregular";
}
.new-popup .btn-gray {
  margin-right: 5px;
}
.new-popup .content-title {
  padding: 17px 65px 0px 65px;
}
.new-popup .content-title p {
  margin-bottom: 10px;
}
.new-popup .content-title h5 {
  margin: 0 0 10px;
}

.new-popup .content-title label.cd4-formerly-h5 {
    font-family: "open_sansbold";
    margin: 0 0 10px;
}

.new-popup .email-to {
  padding: 0 65px;
  margin-bottom: 20px;
}
.new-popup .email-to .input-box {
  display: inline-block;
  width: 100%;
}
.new-popup .email-to .input-box input {
  border: 2px solid #adbaa3;
  height: 40px;
  padding-left: 10px;
  width: 100%;
  font-family: "open_sanssemibold";
}
.new-popup .email-to .input-box textarea {
  width: 100%;
  resize: none;
  height: 110px;
  padding: 10px;
}
.new-popup .email-to .remember-me {
  display: inline-block;
  margin-left: 15px;
  min-width: 130px;
  margin-top: 10px;
}
.new-popup .email-to .remember-me label {
  font-family: "open_sansregular";
  font-weight: normal;
}
.new-popup .email-to .help-icon {
  display: inline-block;
  margin-left: 10px;
}
.new-popup .email-to .help-icon button {
  background-image: url("../../gfx/cabicd4/icon-help.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: medium none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.new-popup.email .email-to {
  padding-right: 17px;
}
.new-popup.email .email-to .input-box {
  width: 265px;
}
.new-popup h4 {
  margin: 0;
  padding: 17px 18px 18px 17px;
  background-color: #dbe1d5;
}
.new-popup .close {
  position: absolute;
  right: 10px;
  top: 0;
  color: #262626;
  font-family: "open_sansbold";
  font-size: 16px;
  font-weight: normal;
  z-index: 999;
  line-height: normal;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  border-left: 2px solid #eef1ea;
  padding: 17px 8px 15px 20px;
}
.new-popup .close span {
  color: #262626;
  font-size: 20px;
}
.new-popup .close:hover {
  text-decoration: none;
}
.new-popup hr {
  border-width: 1px 0 0;
  float: left;
  width: 100%;
}
.new-popup .buttons-bar {
  padding: 9px 18px 25px 18px;
  text-align: right;
  width: 100%;
  float: left;
}
.new-popup .buttons-bar .btn-default {
  margin-left: 10px;
  display: none;
}
.new-popup .buttons-bar .clear-all {
  margin-left: 10px;
  display: none;
}
.new-popup .buttons-bar .icon-link, .new-popup .buttons-bar .item-count {
  line-height: 45px;
}
.new-popup .buttons-bar .btn-default {
  float: right;
  padding: 10px 20px 11px;
}
.new-popup .buttons-bar .show-all {
  text-decoration: none;
}
.new-popup .buttons-bar .show-all:focus {
  text-decoration: none;
}
.new-popup .popup-form .form-control {
  margin-bottom: 24px;
}
.new-popup .popup-form textarea {
  resize: none;
  height: 130px;
}

.modal-open .tabs {
  position: relative;
  z-index: 1;
}
.modal-open header.fixed-header.fixed-header {
  z-index: 1024;
}

.new-backtop {
  padding: 16px  8px;
  border-right: 1px solid white;
  float: left;
}
.new-backtop a {
  margin-top: 0!important;
}

.dropdown.export {
  width: 100%;
}
.dropdown.export .dropdown-toggle {
  height: 40px;
  padding: 8px 30px 8px 10px;
}
.dropdown.export .dropdown-toggle strong {
  font-weight: normal;
}
.dropdown.export .dropdown-toggle .caret {
  position: absolute;
  right: 10px;
  top: 14px;
}

.my-projects-overview {
  padding: 10px 0;
}

.project-order-block {
  margin-bottom: 10px;
}
.project-order-block a span.icon-icon_arrow_left, .project-order-block a span.icon-icon_arrow_right {
  text-decoration: none;
  color: #cd4400;
}
.project-order-block .project-order ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.project-order-block .project-order ul li {
  display: inline-block;
}
.project-order-block .project-order ul li.seperator {
  color: #dbe1d5;
  padding: 0 5px;
}

.project-title {
  margin: 16px auto;
  font-size: 18px;
  font-family: "open_sansbold";
}
.project-title h3 {
  margin: 0;
  display: inline-block;
  color: #444444;
  float: left;
}
.project-title span {
  float: right;
  margin-top: 10px;
}

.project-title1 {
  display: block;
  float: left;
  width: 100%;
}
.project-title1 a {
  background: #dbe1d5;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
}
.project-title1 a span {
  float: right;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 2px;
}
.project-title1 a:hover {
  background: #555555;
  color: white;
}
.project-title1 h4 {
  float: left;
}
.project-title1 .summary-buttons {
  float: right;
}
.project-title1 .summary-buttons a {
  color: white;
  vertical-align: middle;
  padding: 5px 15px 6px;
  font-weight: normal;
}
.project-title1 .summary-buttons a span {
  color: white;
  vertical-align: middle;
  float: none;
}
.project-title1 .summary-buttons a.all-reports {
  background: none;
  color: #262626;
  text-decoration: underline;
  padding: 0;
  font-family: "open_sansbold";
  margin-right: 10px;
}
.project-title1 .summary-buttons a.all-reports:hover {
  text-decoration: none;
}

.project-tabs {
  margin-bottom: 10px;
  border-bottom: 3px solid #7cc243;
}
.project-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.project-tabs ul li {
  width: auto;
  float: left;
}
.project-tabs ul li.last {
  border-right: none;
}
.project-tabs ul li:hover {
  background: #555555;
}
.project-tabs ul li:hover a {
  color: white;
}
.project-tabs ul li.active {
  background: #7cc243;
}
.project-tabs ul li.active a {
  color: black;
}
.project-tabs ul li a {
  color: #555555;
  font-family: "open_sansregular";
  font-size: 16px;
  padding: 10px;
  display: block;
}
.project-tabs ul li a span {
  margin-right: 10px;
}

.edit-summary p {
  float: left;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
  width: 85%;
}
.edit-summary a {
  background: #dbe1d5;
  color: black;
  padding: 10px;
  float: right;
  width: 15%;
}
.edit-summary a span {
  float: left;
}
.edit-summary a .icon-icon_edit {
  color: #555555;
  float: right;
  font-size: 18px;
  margin-top: 3px;
  margin-left: 10px;
}
.edit-summary a:hover {
  background: #555555;
  color: white;
}
.edit-summary a:hover .icon-icon_edit {
  color: white;
}
.edit-summary.edit-project-title-block .edit-project-title {
  width: 100%;
}

.icon-block {
  background: #dbe1d5;
  display: inline-block;
  float: right;
  padding: 8px;
}
.icon-block span {
  color: #555555;
  font-size: 18px;
  margin: 0;
}
.icon-block:hover {
  background: #555555;
}
.icon-block:hover span {
  color: white;
}

.edit-project-title-block {
  display: block;
  margin: 0 0 10px 0;
}
.edit-project-title-block .edit-project-title {
  display: block;
  float: left;
  width: 100%;
}
.edit-project-title-block .edit-project-title h3 {
  color: #32641b;
  font-size: 22px;
  max-width: 95%;
  line-height: normal;
}
.edit-project-title-block .save-project-title {
  display: none;
  clear: both;
}
.edit-project-title-block .save-project-title input, .edit-project-title-block .save-project-title textarea {
  display: inline-block;
  width: 92%;
  font-size: 16px;
  color: #32641b;
  resize: none;
  float: left;
}
.edit-project-title-block .save-project-title button {
  display: inline-block;
  float: right;
  margin-right: 0;
}

.check-all {
  border-right: 1px solid white;
  padding: 15px 8px;
  min-width: 83px;
}

#search-result .check-all {
  min-width: 65px;
  width: 65px;
}
#search-result .search-detail {
  font-size: 0;
}
#search-result .search-detail a {
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
#search-result .search-detail a.toggle-link {
  background: #eef1ea;
  padding: 0 12px!important;
  border-right: 1px solid white;
  line-height: 36px;
  font-size: 14px;
}

.my-records .check-all {
  min-width: auto;
}

.annotations-block {
  display: inline-block;
}
.annotations-block .annotation {
  display: inline-block;
  min-width: 52px;
  margin-bottom: 3px;
}
.annotations-block .annotation [class*="icon-"] {
  font-size: 20px;
}
.annotations-block .annotation span {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: normal;
  margin-right: 5px;
}

#projectRecords tbody tr td, #records-table tbody tr td {
  border-bottom: 3px solid #dbd8d8;
  padding-bottom: 15px;
  padding-top: 15px;
  border-left: medium none;
  border-right: medium none;
}
#projectRecords tbody tr td .listing, #records-table tbody tr td .listing {
  float: right;
  width: 92.5%;
}

#my-record-result .check-all {
  min-width: 83px;
}

.records-table .listing {
  float: none;
  width: auto;
}
.records-table .listing .check-mark {
  width: 8%;
}
.records-table .listing .list-content {
  width: 92%;
}

.record-detail .check-mark {
  width: 11.8%;
}
.record-detail .check-mark .custom-control {
  margin-left: 33px;
}
.record-detail .list-content {
  width: 88%;
}

.activities-block a {
  display: block;
  font-family: "open_sansregular";
  text-decoration: underline;
  margin-bottom: 10px;
}
.activities-block a span {
  font-size: 20px !important;
}

.no-background {
  background: none !important;
}
.no-background:hover span {
  color: inherit;
}

.no-border {
  border: none !important;
}

.annotation-box-list {
  margin: 0;
  padding: 0;
  display: none;
}
.annotation-box-list li {
  list-style: none;
  border: 2px solid #7cc243;
  margin-bottom: 4px;
  margin-top: 4px;
  word-wrap: break-word;
}
.annotation-box-list li:first-child {
  margin-top: 0;
}
.annotation-box-list li h2 {
  margin: 0;
  position: relative;
  background: #7cc243;
  padding: 0px 10px 0px 30px;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
}
.annotation-box-list li h2 span {
  position: absolute;
  left: 6px;
  top: 6px;
  color: #262626;
}
.annotation-box-list li p {
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: inherit;
  word-wrap: break-word;
}
.annotation-box-list li .icons {
  text-align: right;
  font-size: 20px;
  padding: 0 10px 10px;
}
.annotation-box-list li .icons a {
  margin-left: 4px;
  display: inline-block;
  color: #262626;
}
.annotation-box-list li .icons a span {
  color: #262626;
}
.annotation-box-list li .icons a:hover {
  color: #7cc243;
}
.annotation-box-list li .icons a:hover span {
  color: #7cc243;
}

.annotation-btn {
  text-align: right;
  text-decoration: underline;
  padding: 10px 30px 10px 15px;
  background: #eef1ea;
  border-radius: 0;
  color: #262626;
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
  position: relative;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.annotation-btn span {
  position: absolute;
  right: 7px;
  top: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*Safari 5+ ONLY*/
  ::i-block-chrome, .annotation-btn {
    text-decoration: none;
  }
}
.modal {
  z-index: 9999;
}

.move-annotate {
  position: absolute;
  cursor: default;
  display: none;
}
.move-annotate ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.move-annotate ul li a {
  background-color: #7cc243;
  cursor: default;
  display: table-cell;
  padding: 15px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.move-annotate ul li a:hover {
  color: #444;
}
.move-annotate ul li a:after {
  position: absolute;
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #7cc243 transparent transparent transparent;
  top: 50px;
  left: 15px;
}
.move-annotate ul li a span {
  font-size: 18px;
}

.refinement-detail {
  display: none;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* icons */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/cabidotorg/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/*fonts*/
@font-face {
  font-family: 'open_sansbold';
  src: url("../../fonts/cabicd4/OpenSans-Bold-webfont.eot");
  src: url("../../fonts/cabicd4/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabicd4/OpenSans-Bold-webfont.woff2") format("woff2"), url("../../fonts/cabicd4/OpenSans-Bold-webfont.woff") format("woff"), url("../../fonts/cabicd4/OpenSans-Bold-webfont.ttf") format("truetype"), url("../../fonts/cabicd4/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../../fonts/cabicd4/OpenSans-Light-webfont.eot");
  src: url("../../fonts/cabicd4/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabicd4/OpenSans-Light-webfont.woff2") format("woff2"), url("../../fonts/cabicd4/OpenSans-Light-webfont.woff") format("woff"), url("../../fonts/cabicd4/OpenSans-Light-webfont.ttf") format("truetype"), url("../../fonts/cabicd4/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../../fonts/cabicd4/OpenSans-Regular-webfont.eot");
  src: url("../../fonts/cabicd4/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabicd4/OpenSans-Regular-webfont.woff2") format("woff2"), url("../../fonts/cabicd4/OpenSans-Regular-webfont.woff") format("woff"), url("../../fonts/cabicd4/OpenSans-Regular-webfont.ttf") format("truetype"), url("../../fonts/cabicd4/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../../fonts/cabicd4/OpenSans-Semibold-webfont.eot");
  src: url("../../fonts/cabicd4/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/cabicd4/OpenSans-Semibold-webfont.woff2") format("woff2"), url("../../fonts/cabicd4/OpenSans-Semibold-webfont.woff") format("woff"), url("../../fonts/cabicd4/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../../fonts/cabicd4/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CABDirect';
  src: url("../../fonts/cabicd4/CABDirect.eot?-dgff5i");
  src: url("../../fonts/cabicd4/CABDirect.eot?#iefix-dgff5i") format("embedded-opentype"), url("../../fonts/cabicd4/CABDirect.ttf?-dgff5i") format("truetype"), url("../../fonts/cabicd4/CABDirect.woff?-dgff5i") format("woff"), url("../../fonts/cabicd4/CABDirect.svg?-dgff5i#CABDirect") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'CABDirect';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Icon_QuickGuide:before {
    content: "\e900";
}
.icon-Icon_TrainingVideos:before {
    content: "\e901";
}
.icon-Icon_Help_Circle:before {
    content: "\e909";
}
.icon-icon_arrow_down:before {
  content: "\e600";
}

.icon-icon_arrow_up:before {
  content: "\e601";
}

.icon-icon_arrow_left:before {
  content: "\e602";
}

.icon-icon_arrow_right:before {
  content: "\e603";
}

.icon-icon_plus:before {
  content: "\e604";
}

.icon-icon_minus:before {
  content: "\e605";
}

.icon-icon_tick:before {
  content: "\e606";
}

.icon-icon_cross:before {
  content: "\e607";
}

.icon-icon_print:before {
  content: "\e608";
}

.icon-icon_envelope:before {
  content: "\e609";
}

.icon-icon_download:before {
  content: "\e60a";
}

.icon-icon_save:before {
  content: "\e60b";
}

.icon-icon_trash:before {
  content: "\e60c";
}

.icon-icon_rss:before {
  content: "\e60d";
}

.icon-icon_edit:before {
  content: "\e60e";
}

.icon-icon_upload:before {
  content: "\e60f";
}

.icon-icon_saved:before {
  content: "\e610";
}

.icon-icon_orderlist:before {
  content: "\e611";
}

.icon-icon_offsite:before {
  content: "\e612";
}

.icon-icon_calendar:before {
  content: "\e613";
}

.icon-Icon_CompleteProject:before {
  content: "\e623";
}

.icon-Icon_Archive:before {
  content: "\e614";
}

.icon-Icon_List:before {
  content: "\e621";
}

.icon-Icon_Grid:before {
  content: "\e622";
}

.icon-Icon_Projects_Add:before {
  content: "\e615";
}

.icon-Icon_Reports:before {
  content: "\e61f";
}

.icon-Icon_Visualisations:before {
  content: "\e61c";
}

.icon-Icon_Searches:before {
  content: "\e61d";
}

.icon-Icon_Records:before {
  content: "\e61e";
}

.icon-Icon_Project:before {
  content: "\e616";
}

.icon-Icon_AddComment:before {
  content: "\e624";
}

.icon-Icon_EmailAlerts:before {
  content: "\e61b";
}

.icon-Icon_Annotations:before {
  content: "\e620";
}

.icon-Icon_Highlight:before {
  content: "\e618";
}

.icon-Icon_Annotate:before {
  content: "\e617";
}

/*header*/
header {
  background-image: url("../../gfx/cabicd4/header-bg.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
header .logo .svg-image {
  width: 101px;
  height: 70px;
  margin-left: 8px;
}
header .cabi-tag {
  color: white;
  font-size: 26px;
  font-family: "open_sansbold";
  margin-left: 20px;
  display: inline-block;
}
header .brand-logo {
  right: 20px;
  position: relative;
  margin-top: 4px;
  background: white;
  border: solid 5px white;
}

.non-svg-image {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .svg-image {
    display: none;
  }

  ::i-block-chrome, header .logo img.non-svg-image {
    display: inline-block;
    max-width: none;
    height: auto;
  }
}
#sign-in a .out {
  display: block;
}
#sign-in a .in {
  display: none;
}
#sign-in.active a .out {
  display: none;
}
#sign-in.active a .in {
  display: block;
  color: #262626
}

/*footer*/
footer {
  background: #444444;
  padding: 15px 0px;
}
footer .nav-pills {
  padding-left: 15px;
}
footer .nav-pills li {
  margin-right: 68px;
  margin-left: 0px;
  text-align: left;
}
footer .nav-pills li a {
  color: white;
  border-radius: 0px;
  padding: 0px;
}
footer .nav-pills li a:hover, footer .nav-pills li a:focus {
  border-radius: 0px;
  background: none;
}
footer .nav-pills li:last-child {
  margin-right: 0px;
}
footer hr {
  margin: 15px auto;
  border-color: white;
  border-width: 2px 0 0;
}
footer .copyright {
  color: white;
}
footer .copyright img {
  margin-right: 25px;
}

/* docs */
xmp, .pattern textarea {
  background: #ededed;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: block;
  min-height: 205px;
  overflow: auto;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}

xmp + span, .pattern textarea + span {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0 0 0 5px;
  padding: 5px 8px;
  position: absolute;
  right: 8px;
  top: 14px;
  font-size: 12px;
}
xmp + span:hover, .pattern textarea + span:hover {
  background: #458528;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "open_sansbold";
}

h2, .h2 {
  font-size: 36px;
}

/* Links */
a {
  color: #32641b;
  text-decoration: none;
}
a:hover {
  color: #555555;
  text-decoration: none;
}
a:focus {
  color: #32641b;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-family: "open_sansregular";
}
p.small {
  line-height: normal;
}

input[type=text]:focus, input[type=password]:focus {
  box-shadow: none;
  border: solid 2px #7cc243;
}

.icon-icon_plus {
  color: #cd4400;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_cross {
  color: #cd4400;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_minus {
  color: #cd4400;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_arrow_down, .icon-icon_arrow_up {
  color: #cd4400;
  font-weight: normal;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_offsite {
  color: #3f7e21;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_calendar {
  color: #3f7e21;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_edit {
  color: #3f7e21;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_upload {
  color: #3f7e21;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
}

.icon-icon_emailAlerts {
  color: #3f7e21;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
}

.table {
  margin: 0px 0 10px;
  border-collapse: separate;
  /* .td-one {
  	width: 7%;
  }
  .td-two {
  	width: 31%;
  }
  .td-third {
  	width: 31%;
  }
  .td-fourth {
  	width: 10%;
  }
  .td-fifth {
  	width: 11%;
  }
  .td-sixth {
  	width: 10%;
  } */
}
.table thead tr th {
  border-bottom: solid 3px #dbd8d8;
  padding: 16px 8px 14px 8px;
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
}
.table thead tr th label {
  font-weight: normal;
}
.table thead tr th .icon-icon_orderList {
  color: #cd4400;
}
.table thead tr th .custom-form-list label {
  position: relative;
  top: 2px;
}
.table tbody tr td {
  border: solid 1px white;
  font-family: "open_sanssemibold";
  font-size: 14px;
  word-wrap: break-word;
}
.table tbody tr td .dropdown-toggle {
  position: relative;
  font-family: "open_sanssemibold";
  font-size: 14px;
}
.table tbody tr td .dropdown-toggle strong {
  font-weight: normal;
}
.table tbody tr td .dropdown-toggle .caret {
  position: absolute;
  top: 14px;
  right: 10px;
  margin: 0;
}
.table tbody tr td.table-icons span {
  font-size: 14px;
  font-size: 18px;
  margin: 0px 2px;
  cursor: pointer;
  color: #444444;
}
.table tbody tr td .icon-icon_rss {
  font-size: 16px;
}
.table tbody tr td .dropdown {
  display: none;
}
.table tbody tr td strong {
  color: #cd4400;
  font-family: "open_sansbold";
  text-transform: uppercase;
  font-weight: normal;
}
.table tbody tr td p {
  font-size: 14px;
  line-height: normal;
}
.table tbody tr td a span {
  color: #555555;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 2px;
}
.table tbody tr td .listing {
  width: 95%;
}
.table tbody tr td table {
  padding: 0;
}
.table tbody tr td table td {
  border: none;
}
.table tbody tr td table td p {
  margin: 0;
}
.table tbody tr.tr-first td {
  border-top: solid 4px white !important;
}
.table tbody tr.tr-first td table td {
  border: none !important;
}
.table tbody tr.tr-last td {
  border-bottom: solid 4px white !important;
}
.table .alter1 {
  background-color: #f5f7f2;
}
.table .alter2 {
  background-color: #eef1ea;
}
.table .first-td {
  border-left: 0px;
}
.table .last-td {
  border-right: 0px;
}

.up-down-arrows {
  display: inline-block;
  height: 17px;
  width: 15px;
  position: relative;
}
.up-down-arrows .icon-icon_arrow_up {
  position: absolute;
  top: 0px;
  left: 0px;
}
.up-down-arrows .icon-icon_arrow_down {
  position: absolute;
  top: 11px;
  left: 0px;
}
.up-down-arrows .selected {
  color: #dbe1d5;
}

.header {
  cursor: pointer;
}

.headerSortUp .up-down-arrows .icon-icon_arrow_up {
  display: none;
}
.headerSortUp .up-down-arrows .icon-icon_arrow_down {
  top: 7px;
}

.headerSortDown .up-down-arrows .icon-icon_arrow_down {
  display: none;
}
.headerSortDown .up-down-arrows .icon-icon_arrow_up {
  top: 7px;
}

.tablesorter-header:focus {
  box-shadow: none;
  outline: none;
}
.tablesorter-header .tablesorter-header-inner:focus {
  box-shadow: none;
  outline: none;
}

.tablesorter-headerUnSorted {
  cursor: pointer;
}
.tablesorter-headerUnSorted.sorter-false {
  cursor: default;
}

/* typography */
.block-title {
  background-color: #52534f;
  margin: 0px 0 4px 0;
  padding: 8px 16px;
  font-family: "open_sansbold";
  font-size: 14px;
  color: white;
  line-height: normal;
}

.default-title {
  font-family: "open_sansbold";
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
.default-title.small-heading {
  font-size: 14px;
}

.content-block {
  border-top: solid 6px #7cc243;
  padding: 16px;
  background-color: #eef1ea;
}
.content-block h2 {
  font-family: "open_sansbold";
  font-size: 20px;
  color: #262626;
  line-height: normal;
  margin: 0px 0 8px 0;
}
.content-block h3 {
  margin: 0px 0 8px 0;
  padding: 0px;
  line-height: normal;
}
.content-block p {
  font-family: "open_sansregular";
  font-size: 16px;
  color: #262626;
  line-height: 26px;
}
.content-block p:last-of-type {
  margin-bottom: 0px;
}
.content-block.block {
  border-top: 0px !important;
}
.content-block.block p {
  font-family: "open_sansregular";
  font-size: 13px;
  color: #262626;
  line-height: 18px;
}
.content-block.block img {
  margin-bottom: 8px;
}

/* breadcrumb */
/* buttons */
.btn-default {
  background: #cd4400 !important;
  background-color: #cd4400 !important;
  font-family: "open_sansbold";
  font-weight: normal;
  font-size: 14px;
  color: white;
  border-radius: 0px;
  border-bottom: 4px solid  #a83903!important;
  border-left: none;
  border-top: none;
  border-right: none;
  padding: 5px 19px 6px 19px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #cd4400;
  color: white;
  border-bottom: solid 4px #a83903;
}

.btn-gray {
  background: #797979!important;
  border-color: #666666!important;
}

.caret {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #cd4400;
  margin-left: 10px;
}
.caret.top {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  border-bottom: 7px solid #cd4400;
}

.dropdown label {
  margin: 0px;
}
.dropdown .caret {
  margin-left: 15px;
}
.dropdown.open .dropdown-toggle {
  border-bottom: none;
}
.dropdown.open .dropdown-toggle span {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #cd4400;
  border-top: none;
  color: #cd4400;
}
.dropdown .dropdown-toggle {
  z-index: 99;
  position: relative;
}
.dropdown ul {
  float: left;
}
.dropdown ul.dropdown-menu {
  border-radius: 0;
  border: solid 2px #adbaa3;
  box-shadow: none;
  top: 34px;
  padding: 0px;
  min-width: 100%;
  z-index: 990;
}
.dropdown ul.dropdown-menu li {
  width: 100%;
}
.dropdown ul.dropdown-menu li a {
  border: none;
  font-family: "open_sanssemibold";
  font-size: 14px;
  line-height: 30px;
  color: #32641b;
  padding: 3px 10px;
}

.default-link {
  font-family: "open_sansbold";
  font-size: 14px;
  color: #262626;
  text-decoration: underline;
}
.default-link:hover {
  color: #32641b;
}
.default-link:focus {
  color: #262626;
  text-decoration: underline;
}
.default-link:focus:hover {
  text-decoration: none;
  color: #32641b;
}
.default-link.normal-link {
  font-size: 14px;
  margin-right: 3px;
}

.show-more, #add-fav-product {
  background: #eef1ea;
  padding: 7px 9px 12px 15px;
  font-family: "open_sansbold";
  font-size: 16px;
  font-weight: normal;
  color: #262626;
  text-decoration: none;
  display: block;
}
.show-more:hover, #add-fav-product:hover {
  color: #32641b;
}
.show-more:focus, #add-fav-product:focus {
  color: #262626;
  text-decoration: none;
}
.show-more:focus:hover, #add-fav-product:focus:hover {
  text-decoration: none;
  color: #32641b;
}

.icon-link {
  text-decoration: none;
}
.icon-link span {
  text-decoration: underline;
}
.icon-link span.icon-icon_plus {
  text-decoration: none;
}
.icon-link span:hover {
  text-decoration: none;
}
.icon-link:hover span {
  text-decoration: none;
}

.icon {
  position: relative;
  top: 1px;
  height: 25px;
  display: inline-block;
  background-image: url("../../gfx/cabicd4/icons.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.icon.print {
  background-position: 0px, 0px;
  width: 25px;
}
.icon.email {
  background-position: -65px, 0px;
  width: 25px;
}
.icon.download {
  background-position: -133px, 0px;
  width: 21px;
}
.icon.save {
  background-position: -195px, 0px;
  width: 25px;
}
.icon.trash {
  background-position: -253px, 0px;
  width: 22px;
}

/* navigations */
/* Header Navigations */
.top-nav {
  background: #52534f;
}
.top-nav .nav {
  background: #52534f;
}
.top-nav .nav li {
  font-family: "open_sanssemibold";
  border-left: solid 1px white;
  border-radius: 0;
}
.top-nav .nav li a {
  font-family: "open_sanssemibold";
  font-size: 14px;
  color: white;
  padding: 3px 50px 5px;
  line-height: normal;
}
.top-nav .nav li a:hover, .top-nav .nav li a:focus {
  border-radius: 0;
  background: none;
}
.top-nav .nav li a:focus {
  background: none;
}
.top-nav .nav li.dropdown a span {
  border: 0px;
  height: 12px;
  width: 12px;
  top: 0px;
  left: 6px;
  margin-left: 0;
  color: white;
}
.top-nav .nav li.dropdown .dropdown-menu {
  top: 25px;
  background: #52534f;
  border: 0px;
}
.top-nav .nav li.dropdown .dropdown-menu li {
  border: 0px;
}
.top-nav .nav li.dropdown .dropdown-menu li a {
  color: white;
}
.top-nav .nav li.dropdown .dropdown-menu li a:hover {
  text-decoration: underline;
}
.top-nav .nav li.dropdown.open a {
  background: none;
}
.top-nav .nav li.dropdown strong {
  font-weight: normal;
}
.top-nav .nav li:last-child {
  border-right: solid 1px white;
}
.top-nav .nav li.active a {
  background: white;
  border-right: solid 1px #7cc243;
  border-radius: 0px;
  z-index: 9999;
}
.top-nav .nav li.active a:hover, .top-nav .nav li.active a:focus {
  color: #262626;
}

/* Search Tabbing */
.tabs {
  /*border-bottom: solid 16px $semi-grey;*/
  background: #dbe1d5;
}
.tabs .tabbing li {
  border-radius: 0;
  margin: 0px;
  margin-right: 2px;
  text-align: center;
}
.tabs .tabbing li a {
  background-image: url("../../gfx/cabicd4/tab-bg.jpg");
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left 6px;
  font-size: 16px;
  font-family: "open_sansbold";
  border-radius: 0;
  padding: 13px 22px 9px 22px;
  color: white;
  outline: none;
}
.tabs .tabbing li a:hover, .tabs .tabbing li a:focus {
  border-radius: 0;
  color: #262626;
  background-image: url("../../gfx/cabicd4/tab-bg-over.jpg");
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left 1px;
}
.tabs .tabbing li.active a {
  color: #262626;
  background-image: url("../../gfx/cabicd4/tab-bg-over.jpg");
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left 1px;
}

.tabs-content {
  background: #dbe1d5;
  padding: 16px 0px 0px 0px;
}
.tabs-content .nav-pills {
  margin-bottom: 16px;
  border: 0px;
}
.tabs-content .nav-pills li {
  margin-right: 0px;
  font-family: "open_sansbold";
  font-size: 14px;
}
.tabs-content .nav-pills li a {
  padding: 3px 10px;
  border-radius: 20px;
  font-family: "open_sansbold";
  font-size: 14px;
  color: #262626;
  text-decoration: underline;
  border: 0px;
}
.tabs-content .nav-pills li a:hover {
  background: white;
  color: #264b15;
  border: 0px;
  text-decoration: none;
}
.tabs-content .nav-pills li a:focus {
  background: none;
  border: 0px;
}
.tabs-content .nav-pills li.active a {
  background: white;
  color: #264b15;
  text-decoration: none;
}
.tabs-content .nav-pills li:first-child {
  padding-top: 3px;
}
.tabs-content .nav-pills li:last-child {
  margin-right: 0px;
}
.tabs-content .nav-pills li.edit {
  margin-right: 10px;
  padding-top: 0px;
}

aside h3 {
  background: #52534f;
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
  color: white;
  padding: 10px 15px;
  margin: 0px 0px 4px 0px;
}
aside .nav {
  margin-bottom: 2px;
  position: relative;
  background-color: white;
}
aside .nav li {
  margin-bottom: 3px;
}
aside .nav li a {
  background: #eef1ea;
  padding: 8px 9px 11px 9px;
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
  color: #262626;
  border-radius: 0px;
  border-left: solid 6px #7cc243;
  text-decoration: underline;
}
aside .nav li a:hover {
  border-radius: 0px;
  background: #7cc243;
  text-decoration: none;
}
aside .nav li a:focus {
  border-radius: 0px;
  background: #eef1ea;
  text-decoration: underline;
}
aside .nav li.active {
  z-index: 992;
}
aside .nav li.active a {
  background: #7cc243;
  padding: 8px 9px 11px 9px;
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
  color: #262626;
  border-radius: 0px;
  border-left: solid 6px #7cc243;
  text-decoration: none;
}
aside .nav li.active a:hover, aside .nav li.active a:focus {
  background: #7cc243;
  color: #262626;
}
aside .nav li:last-child {
  margin-bottom: 0px;
}
aside .nav.nav-icons li a {
  position: relative;
  padding-right: 25px;
}
aside .nav.nav-icons li a .icon-icon_offsite {
  position: absolute;
  top: 10px;
  right: 10px;
}
aside ul.nav:last-of-type {
  margin-bottom: 1px;
}
aside .default-nav.nav li {
  display: block;
  float: none;
  margin: 0px 0px 3px 0px;
}
aside .default-nav.nav li a {
  border: 0px;
  padding: 10px 9px 10px 15px;
}

.reacord-nav-tab li {
  margin: 0px 10px 0px 0;
}
.reacord-nav-tab li a {
  padding: 3px 10px;
  border-radius: 20px;
  font-family: "open_sansbold";
  font-size: 14px;
  color: #262626;
  text-decoration: underline;
  border: 0px;
}
.reacord-nav-tab li a:hover {
  background: #7cc243;
  color: #262626;
  border: 0px;
  text-decoration: none;
}
.reacord-nav-tab li a:focus {
  background: none;
  border: 0px;
  text-decoration: underline;
}
.reacord-nav-tab li.active a {
  background: #7cc243;
  color: #262626;
  text-decoration: none;
}
.reacord-nav-tab li.active a:hover {
  background: #7cc243;
  color: #262626;
}
.reacord-nav-tab li.active a:focus {
  background: #7cc243;
  color: #262626;
}
.reacord-nav-tab li:last-child {
  margin-right: 0px;
}

/* Helper */
.soft {
  padding: 16px !important;
}

.soft-top {
  padding-top: 16px !important;
}

.soft-right {
  padding-right: 16px !important;
}

.soft-bottom {
  padding-bottom: 16px !important;
}

.soft-left {
  padding-left: 16px !important;
}

.soft-half {
  padding: 8px !important;
}

.soft-half-top {
  padding-top: 8px !important;
}

.soft-half-right {
  padding-right: 8px !important;
}

.soft-half-bottom {
  padding-bottom: 8px !important;
}

.soft-half-left {
  padding-left: 8px !important;
}

.hard {
  padding: 0!important;
}

.hard-top {
  padding-top: 0!important;
}

.hard-right {
  padding-right: 0!important;
}

.hard-bottom {
  padding-bottom: 0!important;
}

.hard-left {
  padding-left: 0!important;
}

.push {
  margin: 16px !important;
}

.push-top {
  margin-top: 16px !important;
}

.push-right {
  margin-right: 16px !important;
}

.push-bottom {
  margin-bottom: 16px !important;
}

.push-left {
  margin-left: 16px !important;
}

.push-half {
  margin: 8px !important;
}

.push-half-top {
  margin-top: 8px !important;
}

.push-half-right {
  margin-right: 8px !important;
}

.push-half-bottom {
  margin-bottom: 8px !important;
}

.push-half-left {
  margin-left: 8px !important;
}

.flush {
  margin: 0!important;
}

.flush-top {
  margin-top: 0!important;
}

.flush-right {
  margin-right: 0!important;
}

.flush-bottom {
  margin-bottom: 0!important;
}

.flush-left {
  margin-left: 0!important;
}

.soft-half-left-right {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.push-top-10 {
  margin-top: 10px!important;
}

.push-bottom-10 {
  margin-bottom: 10px!important;
}

.sof-left-55 {
  padding-left: 55px;
}

.modal-backdrop {
  z-index: 99;
}

.modal-open .modal-backdrop {
  z-index: 0;
}

/* Forms */
.form-control {
  border: solid 2px #adbaa3;
  border-radius: 0px;
  font-family: "open_sanssemibold";
  font-size: 14px;
  color: #262626;
  height: 36px;
  box-shadow: none;
  padding: 6px 10px;
}
.form-control:focus {
  box-shadow: none;
  border: solid 2px #adbaa3;
}

.sorting .checkbox-inline {
  font-family: "open_sanssemibold";
  font-size: 15px;
  color: #262626;
  margin-left: 0px;
  margin-right: 25px;
}
.sorting label {
  font-family: "open_sansbold";
  font-weight: normal;
  margin: 0px;
}
.sorting label.normal {
  font-family: "open_sanssemibold";
  font-weight: normal;
}
.sorting label:last-of-type {
  margin: 0px 8px;
}
.sorting .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.sorting .form-group:first-of-type .custom-form-list {
  width: 50px;
}
.sorting .form-group .dropdown strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.sorting .form-group .dropdown .date-short {
  width: 100px;
  padding-right: 25px;
}
.sorting .form-group .dropdown .show-per-page {
  width: 70px;
  padding-right: 25px;
}
.sorting .form-group .dropdown .page-count {
  min-width: 60px;
  max-width: 75px;
  padding-right: 25px;
}
.sorting .form-group .dropdown .dropdown-toggle {
  position: relative;
}
.sorting .form-group .dropdown .dropdown-toggle .caret {
  position: absolute;
  top: 14px;
  right: 10px;
}
.sorting .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.tabs-content .form-inline .form-group {
  margin-right: 16px;
  margin-bottom: 0px;
  float: left;
}
.tabs-content .form-inline .form-group.cabi-content-type {
  width: 155px;
}
.tabs-content .form-inline .form-group.cabi-sites {
  width: 128px;
}
.tabs-content .form-inline .form-group.dropdown .form-control {
  width: 100%;
  position: relative;
  padding-right: 20px;
  white-space: nowrap;
}
.tabs-content .form-inline .form-group.dropdown .form-control strong {
  font-weight: normal;
  width: 100%;
  display: block;
}
.tabs-content .form-inline .form-group.dropdown .form-control .caret {
  position: absolute;
  top: 14px;
  right: 6px;
}
.tabs-content .form-inline .form-group:first-of-type {
  width: 520px;
}
.tabs-content .form-inline .form-group:first-of-type .form-control {
  width: 100%;
}
.tabs-content .form-inline .btn-default {
  float: right;
}

.custom-control {
  position: relative;
  float: left;
  margin-right: 8px;
}
.custom-control .custom-input {
  opacity: 0;
  z-index: 1;
  position: relative;
  margin: 0px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.custom-control .custom-input + span {
  background-image: url("../../gfx/cabicd4/check-box.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  margin-right: 10px;
}
.custom-control .custom-input + span + span {
  float: left;
  font-size: 18px;
  margin-top: 10px;
}
.custom-control .custom-input:focus + span {
  background-image: url("../../gfx/cabicd4/right-tick-focus.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 2;
}
.custom-control .custom-input:checked + span {
  background-image: url("../../gfx/cabicd4/right-tick.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 2;
}
.custom-control .custom-input-radio {
  opacity: 0;
  z-index: 1;
  position: relative;
  margin: 0px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.custom-control .custom-input-radio + span {
  background-image: url("../../gfx/cabicd4/radio.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  margin-right: 10px;
}
.custom-control .custom-input-radio:checked + span {
  background-image: url("../../gfx/cabicd4/radio-on.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 2;
}
.custom-control + label {
  margin: 0!important;
}

ul.radio-listing {
  margin: 0px;
  float: left;
  width: 100%;
  padding: 15px 18px 0px 18px;
}
ul.radio-listing.no-serial li {
  width: 100%;
}
ul.radio-listing li {
  list-style: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
ul.radio-listing li label {
  font-family: "open_sansbold";
  font-size: 15px;
  font-weight: normal;
}
ul.checkbox-listing {
  margin: 0px;
  float: left;
  width: 100%;
  padding: 15px 18px 0px 18px;
}
ul.checkbox-listing li {
  list-style: none;
  float: left;
  width: 33.33%;
  margin-bottom: 5px;
  display: none;
}
ul.checkbox-listing li label {
  font-family: "open_sansbold";
  font-size: 15px;
  font-weight: normal;
  width: 185px;
}

.form-section {
  background-color: #eef1ea;
  padding: 25px;
}
.form-section label {
  font-family: "open_sansbold";
  font-size: 14px;
  font-weight: normal;
}
.form-section input {
  font-family: "open_sansbold";
}
.form-section p {
  margin: 0px;
}
.form-section .form-group:last-of-type {
  margin-bottom: 0px;
}

.correct {
  border: 2px solid #7cc243;
  position: relative;
  /*@include background-image(correct, jpg, $white, no-repeat, right, top);*/
  padding-right: 40px;
}
.correct:focus {
  border: 2px solid #7cc243;
}

.incorrect {
  border: 2px solid #cd4400;
  position: relative;
  /*@include background-image(incorrect, jpg, $white, no-repeat, right, top);*/
  padding-right: 40px;
}
.incorrect:focus {
  border: 2px solid #cd4400 !important;
}

.multiple-ddl.dropdown-menu > .active > a, .multiple-ddl.dropdown-menu > .active > a:hover, .multiple-ddl.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #32641b;
}
.multiple-ddl li {
  margin-bottom: 1px;
}
.multiple-ddl li a {
  padding-left: 40px !important;
  background: url("../../gfx/cabicd4/check-box.jpg") no-repeat;
  background-position: 10px;
}
.multiple-ddl li a:focus {
  background-color: transparent;
  color: inherit;
}
.multiple-ddl li.active a {
  background: url("../../gfx/cabicd4/right-tick.jpg") no-repeat;
  background-position: 10px;
}

.dropdown-toggle {
  transition: none;
}

.dropdown-toggle:focus,
.dropdown-toggle:focus + .dropdown-menu {
  border-color: #7cc243;
  outline-offset: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .confirm-password span {
    top: 35px;
  }
}
/* Forms */
#advance-search .dropdown-toggle.form-control {
  width: 100%;
  padding-right: 20px;
}
#advance-search .dropdown-toggle.form-control strong {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#advance-search .dropdown-toggle.form-control .caret {
  position: absolute;
  right: 6px;
  top: 14px;
}
#advance-search .advance-search-list {
  padding-bottom: 16px;
}
#advance-search .advance-search-list > ul {
  margin: 0;
  padding: 0;
}
#advance-search .advance-search-list > ul > li {
  list-style: none;
  position: relative;
  padding-left: 91px;
  padding-right: 236px;
  margin-bottom: 16px;
}
#advance-search .advance-search-list > ul > li .search-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
}
#advance-search .advance-search-list > ul > li .allfields {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 236px;
  width: 100%;
  padding: 0 30px 0 43px;
}
#advance-search .advance-search-list > ul > li .allfields .in {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 14px;
  font-family: "open_sanssemibold";
  width: 43px;
  text-align: center;
}
#advance-search .advance-search-list > ul > li .allfields .tag {
  position: absolute;
  right: 0;
  top: 8px;
  height: 13px;
  padding: 0;
  width: 13px;
  margin: 0;
  background-position: center;
}
#advance-search .advance-search-list > ul > li input.form-control {
  width: 100%;
}
#advance-search .advance-search-list .add-filter {
  font-size: 16px;
  font-family: "open_sansbold";
  color: #262626;
  display: inline-block;
  margin-left: 28px;
  position: relative;
  padding-right: 16px;
  line-height: 18px;
  padding-top: 2px;
}
#advance-search .date-search {
  margin: 0;
  padding: 0 14px 0 0;
}
#advance-search .date-search li {
  list-style: none;
  display: inline-block;
  padding-right: 11px;
  font-size: 16px;
  font-family: "open_sanssemibold";
  padding-bottom: 8px;
  position: relative;
}
#advance-search .date-search li input {
  display: inline-block;
}
#advance-search .date-search li input.year {
  width: 55px;
  padding: 6px;
  text-align: center;
}
#advance-search .date-search li input.calendar {
  width: 172px;
  position: relative;
}
#advance-search .date-search li .calendar-icon {
  position: relative;
  display: inline-block;
  background-color: white;
  font-size: 0px;
  vertical-align: middle;
}
#advance-search .date-search li .calendar-icon input {
  background: transparent;
  z-index: 999;
}
#advance-search .date-search li .calendar-icon .icon-icon_calendar {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 7px;
  font-size: 22px;
}
#advance-search .date-search li .calendar-icon .calender-active {
  background: #7cc243;
  color: white;
}
#advance-search .date-search li .dropdown {
  display: inline-block;
  width: 163px;
}
#advance-search .date-search li .dropdown .multiple-ddl li {
  padding: 0px;
}
#advance-search .date-search li label {
  font-size: 16px;
  font-family: "open_sanssemibold";
  font-weight: normal;
}
#advance-search .date-search li:last-child {
  padding-right: 0;
  margin-bottom: 0px;
}
#advance-search .search-check-list {
  padding-top: 16px;
}
#advance-search .search-check-list .custom-form-list {
  padding-bottom: 16px;
}
#advance-search .search-check-list .custom-form-list label {
  font-weight: normal;
}
#advance-search .search-check-list .custom-form-list:last-of-type {
  padding-bottom: 0px;
}

#browse-search .dropdown-toggle.form-control {
  width: 100%;
  padding-right: 20px;
}
#browse-search .dropdown-toggle.form-control strong {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#browse-search .dropdown-toggle.form-control .caret {
  position: absolute;
  right: 6px;
  top: 14px;
}
#browse-search .date-search {
  margin: 0;
  padding: 0 14px 0 0;
  position: relative;
}
#browse-search .date-search li {
  list-style: none;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-family: "open_sansbold";
  padding-bottom: 8px;
}
#browse-search .date-search li.hide-filter {
  display: none;
}
#browse-search .date-search li .dropdown {
  display: inline-block;
  width: 152px;
}
#browse-search .date-search li .dropdown li {
  padding-bottom: 0px;
}
#browse-search .date-search li label {
  font-size: 14px;
  font-family: "open_sansbold";
  font-weight: normal;
}
#browse-search .date-search li.filter-area {
  width: 60%;
}
#browse-search .authors-list ul {
  list-style: none;
  margin: 0px 0 0 -24px;
  padding: 0px;
}
#browse-search .authors-list ul.author-group-list li {
  float: left;
  margin: 0px 0 16px 24px;
}
#browse-search .authors-list ul.author-group-list li a {
  background: rgba(255, 255, 255, 0.65);
  display: table-cell;
  font-size: 20px;
  font-family: "open_sansbold";
  color: #262626;
  height: 41px;
  width: 49px;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  text-transform: uppercase;
}
#browse-search .authors-list ul.author-group-list li a:hover {
  background: #7cc243;
}
#browse-search .authors-list ul.author-group-list li.active a {
  background: #7cc243;
}
#browse-search .authors-list ul.author-group-list li:nth-child(n+14) {
  margin-bottom: 3px;
}
#browse-search .authors-list .name-list .author,
#browse-search .authors-list .name-list .no-author {
  display: none;
}
#browse-search .authors-list .name-list ul {
  list-style: none;
  margin: 0px 0 0 -24px;
  padding: 0px;
}
#browse-search .authors-list .name-list ul li {
  float: left;
  margin: 0px 0 16px 24px;
  width: 22%;
}
#browse-search .authors-list .name-list ul li a {
  font-size: 14px;
  font-family: "open_sansbold";
  color: #262626;
  text-decoration: underline;
  padding: 3px 10px;
  border-radius: 20px;
}
#browse-search .authors-list .name-list ul li a:hover {
  background: white;
  color: #264b15;
  border: 0px;
  text-decoration: none;
}
#browse-search .authors-list .name-list ul li.active a {
  background: white;
  color: #264b15;
  border: 0px;
  text-decoration: none;
}
#browse-search .subject-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: none;
}
#browse-search .subject-list li {
  float: left;
  width: 25%;
  padding-right: 3px;
  padding-bottom: 3px;
}
#browse-search .subject-list li a {
  display: block;
  background: #eef1ea;
  padding: 11px 30px 11px 16px;
  text-decoration: underline;
  color: #262626;
  font-size: 14px;
  font-family: "open_sansbold";
  position: relative;
}
#browse-search .subject-list li a:hover {
  background: #7cc243;
}
#browse-search .subject-list li a .caret {
  position: absolute;
  top: 15px;
  right: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #cd4400;
}
#browse-search .subject-list li.active a {
  background: #7cc243;
}
#browse-search .subject-panel {
  display: none;
  width: 100%;
  float: left;
  border-radius: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#browse-search .subject-panel #accordion, #browse-search .subject-panel #field-interest-accordion {
  margin: 0px;
  padding: 0px 0px 0px 8px;
}
#browse-search .subject-panel ul {
  list-style: none;
  margin-bottom: 0px;
}
#browse-search .subject-panel ul li {
  border-radius: 0px;
  background: none;
  box-shadow: none;
  padding: 3px 0px;
  margin: 0px;
  border: 0px;
}
#browse-search .subject-panel ul li span {
  padding: 5px;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  padding: 5px;
  display: inline-block;
  font-size: 12px;
}
#browse-search .subject-panel ul li span.icon-icon_plus, #browse-search .subject-panel ul li span.icon-icon_minus {
  background-color: #cd4400;
  color: white;
}
#browse-search .subject-panel ul li a {
  font-size: 14px;
  font-family: "open_sansbold";
  color: #262626;
  text-decoration: underline;
}
#browse-search .subject-panel ul li ul {
  display: none;
}
#browse-search .refind-tags {
  margin: 0px;
}
#browse-search .refind-tags strong {
  top: 2px;
}
#browse-search .refind-tags .tags-container {
  margin-top: 5px;
}
#browse-search hr {
  width: 100%;
  float: left;
  clear: both;
}
#browse-search .default-link {
  margin-left: 10px;
}

.tree-view .subject-panel {
  display: none;
  width: 100%;
  float: left;
  border-radius: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.tree-view .subject-panel #accordion, .tree-view .subject-panel #field-interest-accordion {
  margin: 0px;
  padding: 0px 0px 0px 8px;
}
.tree-view .subject-panel ul {
  list-style: none;
  margin-bottom: 0px;
}
.tree-view .subject-panel ul li {
  border-radius: 0px;
  background: none;
  box-shadow: none;
  padding: 3px 0px;
  margin: 0px;
  border: 0px;
}
.tree-view .subject-panel ul li span {
  padding: 5px;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  padding: 5px;
  display: inline-block;
  font-size: 12px;
}
.tree-view .subject-panel ul li span.icon-icon_plus, .tree-view .subject-panel ul li span.icon-icon_minus {
  background-color: #cd4400;
  color: white;
}
.tree-view .subject-panel ul li label {
  font-family: "open_sansbold";
  font-weight: normal;
}
.tree-view .subject-panel ul li ul {
  display: none;
}

#profile h3 {
  font-family: "open_sansbold";
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  margin: 0px 0px 10px 0;
  padding: 0px;
}
#profile ul li {
  margin: 0px 0 16px 0px;
  display: block;
  width: 100%;
}
#profile ul li:last-child {
  margin: 0px;
}
#profile ul li .buttons a {
  display: inline-block;
  line-height: 26px;
}
#profile ul li .buttons a:hover {
  background: none;
}
#profile ul li .buttons .btn-default {
  background-color: #cd4400;
  font-family: "open_sansbold";
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: white;
  border-radius: 0px;
  border: none;
  border-bottom: solid 4px #a83903;
  padding: 5px 20px 6px 20px;
  text-decoration: none;
}
#profile ul li .buttons .btn-default:hover {
  background: #cd4400;
  color: white;
  border-bottom: solid 4px #a83903;
}
#profile .profile-thumb {
  width: 146px;
  float: left;
}
#profile .profile-thumb img {
  border: solid 4px #7cc243;
}
#profile .profile-thumb span {
  margin-right: 4px;
}
#profile .profile-thumb a {
  padding: 0px;
  font-family: "open_sansbold";
  font-size: 14px;
  color: #262626;
  text-decoration: underline;
  position: relative;
  top: -2px;
}
#profile .profile-thumb a:hover {
  border-radius: 0px;
  background: none;
  color: #32641b;
  text-decoration: none;
}
#profile .profile-column {
  width: 794px;
  float: left;
  padding-left: 16px;
}
#profile .profile-column .col1 {
  width: 470px;
  float: left;
}
#profile .profile-column .col2 {
  width: 308px;
  float: left;
  padding-left: 16px;
}
#profile .profile-column input[type='text'] {
  width: 100%;
}
#profile .profile-column input[type='text'].name {
  width: 227px;
}
#profile .profile-column input[type='text'].last-name {
  margin-left: 12px;
  width: 227px;
}
#profile .profile-column label {
  display: block;
  clear: both;
  width: 100%;
  font-family: "open_sansbold";
  font-size: 14px;
  color: #262626;
  font-weight: normal;
  padding-left: 10px;
}

#field-interest .subject-panel {
  display: block;
  margin-top: 10px;
}
#field-interest .subject-panel #field-interest-accordion {
  padding: 0px;
}
#field-interest .subject-panel #field-interest-accordion li a {
  padding: 3px 10px;
  font-family: "open_sansbold";
  text-decoration: underline;
  color: #262626;
}
#field-interest .subject-panel #field-interest-accordion li a.btn-default {
  background-color: #cd4400;
  font-family: "open_sansbold";
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: white;
  border-radius: 0px;
  border: none;
  border-bottom: solid 4px #a83903;
  padding: 5px 20px 6px 20px;
  text-decoration: none;
}
#field-interest .subject-panel #field-interest-accordion li a.btn-default:hover {
  background: #cd4400;
  color: white;
  border-bottom: solid 4px #a83903;
}
#field-interest .subject-panel #field-interest-accordion li a:hover {
  text-decoration: none;
}
#field-interest .subject-panel #field-interest-accordion li a:hover {
  color: #264b15;
}
#field-interest .subject-panel .icon-icon_plus, #field-interest .subject-panel icon-icon_minus {
  background: #cd4400;
  color: white;
  float: left;
}
#field-interest .subject-panel span {
  float: left;
}

#your-product ul {
  margin-top: 10px;
}
#your-product ul li {
  width: 100%;
  margin: 8px 0 0px 0;
  padding: 0px;
}

.tabs-content .buttons a {
  display: inline-block;
  line-height: 26px;
}
.tabs-content .buttons a:hover {
  background: none !important;
}
.tabs-content .buttons .btn-default {
  background-color: #cd4400;
  font-family: "open_sansbold";
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: white;
  border-radius: 0px;
  border: none;
  border-bottom: solid 4px #a83903;
  padding: 5px 20px 6px 20px;
  text-decoration: none;
}
.tabs-content .buttons .btn-default:hover, .tabs-content .buttons .btn-default:focus {
  background: #cd4400 !important;
  color: white;
  border-bottom: solid 4px #a83903;
}

.form-control::-moz-placeholder {
  color: #262626;
}

.form-control::-webkit-input-placeholder {
  color: #262626;
}

.form-control:-ms-input-placeholder {
  color: #262626;
}