/*===================================== */
/*========= Login page      =========== */
/*===================================== */
.login-box-body {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  border: 1px solid #eee;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-word;
}

.login-footer {
  display: block;
  text-align: center;
}

.login-actapro-logo {
  text-align: left;
}
@media (min-width: 768px) {
  .login-actapro-logo {
    text-align: right;
  }
}
/*===================================== */


ul.tektList {
  margin-left: 0px;
  bullet-style: none;
}

/* stx_content */
#stx_content ul.tektList li, #stx_content ul.tektList ul {
  margin: 0;
  padding: 0;
  line-height: 100%
}

#stx_content input[type="image"] {
  padding: 0;
  vertical-align: middle;
}
#stx_content div.line input[type=checkbox] {
  margin-top: 5px;
}
#stx_content div.line label {
  padding-top: 0;
}
#stx_content div.line label:after {
  content: ":";
}
.userInputForm ul {
  padding-left: 10px !important;
}


#stx_content table.inputForm, #stx_content table.inputForm td {
  font-size: 14px;
}
#stx_content table tr.selectedChild {
  font-weight: bold;
  background: gray;
}
#stx_content fieldset {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  border-top: 3px solid #d2d6de;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 55px 15px 15px;
  position: relative;
}


#stx_content legend {
  margin-bottom: 0;
  color: #959595;
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  border-bottom: 0;
  width: 90%;
}
#stx_content fieldset fieldset,
#stx_content .tabs fieldset,
#stx_content .stx-tabPanel fieldset {
  margin-top: 20px;
  box-shadow: none;
  border: 1px solid #eee;
}
#stx_content fieldset fieldset legend {
  margin-bottom: 0;
  color: #959595;
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  border-bottom: 0;
  width: 90%;
}

th td {
  vertical-align: top;
}
div.leftAlign label {
  width: auto;
}
div.document_full a {
  font-size: 13px;
}
form.configurationArea div.line input[type=text] {
  width: 30em;
}



/****** NAVIGATION **********/
.main-header .navbar {
  margin-left: 0 !important;
}
.navigationArea {
  border-bottom: 1px solid   #e5e5e5;
  height:60px;
  background: #fff;
}

.navigationArea .navigation {
  margin: 0 -10px;
}
.navigationArea .navigation a {
  display: block;
  height: 100%;
  color: #777;
  border-bottom: 3px solid transparent;
}

.navigationArea .navigation .btn-nav {
  display: block;
  height: 100%;
  color: #777;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.navigationArea .navigation a.navigationLinkSelected {
  color: #3c8dbc;
  border-bottom: 3px solid #3c8dbc;
  font-weight: 600;
}

.navigationArea .navigation a:hover,
.navigationArea .navigation a:focus {
  color: #333;
  text-decoration: none;
}

.navigationArea .navigation a.navigationLinkSelected:hover{
  cursor: default;
  color: #3c8dbc;
}

/***** Navigation menu *********/

#stx_content ul.navigationMenu {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding:0;
}
#stx_content ul.navigationMenu li {
  display: inline-block;
  padding: 0 10px;
  height:59px;
  margin: 0;
  line-height: 59px;
  overflow: hidden;
}
.navigationMenu._navigationMenu-left {
  float: left;
}
.navigationMenu._navigationMenu-right {
  float: right;
}

.navbar-static-top .navbar-collapse {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
 }

 @media (min-width: 768px) {
  .navbar-static-top .navbar-collapse {
    border-top: 0;
    border-bottom: 0;
  }
 }

.navbar-static-top ._navigationMenu-right  li > a,
.navbar-static-top ._navigationMenu-right  li > .btn-nav {
  border-left: 1px solid #eee;
  border-right-width: 0;
  border-top: 0;
  border-bottom: 0;
  color: #333333;
  padding: 15px;
  line-height: 20px;
  display: block;
  position: relative;
  text-decoration: none;
  background: none;

  margin: 0;
  outline: 0;
}

.navbar-static-top ._navigationMenu-right .nav  form >  li {
  display: inline-block;
  float: left;
}

.navbar-static-top ._navigationMenu-right .nav >  form {
  display: inline-block;
  float: left;
}

