.article-item {
  margin-bottom: 15px;
}

.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}

.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}

.article-item .article-meta a {
  text-decoration: underline;
}

.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}

.article-item .article-text {
  margin-top: 7px;
}

html,
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -50px;
  padding: 0 0 50px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
/*/ / tl_height: 60 px;*/
  height: auto;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 0px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/*# sourceMappingURL=style.map */

.team_menu span.small,
.dropdown span.small {
  clear: both;
  position: absolute;
  display: block;
  overflow: hidden;
  font-size: 80%;
  white-space: nowrap;
  max-width: 230px;
  text-overflow: ellipsis;
}

li.team_menu a {
  min-height: 60px !important;
  min-width: 250px !important;
}

li.dropdown a,
li.create_menu a {
  min-height: 50px;
  min-width: 200px;
  padding-top: 15px;

}

.navbar-nav > li > a,
.nav-tabs > li > a {
  font-family: source sans pro, sans-serif;

  font-weight: 400;
  text-transform: capitalize;
}

.navbar-header {
  margin-right: 50px;
  font-size: 14px;

}

.main-content .container.box {
  border: none;
  box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.5);
  overflow: visible;
  border-radius: 0px;
}

.main-content {
  margin-top: 70px;

}

.alert-growl {
  border-radius: 10px;
  background-color: #0e90d2;
/*/ / tl_background-color: rgba(25, 25, 25, 0.9);*/
  border-width: 2px;
  border-color: #0b3e6f;
  border-color: #0b97c4;
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(25, 25, 25);
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);


}

.divider {
  clear: both;
  overflow: hidden;
  width: 100%;
  display: block;
}

.btn.btn-sm.btn-default.kv-editable-button {
  border-radius: 50%;
}

a.icon-button-sams:hover,
a.icon-button-sams:active,
a.icon-button-sams:focus {
  background-color: inherit !important;
  color: #333 !important;
}

.icon-button-sams,
.icon-button-sams:visited,
.icon-button-sams {
  background-position: 10px center;
  background-repeat: no-repeat;
  /*color: #40adeb !important;*/
  color: #00638e !important;
  font-weight: bold;
  border: none;
  padding: 75px 10px 10px 10px !important;
  margin: 15px;
  text-transform: uppercase;
  font-size: 14px;
  white-space: normal;
}

.icon-button-sams span.small {
  font-size: 90%;
}


.projects-button,
.projects-button:active {
  /*background: url('/img/summary.png') no-repeat center 10px;*/
  background: url('/img/icon1_blue.png') no-repeat center 10px;
  background-size: 62px;
}

.sp-button,
.sp-button:active {
  /*background: url('/img/Shape_135.png') no-repeat center 10px;*/
  background: url('/img/icon2_blue.png') no-repeat center 10px;
  background-size: 69px;
}

.samples-button,
.samples-button:active {
  /*background: url('/img/samples.png') no-repeat center 10px;*/
  background: url('/img/icon3_blue.png') no-repeat center 10px;
  background-size: 67px;
}

.analysis-button,
.analysis-button:active {
  /*background: url('/img/analysis.png') no-repeat center 10px;*/
  background: url('/img/icon4_blue.png') no-repeat center 10px;
  background-size: 70px;
}


.help-button,
.help-button:active {
  /*background: url('/img/help.png') no-repeat center 10px;*/
  background: url('/img/icon5_blue.png') no-repeat center 10px;
  background-size: 67px;
}


.how-button,
.how-button:active {
  /*background: url('/img/how.png') no-repeat center 10px;*/
  background: url('/img/icon6_blue.png') no-repeat center 10px;
  background-size: 67px;
}

.contacts-button,
.contacts-button:active {
  background: url('/img/contacts.png') no-repeat center 10px;
}


.navbar-primary {
  background-color: #40adeb;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans";
}

h4, .h4, h1 {
  font-size: 18px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
/*/ / tl_height: 60 px;*/
}


.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-45 {
  margin-top: 45px;
}

.profile_card.bord {
  border: 1px solid #ddd;
}

.profile_card.pad {
  padding: 10px;

}

.profile_card.mar {

  margin: 5px 0px;
}

.profile_card {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;


}

.profile_card .fix-width {


}

.profile_card .rule .col-sm-4 {
  padding: 0px !important;
}

.profile_card .rule {
  margin-top: 15px;
  clear: both;
  width: 100%;
  /*margin-left: 50px;*/
  display: block;
}

