/* ARCHIMED system's specific classes */


.header-card-number {
  padding: 2px 10px;
  border: 0.5pt #d3d3d3 solid;
  border-radius: 10px;
  text-align: center;
  font-size: 87.5%;
  display: inline-block;
  clear: both;
}

td.page-number {
  text-align: right;
  font-size: 87.5%;
}

.demoblur {
  color: rgba(255,255,255,1);
  text-shadow: 0 0 10px black;
}

.demobars {
  width: 70%;
  text-align: center;
  margin: 2px auto;
}

.demobar1 {
  width: 100%;
  height: 6px;
  background-color: #ddd;
  margin: 2px 0;
}

.demobar2 {
  width: 70%;
  height: 6px;
  background-color: #ddd;
  margin: 2px auto;
}

.demobigbars {
  width: 90%;
  margin: 0px 0;
  display: block;
  text-align: left;
}

.titledemobar {
  width: 60%;
  height: 16px;
  margin: 6px 0;
}

.bigdemobar {
  height: 12px;
  margin: 6px 0;
}

.locationdemobar {
  text-align: left;
}



/* A1 ----- ГЛАВНАЯ СТРАНИЦА --------*/

.verb-logo-inarch {
  width: 200px;
  height: auto;
}

.arch-logo {
  width: 160px;
  height: auto;	
}

.header-logo {
  width: 100px;
  height: auto;  
}

.author-upic-wrapper {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: block;
  overflow: hidden;
}

.author-upic {
  width: 50px;
  height: 50px;
  display: block; 
}

.author-content {
  float: left;
  width: 160px;
  font-size: 75%;
  line-height: 120%;
  padding: 0px 10px;
  display: inline;
}

.author-content span {
  font-size: 120%;
  font-weight: bold;	
}


/* ГРАНИ */


.facet-cardnumber {
  height: 20px;
  padding-top: 4px;
  border: 1px #e8e8e8 solid;
  border-radius: 30px;
  text-align: center;
  font-weight: normal;
  font-family: ProximaNovaCondensed;
  font-size: 100%;
  margin-bottom: 8px;
}

.facet-person {
  height: 20px;
  padding-top: 4px;
  border: 1px #e8e8e8 solid;
  border-radius: 30px;
  text-align: center;
  font-weight: normal;
  font-size: 125%;
  margin-bottom: 8px; 
}

.facet {
  height: 24px;
  padding: -1px;
  border: 1px solid;
  border-radius: 30px;
  margin-bottom: 8px;
}

.facet-number {
	background-color: #fff;
  margin: -1px;
	height: 17.5px;
	width: 24px;
  padding-top: 6.5px;
  border: 1px #d3d3d3 solid;
	line-height: 100%;
	border-radius: 20px;
	margin-right: 8px;
	display: inline-block;
	float: left;
	text-align: center;
	font-weight: bold;
}

.facet-title {
  font-weight: normal;
  font-size: 125%;
  color: #fff;
  font: 700 1em ProximaNovaCondensed;
  display: inline-block;
  float: left;
  padding-top: 5.5px;
}

.nofacet {
  height: 24px;
  padding: -1px;
  border: 1px #e8e8e8 solid;
  color: #e8e8e8;
  border-radius: 30px;
  margin-bottom: 8px;
}

.nofacet-number {
	background-color: #fff;
  margin: -1px;
	height: 17.5px;
	width: 24px;
	border: 1px #e8e8e8 solid;
	padding-top: 6.5px;
	line-height: 100%;
	border-radius: 20px;
	margin-right: 8px;
	display: inline-block;
	float: left;
	text-align: center;
	font-weight: bold;
}

.nofacet-title {
  font-weight: normal;
  font-size: 125%;
  color: #e8e8e8;
  font: 700 1em ProximaNovaCondensed;
  display: inline-block;
  float: left;
  padding-top: 5.5px;	
}


.intellect {
  height: 24px;
  padding: -1px;
  border: 1px #e8e8e8 solid;
  border-radius: 30px;
  margin-bottom: 8px;
  color: #000;
  overflow: hidden;
}

