﻿/*цвета
    синий
    C87 M49 Y0 K0
    #0276C3

    зеленый
    C64 M0 Y100 K0
    #5FB121

    темно-розовый 
    C23 M100 Y0 K0
    #C91087

    красный
    C0 M98 Y41 K0    
    #EB2161

    розовый
    C5 M93 Y0 K0
    #E52D8D

    темно-оранжевый
    C0 M51 Y100 K0
    #F18E00

    оранжевый
    C0 M37 Y100 K0
    #F9AD00

    желтый
    C3 M0 Y93 K0
    #FFF202

    темно-зеленый
    C75 M3 Y100 K15
    #068C07

    мутно-зеленый
    C70 M0 Y60 K0    
    #19CF95

    бирюзовый
    C58 M0 Y26 K0    
    #20E6E6

    светло-голубой
    C35 M0 Y0 K0    
    #ADE4FF
    
    голубой
    C71 M0 Y1 K0    
    #0CBAEC
*/
/********* ЯКУТСК *********/
/*общий цвет темы*/
/*
@themeColor: #0276C3;
@partitionButtonBackgroundColorActive: #E52D8D;
@buttonHoverBackground: #5FB121;
@buttonHoverColor: #FFFFFF;
*/
/********* ЕКАТЕРИНБУРГ *********/
/*общий цвет темы*/
@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,700,700i&subset=cyrillic';

.loadingOverlay {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1060;
    display: table;
    width: 100%;
    height: 100%;
}

.transparentLoadingOverlay {
    opacity: 0;
}

.visibleLoadingOverlay {
    background: #AFABAB;
    opacity: 0.76;
}

.loadingOverlay div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.searchResultError {
    color: grey;
    font-size: smaller;
    padding-left: 20px;
}

html {
  height: 100%;
}
body {
  padding-top: 50px;
  /*overflow-y: hidden;*/
  height: 100%;
  font-family: 'Fira Sans', sans-serif;
  background-color: #fff;
}
.header-bar {
  background-color: #2e4453;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.row-with-margin {
  margin-right: -15px;
  margin-left: -15px;
}
.header-bar__link {
  color: #ECECEC;
}

.navbar-align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    justify-content: center;
}