.profile_card .small {
  clear: both;
  overflow: hidden;
  display: block;

}

.profile_card img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.table > tbody > tr > th,
.grid-view th {
  color: #7d939e;

}

.table > tbody > tr > td .small {
  color: #aaa;
  font-size: 80%;

}

.table > tbody > tr > td {
  vertical-align: middle;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.nav.nav-tabs {
  border: none;
  top: -15px;
  left: -15px;
  position: relative;
  margin-bottom: 15px;
}

.nav-tabs > li > a {
  color: #000;
}

.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:visited,
.nav-tabs > li.active > a {
  color: #3c8dbc;
}

.nav-full {
  width: 100%;
  position: relative;
  top: -15px;
}

.nav-full li,
.nav-full ul,
.nav-full li a {
  width: 100%;
}

.nav-tabs > li > a small {
  vertical-align: middle;
}

.nav-tabs > li > a {
  min-height: 60px;
  line-height: 40px;
}


li.dropdown ul {
  box-shadow: 1px 1px 8px 1px #999;
}

li.project_menu ul {
  max-height: 400px;
  overflow-y: scroll;
/*/ / padding-bottom: 60 px;*/
/*/ / padding-top: 60 px;*/
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

li.project_menu .top-menu {
/*/ / position: absolute;*/
/*/ / top: 0 px;*/
}

li.project_menu .bottom {
/*/ / position: absolute;*/
/*/ / bottom: 0 px;*/
}

.team_menu a {
  position: relative;
}

.dropdown-menu li {
  list-style: none;

}

.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;

  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-submenu {

  z-index: 1000;

  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  box-shadow: none ;
}

li.project_menu > a {
  height: 0px;
  display: none;
}

.dropdown-menu li a:hover {
  background-color: #e1e3e9;
  color: #333;
}

.dropdown-menu {
  margin: 0px;
  padding: 0px;
}

.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu li.bottom-menu a {
  color: #0b97c4;
}

.bottom-menu a,
.top-menu a {
  padding-top: 18px !important;
  font-weight: bold !important;
  overflow: hidden;

}

.project_menu a {
  padding-top: 10px !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.sidebar_header {
  position: relative;
  top: -15px;
}

.form-horizontal .form-group {

}


#ok {
  width: 80px;
  height: 80px;
  position: fixed;
  overflow: hidden;
  border-radius: 100%;
  top: 100px;
  left: 50%;
  z-index: 999999999;
  background-image: url(../img/ok.gif);
  background-position: center;
  display: none;
}


/*Swith input, в формах и таблицах: Begin*/
label.switch {

}

label.switch {
  font-weight: bold;
  position: relative;
  display: block;
  vertical-align: top;
  width: 170px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}

.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

.switch-label:before {
  content: attr(data-on);
  left: 0px;
  top: 6px;
  color: #ffffff;
  text-align: center;
  color: #ffffff;

  font-size: 14px;
  font-weight: bold;
  background-color: #8dd44e;
  border: 1px solid #8dd44e;
  width: 170px;
  height: 30px;
  border-radius: 20px;
  line-height: 29px;
}

.switch-label:after {
  content: attr(data-off);
  left: 0px;
  top: 6px;
  text-align: center;
  color: #ffffff;

  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  background-color: #d44e4e;
  border: 1px solid #bb4343;
  width: 170px;
  height: 30px;
  border-radius: 20px;
  line-height: 29px;
}

.switch-input:checked ~ .switch-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #fff);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #fff);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.switch-flat {
  padding: 0;
  background: #FFF;
  background-image: none;
}

.switch-flat .switch-label {
  background: transparent;
  box-shadow: none;
  width: 170px;
  height: 29px;
}

.switch-flat .switch-label:after {
  color: #fff;

  font-size: 14px;
  font-weight: 400;
}

.switch-flat .switch-handle {
  top: 8px;
  left: 8px;
  background: #ffffff;
  width: 21px;
  height: 21px;
  box-shadow: none;
}

.switch-flat .switch-handle:before {
  background: #ffffff;
}

.switch-flat .switch-input:checked ~ .switch-label {
  background: #FFF;
}

.switch-flat .switch-input:checked ~ .switch-handle {
  left: 145px;
  background: #fff;
  box-shadow: none;
}

.switch-input:checked ~ .switch-label {
  border: none;
  box-shadow: none;

}

.btn.btn-main {
  font-weight: bold;
  color: #678df1;
}

.btn-main span {
  margin-right: 15px
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.profile_name {
  font-weight: 400;
}

.mr-15 {
  margin-right: 15px;
}

.contact_card p {
  max-width: 290px;
  white-space: normal;

}

.contact_card {
  margin-bottom: 5px;
  padding: 15px;
  box-shadow: 1px 1px 5px 1px #999;
  position: relative;
}

.delete_button a {
  color: #ff0000;
  border: none;
  background: none;


}

.delete_button .fa-edit {
  top: 2px;
  position: relative;

}

.delete_button a.btn-primary {
  color: #678df1;
  border: none;
  background: none;
}

.delete_button button {
  float: right;
  margin-left: 15px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: normal;
  height: 30px;
  padding: 3px 20px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Source Sans Pro", sans-serif;

}


.delete_button {
  position: absolute;
  top: 5px;
  right: 10px;
}

.idis {
  display: none;
}

#project_team,
#project_lab,
#all_team {
  min-height: 30px;
  margin-bottom: 0px;
}

#project_team .sortable li,
#project_lab .sortable li,
#all_team .sortable li {
  border: 0px;
  padding: 0px;
  margin: 0px;


}