.intellect-caption {
  width: 90px;
  height: 100%;
  padding: 7px 2px 0px 2px;
  background-color: #e8e8e8;
  font-weight: normal;
  font-size: 125%;
  font: 400 1em ProximaNovaExtraCondensed;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.intellect-text {
  font-weight: bold;
  font-size: 125%;
  padding-top: 4px;
}

.location {
  height: 18px;
  padding: 6px 20px 0px 0px;
  background-color: #e8e8e8;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
}

.location-icon {
  height: 14px;
  margin: -2px 8px 0 20px;
}

/* ЦВЕТА ГРАНЕЙ*/


.f-magenta {
	border-color: #BB6BD9 !important;
	background-color:  #BB6BD9 !important;
}

.b-magenta {
  border-color: #BB6BD9 !important;
}

.f-green {
	border-color: #46c473 !important;
	background-color: #46c473 !important;	
}

.b-green {
  border-color: #46c473 !important;
}

.f-cyan {
  border-color: #56CCF2 !important;
  background-color: #56CCF2 !important; 
}

.b-cyan {
  border-color: #56CCF2 !important;
}

.f-orange {
  border-color: #F2994A !important;
  background-color: #F2994A !important; 
}

.b-orange {
  border-color: #F2994A !important;
}

.f-ruby {
  border-color: #EB5757 !important;
  background-color: #EB5757 !important; 
}

.b-ruby {
  border-color: #EB5757 !important;
}

.f-grey {
  border-color: #c0c0c0 !important;
  background-color: #fff !important;
}

.b-grey {
  border-color: #c0c0c0 !important;
}



/* ТАБЛИЦЫ */


.table-panel {
  table-layout: fixed;
  width: 100%;
  margin: 3px;
  page-break-inside: avoid;
}

/*table,
td,
th {
  border-collapse: collapse;
}*/

.table-panel th, .table-panel td {
  width: 21%;
  border: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  font-size: 87.5%;
  padding: 4px;
}

.table-panel td.empty {
  background-color: #fff;
  width: 10%;
}

.table-panel td.colnumber {
  background-color: #fff;
}

.table-panel td.colnumber span {
  display: inline-block;
  width: 10px;
  border: 0.5pt #000 solid;
  border-radius: 2px;
  padding: 1px;
  font-size: 81.25%;
  font-weight: bold;
}

.table-panel td.step {
  font-size: 8px;
  background-color: #e0e0e0;
}

.table-panel td.text-x {
  padding: 0;
  width: 6%;
  font: 82% ProximaNovaExtraCondensed;
  text-align: right;
  line-height: 100%;
  vertical-align: middle;
  background-color: #fff;
}

.table-panel td.label-cell {
  width: 1.5%; 
  background-color: #fff;
  text-align: center;
}

.table-panel td.label-cell div.label {
  display: inline-block;
  text-align: center;
  width: 10px;
  border: 0.5pt #000 solid;
  border-radius: 2px;
  padding: 1px;
  font-size: 81.25%;
  font-weight: bold;
  vertical-align: middle;
}

.table-panel td.positive {
  background-color: rgba(70,196,115,0.1);
  font: 87.5%/100% ProximaNovaExtraCondensed;
  color: #46C473;
  border-right: 1px solid #46C473;
}

.table-panel td.negative {
  background-color: rgba(235,87,87,0.1);
  font: 87.5%/100% ProximaNovaExtraCondensed;
  color: #EB5757;
  border-right: 1px solid #EB5757;
}

td.t-divider {
  height: 1px;
  padding: 0;
  background-color: #d8d8d8;
}


.disclaimer {
  width: 100%;
  float: right;
  position: absolute;
  bottom: 20px;
  color: #727272;
  font-size: 75%;
}




/* A2 ГЛОССАРИЙ */

.glossary-term {
  font-size: 125%;
  font-weight: bold;
  text-align: right;
  margin-top: -2px;
}

.glossary-section {
  margin-bottom: 12px;
}


/* A3 ПАНЕЛИ*/

.big-label {
  display: inline-block;
  width: 20px;
  border: 0.5pt #000 solid;
  border-radius: 4px;
  padding: 2px 4px;
  font: 18px ProximaNova;
  font-weight: 400;
  text-align: center;
  margin-right: 4px;
}

.section-wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-divider {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 13px;
  background-color: #f5f5f5;
  z-index: 1;
}

.section-header {
  position: absolute;
  top: -7.3px;
  font: 700 162.5% ProximaNovaCondensed;
  display: inline-block;
  color: #000;
  background-color: #fff;
  padding-right: 14px;
  z-index: 10;
}

.panel-wrapper {
  margin-bottom: 26px;
  page-break-inside: avoid;
}

.panel-content {

}

.label-header {
  display: inline-block;
  float: left;
}

.panel-header-wrapper {
  margin-bottom: 14px;
}

.panel-header {
  display: inline-block;
  width: 80%;
  float: left;
  font: 700 137.5% ProximaNova;
  padding-left: 8px;
  padding-top: 6px;
}

.step-header {
  display: inline-block;
  float: right;
  font: 400 137.5% ProximaNova;
  padding-top: 6px; 
}

.panel-location {
  border: 0.5px #979797 solid;
  border-radius: 10px;
  padding: 10px 10px 10px 36px;
  margin-bottom: 10px;
  background: url("img/provider_pin.svg") top 7px left 10px / 16px no-repeat;
}

.panel-nolocation {
  border: 0.5px #c0c0c0 solid;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  color: #9B9B9B;
}