.navbar-static-top ._navigationMenu-right .nav .navbar-form-wrap {
  border-left: 1px solid #eee;
}
.navbar-static-top ._navigationMenu-right .nav .navbar-form {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-static-top ._navigationMenu-right .nav .navbar-form .fa {
  display: inline-block;
}

.navbar-static-top ._navigationMenu-right .nav .navbar-form .form-control {
  margin-right: 8px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .navbar-custom-menu._navigationMenu-right .ellipsis-text {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .main-header .navbar-custom-menu._navigationMenu-right .nav .navbar-form a.btn-primary {
    background-color: #3c8dbc;
    color: #fff;
  }
}

.navbar-static-top ._navigationMenu-right  li > a:hover,
.navbar-static-top ._navigationMenu-right  li > a:active,
.navbar-static-top ._navigationMenu-right  li > a:focus,
.navbar-static-top ._navigationMenu-right  li > .btn-nav:hover,
.navbar-static-top ._navigationMenu-right  li > .btn-nav:active,
.navbar-static-top ._navigationMenu-right  li > .btn-nav:focus {
  background: #fff none repeat scroll 0 0 !important;
  color: #999 !important;
 }

 ._navigationMenu-left  .navigationLinkSelected,
.navbar-static-top ._navigationMenu-left  li > a.navigationLinkSelected:hover,
.navbar-static-top ._navigationMenu-left  li > a.navigationLinkSelected:active,
.navbar-static-top ._navigationMenu-left  li > a.navigationLinkSelected:focus,
.navbar-static-top ._navigationMenu-left  li > .btn-nav.navigationLinkSelected:hover,
.navbar-static-top ._navigationMenu-left  li > .btn-nav.navigationLinkSelected:active,
.navbar-static-top ._navigationMenu-left  li > .btn-nav.navigationLinkSelected:focus {
  background: #fff none repeat scroll 0 0 !important;
  color: #999 !important;
  cursor: default;
}

._navigationMenu-right  .navigationLinkSelected,
.navbar-static-top ._navigationMenu-right  li > a.navigationLinkSelected:hover
.navbar-static-top ._navigationMenu-right  li > a.navigationLinkSelected:active,
.navbar-static-top ._navigationMenu-right  li > a.navigationLinkSelected:focus,
.navbar-static-top ._navigationMenu-right  li > .btn-nav.navigationLinkSelected:hover,
.navbar-static-top ._navigationMenu-right  li > .btn-nav.navigationLinkSelected:active,
.navbar-static-top ._navigationMenu-right  li > .btn-nav.navigationLinkSelected:focus {
  background: #fff none repeat scroll 0 0 !important;
  color: #999 !important;
  cursor: default;
}

.ellipsis-text {
  overflow: inherit;
  white-space: nowrap;
  max-width: auto;
  display: inline;
  vertical-align: bottom;
}
._navigationMenu-right .ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
  display: inline-block;
}

@media (min-width: 480px) {

}
@media (min-width: 768px) {
  ._navigationMenu-right .ellipsis-text,
  ._navigationMenu-left .ellipsis-text {
    display: none;
  }
}

@media (min-width: 992px) {
  ._navigationMenu-right .ellipsis-text,
  ._navigationMenu-left .ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 35px;
    display: none;
  }
  .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1200px) {
  ._navigationMenu-right .ellipsis-text,
  ._navigationMenu-left .ellipsis-text {
    max-width: inherit;
    display: inline-block;
  }
  .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav .fa {
    display: none;
  }
}


