/*===================================== */
/*========= 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 {
  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: 8px;
}
.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;
  }
}

/*==================================================*/
/*========== autocomplete ==========================*/
/*==================================================*/
#stx_content .rf-au {
  display: block;
  width: 100%;
  border: 0;
}
#stx_content .rf-au span {
  display: block;
  width: 100%;
}
#stx_content .rf-au span .rf-au-inp {
  width: 100%;
  border: 1px solid #d2d6de;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
}

#stx_content .rf-au span .rf-au-inp.input-lg {
  width: 100%;
  height: 50px;
  padding: 14px 23px 14px 23px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 14px;
  line-height: 20px;
}

#stx_content .rf-au span .rf-au-inp:focus {
  border: 1px solid #3c8dbc;
}

#stx_content .rf-au .rf-au-lst-cord {
  width: 100%;
}
#stx_contentl .rf-au .rf-au-shdw {
  width: 100%;
}
#stx_content .rf-au .rf-au-shdw .rf-au-lst-scrl {
  width: 100%;
}
#stx_content .rf-au .autocomplete-popup {
  width: 100%;
}


/*====================================================*/
/*============== 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;
}

.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;
}
.rf-au-shdw-t, .rf-au-shdw-l, .rf-au-shdw-r, .rf-au-shdw-b {
  display: none;
}

.rf-au-lst-dcrtn {
  border: 1px solid #3c8dbc;
  color: #333;
}

.rf-au-itm-sel {
  background-color: #f1eee9;
  border: 1px solid transparent;
  padding: 1px;
}

.rf-au-lst-scrl{
  width:311px;
  max-height: 200px;
}

/* 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;
}

.ui-autocomplete-panel {
  overflow: visible !important;
  border: none !important;
}

.ui-autocomplete-items {
  border: 1px solid #3c8dbc !important;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
}