.show-on-edit {
  display: none;

}

.document-item {
  padding: 15px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.document-name {
  font-weight: bold;
}

.doc_preview img {
  max-width: 100%;
}

.doc_preview object,
.doc_preview iframe,
.doc_preview object {
  max-width: 100%;
  width: 100%;
  height: 600px;

}

.search-field {
  width: 100%;
  padding: 3px 10px;
}

.btn:active {
  box-shadow: none;
}

.analysis-card {
  margin-bottom: 5px;
  padding: 15px;
  box-shadow: 1px 1px 5px 1px #999;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type="text"][disabled],
textarea[disabled] {
  background-color: inherit !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;


}

.doc-card .form-group {
  margin: 0px;


}

.doc-card {
  border: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 10px;
}

.sample-item-list-header {
  padding: 5px;
  font-weight: bold;

}

.sample-item-list {
  border: 1px solid #ddd;
  margin: 2px;
  padding: 10px 5px;
}

.button-list a,
.button-list button {
  float: right;
  margin-left: 15px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: normal;
  height: 30px;
  padding: 3px 20px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Source Sans Pro", sans-serif;

}

.button-list {
  width: 100%;
  clear: both;
  float: right;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 15px;
}

.row {
  clear: both;
}

.form-group {
/*// tl_overflow: hidden;*/
  overflow: visible;
  clear: both;
}


.only_input .form-group {
  margin: 0px;
}

.f-left {
  float: left
}

.navbar-inverse {
  background-color: #678df1;
  border-color: #678df1;
}

.navbar-inverse .navbar-nav > li > a {
  color: #313131
}

.navbar-inverse .navbar-brand {
  color: #313131;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  /*color: #678df1 !important;*/
  color: #23527c !important;
  background-color: transparent;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 20px;

}

.navbar-brand .brand-small {
  float: none;
  clear: both;
  display: block;


  font-size: 11px;
  font-weight: bold;

}

.navbar-inverse .navbar-nav > li > a {
  display: table-cell;
  vertical-align: middle;
  color: #313131;
}

.dropdown-menu li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  min-height: 100% !important;
  min-width: 100% !important;
}

.dropdown-menu .active a {
  width: 100%;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  width: 100%;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 20px;
}

li.team_menu a,
li.dropdown.team_menu a {
  padding-bottom: 22px;
  padding-top: 8px;
}

.with-logo .navbar-brand {
  padding: 5px 15px;

}

.navbar-brand > img {
  height: 40px;
  display: block;
}

.navbar-nav .label-danger {
  position: relative;
  top: -2px;
}

.empty-banner-horizontal {

  text-align: center;
  font-weight: bold;
  color: #bbb;
  vertical-align: middle;
  display: table;
  width: 100%;

}

.empty-banner {
  min-height: 515px;
  text-align: center;
  font-weight: bold;
  color: #bbb;
  vertical-align: middle;
  display: table;
  width: 100%;

}

.empty-banner-content {
  /*vertical-align: middle;*/
  /*display: table-cell;*/
  /*width: 100%;*/
  /*min-width: 100%;*/

}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.wrap {
/*/ / tl_margin-bottom: 60 px;*/
}

.bold {
  font-weight: bold;
}

h1 {
/*/ / tl_Color: #999;*/
}


.btn.is_project {
  color: #fff;
  width: 100%;
  background-color: #000;

}

.btn.is_project {
  color: #fff;
  width: 100%;
  background-color: #678df1;

}

a.is_sp {
  color: #fff;
  width: 100%;
  background-color: #678df1;
  padding: 5px 10px;
  display: block;
  text-align: right;

}

.footer {
  z-index: 3


}

.owl-carousel img {
/*/ / tl_max-height: 100 px;*/

}

.owl-carousel .item span button {
  width: 90%;
  margin: 0px;

}

.owl-carousel .item span {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #000;
  background: #ffffff96;
  padding: 5px 0px;
}

.owl-carousel .item:hover span {
  display: block;
}

.owl-dots {
  display: none
}


.small-form {
  overflow: visible;
}

.sample-item-list.active-sample a {
  color: #ddd;
}

.sample-item-list.active-sample {
  background-color: #678df1;
  color: #fff;
}


.sample-list {
  /*height: 100vh;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*margin-bottom: -500px;*/
  /*padding-bottom: 500px;*/

  min-height: calc(100vh - 325px);
  max-height: calc(100vh - 325px);
  overflow-x: hidden !important;
  overflow-y: visible !important;

}

.sample-list-maxh {
  /*height: 100vh;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*margin-bottom: -470px;*/
  /*padding-bottom: 470px;*/

  min-height: calc(100vh - 295px);
  max-height: calc(100vh - 295px);
  overflow-x: hidden !important;
  overflow-y: visible !important;

  /*//tl_max-height: calc(100vh - 220px - 50px -50px);*/
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;

}

.sample-list-maxh-print {
  /*height: 100vh;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*margin-bottom: -470px;*/
  /*padding-bottom: 470px;*/

  min-height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow-x: hidden !important;
  overflow-y: visible !important;

  padding: 0px;

}

.sample-list-maxh-print .form-control {
  height: 25px;
}

.sample-list-maxh-print .button-list {
  display: none;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: inherit;
}

.padding-top {
  padding-top: 15px;
}

.navbar-inverse {
  background-color: #fff;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  border: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #678df1 !important;
  background-color: transparent;
}

label {
  font-weight: normal;
}

.modal-body .box {
  border: none;
  box-shadow: none;
}


.btn {
  border: none !important;
  border-radius: 0;
  color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #678df1;
  border-color: #678df1;
}

.form-control {
  font-weight: 400;
  font-size: 16px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
/*/ / tl_color: #fff;*/
  background-color: #eee;
}

.dropdown-menu .active a {

  background-color: #678df1;
}

.dropdown-menu {
  font-size: 16px;
}

.h100-without-f-h {
  min-height: calc(100vh - 325px);
}

.h100-without-note {
  min-height: calc(100vh - 575px);

}

.h100-without-tab .row {
  margin: 0px;
}

.h100-without-tab {
  min-height: calc(100vh - 245px);
  max-height: calc(100vh - 245px);
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.h100-without-tab2 {
  min-height: calc(100vh - 195px);
  max-height: calc(100vh - 195px);
  overflow-x: hidden !important;
  overflow-y: visible !important;
}


.h100-without-upload {
  min-height: calc(100vh - 365px);
  max-height: calc(100vh - 365px);
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.h100-without-support {
  min-height: calc(100vh - 190px);
  max-height: calc(100vh - 190px);
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.p-r-5 {
  padding-right: 5px;
}

.btn-sm {
  padding: 5px 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-radius: 0px 0px 0 0;
}

.nav.nav-tabs {
  border: none;
  top: 0px;
  left: 0px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  font-weight: 400;
  text-transform: uppercase;
}

.ovh {
  overflow: hidden;
}

#TeamDoc .upload-kit .upload-kit-input .glyphicon-plus-sign:after {
  content: "Drag & drop here files or click to upload";
  font-size: 16px;
  clear: both;
  display: block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}


#TeamDoc .upload-kit .upload-kit-input {
  width: 100%;
}
/*****************************/
.vertical-ads {
  min-height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.vertical-ads .item img {
  width: 100%;
}

.vertical-ads .item {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.vertical-ads .item span button {
  width: 90%;
  margin: 0px;

}

.vertical-ads .item span {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #000;
  background: #ffffff96;
  padding: 5px 0px;
}

.vertical-ads .item:hover span {
  display: block;
}


.swiper-containter {
  padding: 0 15px !important;
}

.swiper-container,
.swiper-wrapper {
  min-height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  /*height: 80vh;*/
  /*width: 500px;*/
  /*background: green;*/
  /*padding: 0 15px;*/
  /*display: flex;*/
  /*align-items: flex-end;*/
}
.swiper-wrapper {
  display: flex;
  align-items: flex-end;
}
.swiper-slide {
  position: relative;
  display: flex;
  /*height: 500px;*/
  height: 125px;
  align-items: flex-end;
  /*width: auto;*/
  /*margin-right: 8 px;*/
}
.swiper-slide span {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #000;
  background: #ffffff96;
  padding: 5px 0px;
}
.swiper-slide:hover span {
  display: block;
}
.swiper-slide img {
  width: 100%;
  max-width: 780px;
  max-height: 655px;
}


/*****************************/
.base_a_card {
  background-color: #bbbbbb6e;
}


.h100-analysis {
  min-height: calc(100vh - 250px);
  max-height: calc(100vh - 250px);
  overflow-x: hidden !important;
  overflow-y: visible !important;
  padding: 0px;
}

.nav-tabs > li > a {

  min-height: 30px;
  line-height: 15px;
}

.path-links {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  padding: 15px 5px 15px 5px;
  background-color: #fff;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 4;

}

.path-links i {
  font-size: 12px;
}

.path-links i,
.path-links a,
.path-links span {
  color: #aaa;
  margin: 0px 2px;
  text-transform: lowercase;

}

.path-links a.btn-primary.avaliable {
  background-color: #678df1;
}

.path-links .avaliable i,
.path-links a.avaliable,
.path-links .avaliable span {
  color: #ffffff !important;


}

.path-links .current i,
.path-links a.current,
.path-links .current span {
  color: #678df1 !important;
  opacity: 1;
  cursor: default;
}


.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0 !important;
}


.sample-item-list .col {
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/

}


#TeamDoc label[for="teamdoc-attachment"] {
  display: none;
}


.disabled-library-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 160px;
  padding: 15px;
}

.disabled-library {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 160px;
  display: table;
  background-color: #ddd;
  margin-bottom: 15px;
  color: #999;

  border-radius: 5px;
}


.edit-open,
.edit-close {
  margin: 0px;
  border-top-right-radius: 0px !important;
}

.prl-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.library-card {
  margin-bottom: 5px;
  padding: 15px;
  box-shadow: 1px 1px 5px 1px #999;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.library-card .small .col {
  overflow: hidden;
  clear: both;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.library-card .small {
  color: #aaa;
  font-size: 80%;
}

.analysis-card .col {
  overflow: hidden;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}

.btn-danger:active:focus {
  color: #ac2925;
  background-color: #fff;
}

.small {
  color: #aaa;
  font-size: 80%;
  /* font-size: 85%; */
}


.navbar-brand > img {
  height: 40px;
  display: inline-block;
}

.navbar-brand {
  color: #4f6873;
  font-size: 27px;
}


.btn {
  overflow: hidden;
  text-transform: uppercase;
  font-weight: normal;
/*/ / tl_height: 30 px;*/
  padding: 3px 20px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Source Sans Pro", sans-serif;
}


.project-maxh {
  min-height: calc(100vh - 215px);
  max-height: calc(100vh - 215px);
  overflow-x: hidden !important;
  overflow-y: visible !important;

}


.profile_name {
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
}


.path-links a.btn-primary.avaliable {
  background-color: #678df1;
  /* margin-left: 15px; */
  overflow: hidden;
  text-transform: uppercase;
  font-weight: normal;
  height: 30px;
  padding: 3px 20px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Source Sans Pro", sans-serif;
}

img, iframe, embed {
  pointer-events: none;
}


/*
#PrintSection {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  z-index:999;
}


#PrintSection .col-md-3 {
  display: inline-block;
}

#PrintSection .sample-list-maxh {

  min-height: auto!important;
  max-height: none!important;
  overflow-x: auto!important;
  overflow-y: auto!important;

  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

#PrintSection img {
  display: none;
}
#PrintSection .path-links{
  display: none;
}
#PrintSection .button-list{
  display: none;
}


@media print {

  .wrap {
    display:none;
    visibility: hidden;
  }



  #myDivToPrint {

  }

}*/