/*================================================*/
/*========== Main search =========================*/
/*================================================*/
.main-search {
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}
.main-search::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.92;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.main-search-body {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.main-search h1 {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 17px;
  margin-top: 0;
}

.main-search button[type="submit"],
.main-search input[type="submit"] {
  margin-top: 30px;
}
.main-search .check-group {
  margin-bottom: 10px;
}

.main-search .btn-group {
  margin-bottom: 24px;
}
.main-search .search-parametrs {
  padding-top: 15px;
}
.main-search .section {
  padding-top: 18px;
  border-bottom: 1px solid #eee;
}
.main-search .form-group span + .icheckbox_normal {
  margin-top: 7px;
}
/*@media (min-width: 768px) {
  .main-search {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}*/
.form-group-expand {
  position: relative;
}
.form-group-expand .btn-collapse {
  position: absolute;
  right: -42px;
  top: 8px;
}
@media (min-width: 768px) {
  .form-group-expand .btn-collapse {
    right: -49px;
  }
}
.form-group-expand .navbar-toggle {
  border: 0;
  background: transparent !important;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: absolute;
  right: -40px;
  top: 0px;
}
.form-group-expand .navbar-toggle:hover {
  background: transparent !important;
}
@media (min-width: 768px) {
  .form-group-expand .navbar-toggle .navbar-toggle {
    right: -49px;
  }
}
.form-group-expand .navbar-toggle .fa-chevron-toggle:before {
  color: #d2d6de;
  content: "\f077";
  font-size: 26px;
}

.form-group-expand .navbar-toggle.collapsed .fa-chevron-toggle:before {
  content: "\f078";
}

.search-parametrs {
  padding-top: 0;
  text-align: left;
}
.search-parametrs h2,
.search-parametrs h3,
.search-parametrs h4 {
  color: #000000;
}
.search-parametrs h3 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.sort-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  position: relative;
  padding: 24px 0 0 0;
  text-align: left;
}
.sort-section .check-group h3 {
  margin: 0 0 15px 0;
  }

.check-group .check-item {
  margin-bottom: 10px;
  margin-right: 10px;
}
.check-group .check-item:last:child {
  margin-right: 0;
}

.check-item {
  display: inline-block;
}

.check-item label {
  font-weight: 400;
  margin-bottom: 0;
}
.section {
  position: relative;
}
.section::before {
  content: "";
  display: none;
  height: 88%;
  width: 1px;
  background: #eee;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 6%;
  border-bottom: 6%;
}
@media (min-width: 768px) {
  .section::before {
    display: block;
  }
}

/*====================================================*/
/*============== controls ============================*/
/*====================================================*/
/* primefaces autocomplete*/
/* #stx_content  .ui-autocomplete {
  width: 100%;
} */
/* #stx_content .ui-autocomplete-multiple-container {
  width: 100%;
  box-shadow: none;
  border-color: #d2d6de;
  border-radius: 0;
} */

/* #stx_content .ui-autocomplete-input-token input {
  margin: 6px 12px;
  font-size: 14px;
  line-height: 20px;
} */

#stx_content .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'Source Sans Pro', Helvetica, Tahoma, FreeSans, sans-serif;
}

#stx_content .ui-inputfield.ui-state-focus {
  border-color: #3c8dbc;
}



/* change primefaces style */
#stx_content .ui-autocomplete-token {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

#stx_content .ui-autocomplete-panel {
  z-index:10000 !important;
}

.ui-autocomplete.ui-autocomplete-multiple .ui-state-active,
.ui-autocomplete.ui-autocomplete-multiple .ui-widget-content .ui-state-active,
.ui-autocomplete.ui-autocomplete-multiple .ui-widget-header .ui-state-active {
  background: #e6e6e6;
  border: 1px solid #ddd;
  font-weight: 400;
  color: #444;
  text-shadow: none;
  font-family: 'Source Sans Pro', Helvetica, Tahoma, FreeSans, sans-serif;
  box-shadow: none;
  font-size: 14px;
  width: 99%;
  width: calc(100% - 4px);
}

.ui-autocomplete-panel.ui-shadow {
  box-shadow: none;
}

.ui-autocomplete-panel.ui-widget-content {
  border: 1px solid #3c8dbc;
  color: #333;
  max-height: 200px;
}

.ui-widget-content {
  color: #444;
  border: 1px solid transparent;
}

.ui-widget {
  font-family: 'Source Sans Pro', Helvetica, Tahoma, FreeSans, sans-serif;
  /* font-size: 1em !important; */
}

.ui-autocomplete-panel.ui-corner-all,
.ui-corner-all {
  border-radius: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #f1eee9;
  border: none;
  font-weight: 400;
  color: #444;
  text-shadow: none;
  box-shadow: none;
}

.ui-autocomplete-panel .ui-autocomplete-list {
  padding: 0;
}

.ui-autocomplete-panel .ui-autocomplete-table th,
.ui-autocomplete-panel .ui-autocomplete-table td {
  border-style: none;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
  padding: 4px 10px;
}