.logo-bar {
  background-image: url(../../images/gisPortal/background-left-top.svg);
  background-repeat: no-repeat;
  background-position: top right;
  -ms-background-size: 87px;
  background-size: 87px;
}
.logo-image {
  padding: 5px 10px 5px 15px;
}
.logo-bar__image {
  max-height: 51px;
  max-width: 67px;
}
.logo-bar__contacts {
  font-size: 29px;
  position: absolute;
  top: 7px;
  right: 115px;
  /*padding: 49px;*/
  /*float: right;*/
  /*padding-right: 120px;*/
  color: white;
  opacity: 0.9;
}
.logo-bar__phone-icon {
  width: 40px;
  height: 40px;
  margin-top: -10px;
}
.logo-bar__phone-number {
  font-size: 150%;
  font-weight: bold;
}
.content-bar {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .content-bar {
    position: fixed;
    top: 75px;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .content-bar__right-panel {
    padding-left: 0px;
  }
}
.content-bar__left-panel {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 15px;
}
.content-bar__right-panel {
  height: 100%;
  padding-bottom: 60px;
}
.project-container__project {
    cursor: pointer;
    border: 0px;
    border-radius: 0px;
    background-color: #ECECEC;
    color: #2e4453;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    
    overflow: hidden;
    display: table;
    width: 100%;
}
.project-container__project > div {
    height: 44px;
    vertical-align: middle;
    display: table-cell;
}
.project-container__partition {
    cursor: pointer;
    border: 0px;
    border-radius: 0px;
    background-color: #ECECEC;
    color: #2e4453;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    
    overflow: hidden;
    display: table;
    width: 100%;
}

.project-container__partition > div {
    height: 44px;
    vertical-align: middle;
    display: table-cell;
}

.project-container-construct-mode__project {
    cursor: pointer;
    border: 0px;
    border-radius: 0px;
    background-color: #ECECEC;
    color: #0276C3;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    min-height: 50px;
    padding-left: 15px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.project-container-construct-mode__project > div {
    height: 44px;
    vertical-align: middle;
    display: table-cell;
}

.project-container-construct-mode__partition {
    cursor: pointer;
    border: 0px;
    border-radius: 0px;
    background-color: #ECECEC;
    color: #0276C3;
    text-transform: uppercase;
    font-size: 12px;
    min-height: 50px;
    padding-left: 15px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.project-container-construct-mode__partition > div {
    height: 44px;
    vertical-align: middle;
    display: table-cell;
}

.project-container-construct-mode__partition__notactive {
    color: darkgrey;
}

.toggleButton{
    margin-right: 5px;
}

.project_active {
    background-color: #2e4453;
    color: white;
    /*display: flex;*/
}
/*.leftPanel-advertisementBlock {
	border: 0px;
	border-radius: 0px;
	background-color: #EB2161;
	color: white;
}*/
/*.rightPanel-advertisementBlock {
	color: #EB2161;
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 20px;
}*/
/*.rightPanel-themesBlock {
	overflow: hidden;	
}*/
.right-panel__themes-block [class*="col-"] {
  /*margin-bottom: -99999px;
  padding-bottom: 99999px;*/
  /*height: 70px;*/
}
.right-panel__active-project-caption {
  background-color: white;
  color: #2e4453;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: -5px;
}
/*.themes-block__advertisementBlock {
	height: 70px;
	background-color: #0276C3;
	color: white;
	font-weight: bold;
}*/
.right-panel__themes-block {
  padding-left: 15px;
  padding-bottom: 5px;
}
.themes-block__theme-block {
  background-color: #2e4453;
  color: white;
  cursor: pointer;
  text-align: center;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 16px;
  padding: 0 5px;
}
.themes-block__theme-block:hover {
  background-color: #ececec;
  color: #2e4453;
}

.themes-block__theme-block a {
  color: inherit;
}
.themes-block__theme-block a:hover {
    text-decoration: none;
    color: #2e4453;
}
.theme-block_active {
  background-color: #a8bece;
}
.right-panel__map-block {
  height: 100%;
}
.right-panel__map-block-col {
  height: 100%;
}
.right-panel__map-block-panel {
  height: 100%;
}
.footer-bar {
  background-color: #2e4453;
  color: white;
  height: 20px;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0px;
  z-index: 101;
}
.footer-bar a {
  color: white;
  text-decoration: none;
}
.footer-section {
  padding-right: 10px;
}
.footer-bar__about-block-right {
  float: right;
  padding-right: 10px;
}
.footer-bar__about-block-left {
  float: left;
  padding-left: 10px;
}
.pinBtn {
  display: none;
}
.unimap {
  height: 100%;
  border: #c1c1c1 solid 1px;
}
.panel {
  margin-bottom: 5px;
  border: #cacaca solid 1px;
  border-radius: 0;
}
.menuitem {
  padding-left: 0;
  padding-right: 5px;
}

.info-window-insys-header {
  padding-top: 4px !important;
  background-color: #2e4453 !important;  
  width: 100%;
  height: 25px;
  top: 0;
}
.close {
  color: #000;
  opacity: 0.9;
}
.close:hover,
.close:focus {
  color: #000;
  opacity: 0.8;
}
.tab-content {
  height: 100%;  
}
.tab-pane {
  height: inherit;
}
.unimap__toolbar-container {
  /*background: white;*/
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 100;
}
.toolbar-container__element {
  background-color: white;
  cursor: default;
}
.toolbar-container__subelement {
  background-color: white;
  cursor: default;
}

.toolbar-container__subelement div {
    padding: 5px; 
    position: absolute; 
    border: 1px solid #c1c1c1; 
    width: 48px;
    background-color: white;
    text-align: center;
    color: #585858;
}
.element__substrates {
  border: solid 1px #c1c1c1;
  padding: 5px;
}
.element__substrates_open {
  border: solid 1px #2e4453 !important;
  padding: 5px;
}
.ol-control {
  background: none;
  border-radius: 0;
}
.ol-control:hover {
  background: none;
}
.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  background-color: #ffffff;
  border-color: #2e4453;
}
.ol-control button {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: #ffffff;
  border: #c1c1c1 solid 1px;
  border-radius: 0;
}
.tab-content > .active {
    display: block;
    padding: 0 5px;
    /*overflow: scroll;*/
    /*height: calc(100% + 1px);
    -webkit-overflow-scrolling: auto;*/    
}
.close {
  float: right;
  font-weight: normal;
  line-height: 1;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: .5;
  padding-left: 10px !important;
}
.panel-heading {
  border-radius: 0px;
}
.white-button {
  color: #fff;
  opacity: 0.7;
}
.white-button:hover,
.white-button:focus {
  color: #fff;
  opacity: 0.9;
}
.windowButton {
  margin-left: 5px;
  font-size: 16px;
  padding: 1px 0;
}
.logo-bar__image-container {
  float: left;
  display: inline-flex;
  width: 310px;
  height: 61px;
}
.mainmenu {
  min-width: 290px;
  padding: 15px;
}
.mainmenu .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.map-menu-button {
  float: left;
}
.project-caption {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 300px;
}
@media (max-width: 768px) {
  .project-caption {
    padding-right: 60px !important;
  }
  .mainmenu {
    min-width: initial;
    padding: 0;
  }
  .navbar-collapse > .nav > li {
    padding: 15px 30px !important;
    border-top: 1px solid #888;
  }
  .navbar-nav {
    margin: 0;
  }
}
.navbar {
  text-align: center;
  width: 100%;
  margin: 0;
  z-index: 500;
  border: none;
}
.partition-info-button {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 5px;
  font-size: 16px;
  color: #fff202;
  height: 100%;
}
.navbar-collapse > .nav > li {
  padding: 0;
}
.navbar-collapse > .nav > li:hover,
.navbar-collapse > .nav > li:focus {
  color: #2e4453;
  cursor: pointer;
  background: #ececec;
}
.panel-body {
  width: 100%;
  padding: 4px;
}
.legend-table {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.legend-back-buton {
  cursor: pointer;
  padding: 3px 5px 3px 4px;
  font-size: 17px;
  border: #2e4453 solid 1px;
  border-radius: 4px;
  color: #2e4453;
  margin-left: -5px;
}
.legend-caption {
  color: #2e4453;
  font-weight: bold;
  font-size: 20px;
  padding-left: 7px;
}
.legend-item-image {
  vertical-align: top;
}
.legend-item-image img {
  width: 15px;
  height: 15px;
  vertical-align: top;
}
.legend-item-caption {
  padding-left: 3px !important;
  line-height: 1 !important;
}
.legend-table td {
  padding: 3px 0;
}
.pinnedWindowIcon {
  opacity: 1;
}
.unpinnedWindowIcon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
  -ms-transform: rotate(90deg);
  margin-top: -1px;
}
.logo-caption {
  padding-top: 17px;
  text-align: left;
}
.logo-caption a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.logo-caption p {
  margin: 0;
  line-height: 1;
}
.logo-name a {
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
}
.logo-orgName a {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: lighter;
  white-space: nowrap;
}
.ui-resizable-helper {
  border: 2px dotted #00F;
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/images/ui-icons_222222_256x240.png) /*{iconsContent}*/;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0px;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0px;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0px;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0px;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.mapOps {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}
.unimap__bottom-bar {
  padding-left: 3px;
  border: 1px solid #eceae8;
  position: absolute;
  bottom: 9px;
  left: 9px;
  z-index: 1000;
  background-color: #eceae8;
  /*width: 20%;*/
  border-radius: 3px;
}
.bottom-bar__point-y-container {
  width: 40%;
}
.bottom-bar__point-x-container {
  width: 40%;
}
.bottom-bar__switch-button-container {
  padding: 2px 5px 2px 5px;
  /*color: #428bca;*/
  cursor: pointer;
}
.switch-button_active {
  color: green;
}
.buttonHidden {
  visibility: hidden;
}
.unimap__search-panel {
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  /*background: white;*/
  right: 15px;
  top: -49px;
  /*bottom: 20px;*/
  /*opacity: 0.9;*/
  /*border: 1px solid grey;
    border-radius: 5px;*/
  width: 30%;
  border-color: grey;
}
.unimap__search-panel2 {
    /*display: none;*/
    padding: 5px;
    position: absolute;
    z-index: 100;
    background: white;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.9;
    border: 1px solid #c1c1c1;
    width: 361px;
    overflow: auto;
}

::-webkit-scrollbar {
    -webkit-appearance: caret;
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.unimap__search-panel2__toggleResultsPanel .btn {
    width: 100%;
}

.unimap__search-panel2-collapsed {
    padding: 5px;
    position: absolute;
    z-index: 100;
    background: white;
    right: 0px;
    top: 0px;
    opacity: 0.9;
    border: 1px solid #c1c1c1;
    width: 60px;
    overflow: auto;
}


.unimap__search-panel2-mobile {
    /*display: none;*/
    padding: 5px;
    position: absolute;
    z-index: 100;
    background: white;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.9;
    border: 1px solid #c1c1c1;
    width: 190px;
    overflow: auto;
}

.unimap__search-panel2-collapsed-mobile {
    padding: 5px;
    position: absolute;
    z-index: 100;
    background: white;
    right: 0px;
    top: 0px;
    opacity: 0.9;
    border: 1px solid #c1c1c1;
    width: 60px;
    overflow: auto;
}




.search-results__semantic-search-result {
  cursor: pointer;
}
.unimap__substrates-panel {
  position: absolute;
  z-index: 100;
  background: white;
  left: 82px;
  top: 10px;
  width: 300px;
  /*height: 100px;*/
  border-top: 1px #2e4453 solid;
  border-left: 1px #2e4453 solid;
  border-right: 1px #2e4453 solid;
}
.substrates-panel__substrates-group {
  /*border: 1px solid grey;*/
  /*border-radius: 5px;*/
  padding: 10px 10px 5px 10px;
  border-bottom: #2e4453 solid 1px;
}
.fixed-table-full-width {
    width: 100%;
}
.fixed-table {
  /*width: 100%;*/
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin-top: 5px;
}
.fixed-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-default:not(.commonContainerNavbar) {
    background: none;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: auto;
    border-radius: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #2e4453;
}
.navbar-header {
  height: 61px;
  padding-top: 6px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar-default .navbar-toggle {
  background-color: #2e4453;
}


.custom-scale-text {
  position: absolute;
  background: #fff;
  font-size: 10px;
  left: 110%;
}


.scaleLine {
    border-radius: 0px !important;
    padding: 0px !important;
    width: 1cm;
    background: #fff !important;
    height: 10px;
    bottom: 10px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    left: 13px;
}

.ol-control-custom-scale-line {
    border-bottom: 1px solid #000;
    margin-top: 5px;
}

.zoomCtrl > button img {
  height: 18px;
  padding: 3px 0px 0 3px;
}
.initialInfoWindowSize {
    width: 300px;
    height: 300px;
}
.info-window-insys .panel {
    border: none;
    border-radius: 0;
    padding: 0;
}
.info-window-insys .panel-body {
    padding: 0;
    height: calc(100% - 35px);
}
.info-window-panel {
    height: 100%;
}
.info-window-panel > div {
    height: 100%;
}

.search-input-box {
    width: 376px;
    padding-right: 15px;
}

.right-panel-heading {
    padding-left: 15px;
    padding-bottom: 5px;
}

.iframeTab iframe {
    width: 100%;
    height: calc(100% - 7px);
}
.panel-body-info-window {
    height: 100%;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #2e4453 !important;
}

.initialInfoWindowSize {
    width: 300px;
    height: 300px;
}

.customCopyrightInfo {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: none;
    width: auto;
    background-color: rgba(255, 255, 255, 0.7);
}

.customCopyrightInfo:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.customCopyrightInfo li {
    padding: 2px 5px 0 0;
}

.customCopyrightInfo li:hover {
    background-color: white;
}

.customCopyrightInfo a {
    text-decoration: none;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.9);
    color: #000000;
    display: block;
}

.customCopyrightInfo a:hover {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
}

.customCopyrightInfo ul {
    list-style: none;
    -webkit-padding-start: 0;
    margin: 0;
}

.customCopyrightInfo img {
    width: 16px;
}

.portal-copyrights img {
    width: 16px;
}