.ui-autocomplete-query {
  font-weight: 600;
  color: #3c8dbc;
}

/* upload button */
.upload .ui-button {
  background: #3c8dbc;
  border: 1px solid #367fa9;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 6px 12px;
  font-family: 'Source Sans Pro', Helvetica, Tahoma, FreeSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.upload .ui-button {
  background: #3c8dbc;
  border: 1px solid #367fa9;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 6px 12px;
  font-family: 'Source Sans Pro', Helvetica, Tahoma, FreeSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.upload .ui-button:hover,
.upload .ui-button:active,
.upload .ui-button.ui-state-hover {
  background-color: #367fa9;
  border-color: #204d74;
}

.upload .ui-button.ui-state-focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.upload .ui-button .ui-button-text {
  padding: 0 0 0 15px;
}

.upload .ui-icon {
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: inherit;
  margin-top: -7px;
}

.upload .ui-icon:before {
  content: "\f067";
  display: inline-block;
  width: 14px;
  height: 14px;
}

.upload .ui-fileupload-filename {
  vertical-align: top;
  margin-top: 7px;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  font-family: 'Source Sans Pro', Helvetica, Tahoma, FreeSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.control-text.upload-filename {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

a.apb-tooltip{
  margin:0 5px 0 0px;text-decoration:none
}

.search_entry_footer img.expandImg,
  img.collapseImg,
  img.printImg,
  img.bookmarkImg,
  img.cartDigImg,
  img.cartImg,
  img.repro.img,
  img.imternalUseImg,
  img.cartDisabledImg{

  padding-left:0;
  height:18px;
  width:auto;
}

.search_entry_footer img.bookmarkImg{
  height:14px;
}

.search_best_link {
  color: green;
  font-weight: bold;
}


/* @ali: search form layout fixes */
.ui-selectoneradio.layout-line-direction > div label {
  font-weight: normal;
}

.stx-fluid-field,
.stx-fluid-field > .ui-autocomplete-multiple-container, 
.stx-fluid-field > .ui-autocomplete-input {
  width: 100%;
}

.stx-fluid-field.ui-selectonemenu {
  min-width: 0 !important;
}

/* html body .ui-autocomplete .ui-autocomplete-multiple-container .ui-autocomplete-input-token input {
  font-size: 16px;
} */

/* Overrides for SAGA-BLUE theme.css (since PF 15.0.12) */
/*
 * General style overrides
 * -----------------------
 */
html body,
html body .form-control,
html body .btn,
html body ._stx-form .radiobutton label,
html body #stx_header._stx_header_actaproweb h2{
	font-size:16px;
}
html body #stx_content legend{
	font-size:16px;
}
body .ui-panel .ui-panel-content {
  border: 0;
}
html body select[multiple],
html body select[size] {
  height: auto;
}
html body .ui-autocomplete-multiple .ui-state-hover {
  background-color: #fff;
}
html body .ui-inputfield .ui-state-hover {
  background-color: #fff;
  border: none;
}
/*
 * Component: form-control overrides
 * ---------------------------
 */
html body .form-control,
html body .form-control.ui-state-hover {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  /* font-size: 14px; */
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
html body .form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
  outline: 0;
}
html body .form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
html body .form-control:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
html body .form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
html body .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
html body .form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html body .form-control[disabled],
html body .form-control[readonly],
html body fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
html body .form-control[disabled],
html body fieldset[disabled] .form-control {
  cursor: not-allowed;
}
html body textarea.form-control {
  height: auto;
}
/*
 * Component: Button overrides
 * ---------------------------
 */
html body .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html body .btn:focus,
html body .btn:active:focus,
html body .btn.active:focus,
html body .btn.focus,
html body .btn:active.focus,
html body .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html body .btn:hover,
html body .btn:focus,
html body .btn.focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
html body .btn:active,
html body .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
html body .btn.disabled,
html body .btn[disabled],
html body fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
html body a.btn.disabled,
html body fieldset[disabled] a.btn {
  pointer-events: none;
}
html body .btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
html body .btn-default:focus,
html body .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
html body .btn-default:hover {
  color: #333;
  background-color: #e7e7e7;
  border-color: #adadad;
}
html body .btn-default:active,
html body .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e7e7e7;
  border-color: #adadad;
}
html body .btn-default:active:hover,
html body .btn-default.active:hover,
html body .open > .dropdown-toggle.btn-default:hover,
html body .btn-default:active:focus,
html body .btn-default.active:focus,
html body .open > .dropdown-toggle.btn-default:focus,
html body .btn-default:active.focus,
html body .btn-default.active.focus,
html body .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
html body .btn-default:active,
html body .btn-default.active,
html body .open > .dropdown-toggle.btn-default {
  background-image: none;
}
html body .btn-default.disabled:hover,
html body .btn-default[disabled]:hover,
html body fieldset[disabled] .btn-default:hover,
html body .btn-default.disabled:focus,
html body .btn-default[disabled]:focus,
html body fieldset[disabled] .btn-default:focus,
html body .btn-default.disabled.focus,
html body .btn-default[disabled].focus,
html body fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
html body .btn-default .badge {
  color: #fff;
  background-color: #333;
}
html body .btn-primary {
  color: #fff;
  background-color: #3c8dbc;
  border-color: #367fa9;
}
html body .btn-primary:focus,
html body .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
html body .btn-primary:hover {
  color: #fff;
  background-color: #367fa9;
  border-color: #204d74;
}
html body .btn-primary:active,
html body .btn-primary.active,
html body .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #367fa9;
  border-color: #204d74;
}
html body .btn-primary:active:hover,
html body .btn-primary.active:hover,
html body .open > .dropdown-toggle.btn-primary:hover,
html body .btn-primary:active:focus,
html body .btn-primary.active:focus,
html body .open > .dropdown-toggle.btn-primary:focus,
html body .btn-primary:active.focus,
html body .btn-primary.active.focus,
html body .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
html body .btn-primary:active,
html body .btn-primary.active,
html body .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
html body .btn-primary.disabled:hover,
html body .btn-primary[disabled]:hover,
html body fieldset[disabled] .btn-primary:hover,
html body .btn-primary.disabled:focus,
html body .btn-primary[disabled]:focus,
html body fieldset[disabled] .btn-primary:focus,
html body .btn-primary.disabled.focus,
html body .btn-primary[disabled].focus,
html body fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
html body .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
html body .btn-success:active,
html body .btn-success.active,
html body .open > .dropdown-toggle.btn-success {
  background-image: none;
}
html body .btn-success.disabled:hover,
html body .btn-success[disabled]:hover,
html body fieldset[disabled] .btn-success:hover,
html body .btn-success.disabled:focus,
html body .btn-success[disabled]:focus,
html body fieldset[disabled] .btn-success:focus,
html body .btn-success.disabled.focus,
html body .btn-success[disabled].focus,
html body fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
html body .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
html body .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
html body .btn-info:focus,
html body .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
html body .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
html body .btn-info:active,
html body .btn-info.active,
html body .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
html body .btn-info:active:hover,
html body .btn-info.active:hover,
html body .open > .dropdown-toggle.btn-info:hover,
html body .btn-info:active:focus,
html body .btn-info.active:focus,
html body .open > .dropdown-toggle.btn-info:focus,
html body .btn-info:active.focus,
html body .btn-info.active.focus,
html body .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
html body .btn-info:active,
html body .btn-info.active,
html body .open > .dropdown-toggle.btn-info {
  background-image: none;
}
html body .btn-info.disabled:hover,
html body .btn-info[disabled]:hover,
html body fieldset[disabled] .btn-info:hover,
html body .btn-info.disabled:focus,
html body .btn-info[disabled]:focus,
html body fieldset[disabled] .btn-info:focus,
html body .btn-info.disabled.focus,
html body .btn-info[disabled].focus,
html body fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
html body .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
html body .btn-warning {
  color: #fff;
  background-color: #f39c12;
  border-color: #e08e0b;
}
html body .btn-warning:focus,
html body .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
html body .btn-warning:hover {
  color: #fff;
  background-color: #e08e0b;
  border-color: #d58512;
}
html body .btn-warning:active,
html body .btn-warning.active,
html body .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e08e0b;
  border-color: #d58512;
}
html body .btn-warning:active:hover,
html body .btn-warning.active:hover,
html body .open > .dropdown-toggle.btn-warning:hover,
html body .btn-warning:active:focus,
html body .btn-warning.active:focus,
html body .open > .dropdown-toggle.btn-warning:focus,
html body .btn-warning:active.focus,
html body .btn-warning.active.focus,
html body .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
html body .btn-warning:active,
html body .btn-warning.active,
html body .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
html body .btn-warning.disabled:hover,
html body .btn-warning[disabled]:hover,
html body fieldset[disabled] .btn-warning:hover,
html body .btn-warning.disabled:focus,
html body .btn-warning[disabled]:focus,
html body fieldset[disabled] .btn-warning:focus,
html body .btn-warning.disabled.focus,
html body .btn-warning[disabled].focus,
html body fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
html body .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
html body .btn-danger {
  color: #fff;
  background-color: #dd4b39;
  border-color: #d73925;
}
html body .btn-danger:focus,
html body .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
html body .btn-danger:hover {
  color: #fff;
  background-color: #d73925;
  border-color: #ac2925;
}
html body .btn-danger:active,
html body .btn-danger.active,
html body .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d73925;
  border-color: #ac2925;
}
html body .btn-danger:active:hover,
html body .btn-danger.active:hover,
html body .open > .dropdown-toggle.btn-danger:hover,
html body .btn-danger:active:focus,
html body .btn-danger.active:focus,
html body .open > .dropdown-toggle.btn-danger:focus,
html body .btn-danger:active.focus,
html body .btn-danger.active.focus,
html body .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
html body .btn-danger:active,
html body .btn-danger.active,
html body .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
html body .btn-danger.disabled:hover,
html body .btn-danger[disabled]:hover,
html body fieldset[disabled] .btn-danger:hover,
html body .btn-danger.disabled:focus,
html body .btn-danger[disabled]:focus,
html body fieldset[disabled] .btn-danger:focus,
html body .btn-danger.disabled.focus,
html body .btn-danger[disabled].focus,
html body fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
html body .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
html body .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
html body .btn-link,
html body .btn-link:active,
html body .btn-link.active,
html body .btn-link[disabled],
html body fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html body .btn-link,
html body .btn-link:hover,
html body .btn-link:focus,
html body .btn-link:active {
  border-color: transparent;
}
html body .btn-link:hover,
html body .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
html body .btn-link[disabled]:hover,
html body fieldset[disabled] .btn-link:hover,
html body .btn-link[disabled]:focus,
html body fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
html body .btn-lg,
html body .btn-group-lg > .btn {
  padding: 10px 16px;
  /*font-size: 18px; */
  line-height: 1.3333333;
  border-radius: 6px;
}
html body .btn-sm,
html body .btn-group-sm > .btn {
  padding: 5px 10px;
  /* font-size: 12px; */
  line-height: 1.5;
  border-radius: 3px;
}
html body .btn-xs,
html body .btn-group-xs > .btn {
  padding: 1px 5px;
  /* font-size: 12px; */
  line-height: 1.5;
  border-radius: 3px;
}
html body .btn-block {
  display: block;
  width: 100%;
}
html body .btn-block + .btn-block {
  margin-top: 5px;
}
html body input[type="submit"].btn-block,
html body input[type="reset"].btn-block,
html body input[type="button"].btn-block {
  width: 100%;
}

/*
 * Component: Tree-entry overrides
 * ---------------------------
 */
 html body .tree_entry_header a {
   font-size: 16px;
   line-height: 20px;
   margin-left:5px;
 }

 html body .tree_entry_header .tree_entry_doc_preview_text {
   white-space: normal;
   word-wrap: break-word;
   word-break: break-all;
 }

 html body .tree_entry_header .tree_entry_doc_preview_text_child {
   white-space: normal;
   word-wrap: break-word;
   word-break: break-all;
 }

 html body .tree_entry_header span {
   font-size: 1em;
   margin-left:5px;
 }

 html body .tree_entry_header input {
   vertical-align: middle;
   padding:0 !important;
   margin:0;
   border: none;
 }

 html body .tree_entry_header input.plusImage,
 html body .tree_entry_header input.minusImage {
   margin-right:10px
 }
