/*Preloader*/
body {
    background: url("../img/bg.png") repeat scroll 0 0 transparent !important;
}

#intro {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url("../img/bg.png") repeat scroll 0 0 transparent;
}

#loading {
    position: absolute;
    width: 300px;
    margin: 0px 0 0 -150px;
    left: 50%;
    top: 40%;
    text-align: center;
    padding: 0px;
    height: auto;
    -moz-box-shadow: 0 0 10px 1px #454546;
    -webkit-box-shadow: 0 0 10px 1px #454546;
    box-shadow: 0 0 10px 1px #454546;
}

#loading .loading-text {
    background: #fdfdfd;
    color: #50585A;
    font: bold 12px tahoma, arial, helvetica;
    padding: 10px;
    margin: 0;
    height: auto;
}

#loading p {
    font-weight: normal;
}

/*----------------------------------------------------
    Start Button
*/
.ux-start-button .x-btn-inner {
    width: 95px !important;
}

.ux-start-button-icon {
    background-image: url(../img/taskbar/start_16.png) !important;
    background-color: transparent;
    width: 95px !important;
}

.ux-start-button-icon-eng {
    background-image: url(../img/taskbar/start_16_eng.png) !important;
    background-color: transparent;
    width: 95px !important;
}

.objectsInfo .layers .index {
    text-align: center;
}

.objectsInfo .layers .name {
    background: none;
    border: none;
}

.objectsInfo .layers .name .x-btn-inner {
    color: black;
    text-overflow: ellipsis;
}

.info-label {
    width: 38%;
    float: left;
}

.info-value {
    width: 58%;
    float: right;
    font-weight: bold;
}

.info-field {
    border-top: 1px solid #c1ddf1;
}
.info-field:nth-child(even) {
    background: #F9FCFF;
}

.info-field:nth-child(odd) {
    background: #E5F3FD;
}
.x-window-header-default .x-window-header-icon {
    width: 16px;
    height: 16px;
    background-image: url('../img/taskbar/rocket.png') !important;
    font-size: 16px;
    line-height: 16px;
    background-position: center center;
}

.popup-background {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    cursor: pointer;
}

.popup-image {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.fullscreen-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .7);
    display: none;
    text-align: center;
    cursor: pointer;
}

.fullscreen-content {
    position: absolute;
}

.fullscreen-navigation {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
}

.fullscreen-navigation.previous {
    background: url('../img/gallery/arrow-left.png') center center no-repeat;
    left: 0;
}

.fullscreen-navigation.previous:hover {
    background: url('../img/gallery/arrow-left.png') center center no-repeat rgba(130, 130, 130, .7);
}

.fullscreen-navigation.next {
    background: url('../img/gallery/arrow-right.png') center center no-repeat;
    right: 0;
}

.fullscreen-navigation.next:hover {
    background: url('../img/gallery/arrow-right.png') center center no-repeat rgba(130, 130, 130, .7);
}

.x-tree-icon {
    background-size: contain;
}

.colorbutton {
    background-image: none !important;
    width: 24px;
    height: 24px;
    margin: 0px 5px 5px 0px;
    border-radius: 2px !important;
    border-color: #d9d9d9 !important;
}

.colorbutton .x-btn-icon-el {
    background-size: 100%;
}

.stylelegend {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

.tabiconpicker .x-tab-bar-strip {
    background-color: transparent;
}

.tabiconpicker .x-tab-bar .x-tab-bar-body {
    height: 30px !important;
    border: 0 !important;
}

.tabiconpicker .x-tab-bar .x-tab-bar-body .x-box-inner {
    height: 30px !important;
}

.tabiconpicker .x-tab-default-top .x-tab-inner {
    color: #35383A;
}

.tabiconpicker .x-tab-default-top {
    background-color: white;
    border-radius: 10px 10px 0px 0px;
}

.tabiconpicker .x-tab-default-active {
    background-color: #ebebeb;
}

.x-menu .x-menu-plain {
    border-color: white;
}

.icon-addAttribute {
    background-image: url('../img/form/add(16x16).png') !important;
}

.icon-deleteAttribute {
    background-image: url('../img/form/remove(16x16).png') !important;
}

/*.icon-import-form {
    background-image: url('../img/form/download.png');
    background-repeat: no-repeat;
    background-position: 0;
    display: table-cell;
    width: 75px;
}*/

.icondataviewempty {
    text-align: center;
    padding-top: 10px;
}

.x-form-file-btn .-wrap .-button .-inner {
    display: none;
}

.upload-icon {
    background: url('../img/form/add(24x24).png') no-repeat 0 0 !important;
    width: 24px;
    height: 24px;
    display: block;
}

.x-tool-img.x-tool-locate {
    background: url('../img/control/locate.png') no-repeat 0 0;
}

.panel-warning {
    background-color: #FCF8E3;
    color: #C99882;
    border: solid 1px #FBEED5;
    margin-bottom: 5px;
}
.panel-success {
    background-color: #dcfcd8;
    color: #85c98b;
    border: solid 1px #cbfbc0;
    margin-bottom: 5px;
}

/*
 *  Orders
 */
.order {
    border-top: 1px solid;
    border-color: #efefef !important;
    padding: 10px;
}

.order-status {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-left: 5px;
    margin-top: 35%;
}

.order-status.created, .order-status.default, .order-status.deleted {
    background: #e1e1e8;
}

.order-status.declined {
    background: #d9534f;
}

.order-status.processed {
    background: #5bc0de;
}

.order-status.completed {
    background: #5cb85c;
}

.order-description {
}

.order-name {
    font-weight: bold;
}

.order-created {
    color: #999;
    font-size: .85em;
}

.order-collapsed {
    background: url(../img/form/right.png);
}

.order-expanded {
    background: url(../img/form/top.png);
}
/*
 * BBP
 */
.scene-details .id {
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-indent: 5px;
}

.scene-details .product {
    display: inline-block;
    background: rgb(242, 242, 242) url(../img/form/black_label.png) 2px 2px no-repeat;
    background-size: 20px 20px;
    margin: 2px 0 2px 3px;
    padding: 0 5px 0 24px;
    height: 26px;
    border: 1px solid grey;
    border-radius: 5px;
    line-height: 26px;
}

.label-info {
    background-color: #5bc0de;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.order a {
    font-size: .85em;
}

.order-details, .scene-details {
    background: #efefef !important;
    font-size: .85em;
    padding: 10px 0 10px 10px;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
}

.order-details .field {
    margin: 3px;
}
.order-details .field-label {
    font-weight: bold;
}
.order-details .field-value {
    text-indent: 15px;
}
.order-details textarea {
    border: 1px solid #e2e2e2;
    background-color: #efefef;
}
.order-font {

}

.search-service {
    background-color: whitesmoke;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: dimgrey;
}

.search-service-image-geoportal {
    width: 16px;
    height: 16px;
    background: url("../img/logo/cku(16X16).png") 0.5px no-repeat;
    display: table-cell;
}
.search-service-image-rosreestor {
    width: 16px;
    height: 16px;
    background: url("../img/logo/osm.png") 0.5px no-repeat;
    display: table-cell;
}
.search-service-image-osm {
    width: 16px;
    height: 16px;
    background: url("../img/logo/osm.png") 0.5px no-repeat;
    display: table-cell;
}
.search-service-image-google {
    width: 16px;
    height: 16px;
    background: url("../img/logo/cku(16X16).png") 0.5px no-repeat;
    display: table-cell;
}
.search-service-image-yandex {
    width: 16px;
    height: 16px;
    background: url("../img/logo/cku(16X16).png") 0.5px no-repeat;
    display: table-cell;
}

.search-service-label{
    display: table-cell;
    padding-left: 5px;
}
.search-service-arrow{
    display: table-cell;
    background: url("themes/neptune/images/form/trigger.png") 0.5px no-repeat;
    width: 16px;
    height: 16px;
}

div.search-service.x-boundlist-item {
    border: none;
}

div.search-service.x-boundlist-item[data-name="item"]{
    height: 30px;
    padding: 6px 6px 3px 12px;
}
div.x-form-text[data-name="custom"] {
    background-color: whitesmoke;
}

.bbar-search {
    background-color: #d7d7d7;
    border: silver solid 1px;
    padding: 0 10px 0 15px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: dimgray;
}
.bbar-search-label {
    width: 30px;
}
.bbar-search-map-button {
    background-color: #efefef;
    text-align: center;
    border-radius: 50px;
    width: 50px;
    padding: 1px;
    font-size: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.bbar-search-map-button.pressed {
    background-color: #8C9BD2;
    color: white;
}

.bbar-search-layer-button {
    background-color: #efefef;
    text-align: center;
    border-radius: 50px;
    width: 50px;
    padding: 1px;
    font-size: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.bbar-search-layer-button.pressed {
    background-color: #84C184;
    color: white;
}


div.found-item {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: dimgrey;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid lightgrey;
}

div.x-boundlist-list-ct :last-child .found-item {
    border: none;
}
.found-item-discription{
    width: 310px;
    padding-top: 10px;
    float:left;
}
.found-item-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
.found-item-path {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}
.found-item-layer{
    text-align: center;
    float:right;
}
.found-item-layer :first-child{
    border-radius: 50px;
    background-color: #84C184;
    color: white;
    width: 50px;
    font-size: 10px;
    display:inline-block;
    vertical-align: middle;
}
.found-item-dataset {
    text-align: center;
    float:right;
}
.found-item-dataset :first-child {
    border-radius: 50px;
    background-color: #8C9BD2;
    color: white;
    width: 50px;
    font-size: 10px;
    display:inline-block;
    vertical-align: middle;
}
.found-item-additional {
    display:inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}

.x-mask {
    background: rgba(68, 68, 68, 0.7) !important;
}

.custom-mask {
    background: white !important;
    width: 295px;
}

.custom-mask .x-mask-msg-text {
    background: transparent !important;
    padding: 10px !important;
    background-image: none;
}

.import-bg-header {
    background-image: url('../img/fileimport/bg.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
}

.import-container-framing {
    background-color: #F8F8F8;
    border: solid 1px #EAEAEA;
    padding: 10px;
}
.import-file-icon {
    width: 22px;
    height: 29px;
    background-image: url('../img/fileimport/icon-file.png');
    background-repeat: no-repeat;
}
.import-top-tip {
    background-color: #EAEAEA;
    color: #949494;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}
.import-top-tip-icon-status-accept{
    width: 16px;
    height: 16px;
    background-image: url(../img/form/accept.png);
}
.import-top-tip-icon-status-error{
    width: 16px;
    height: 16px;
    background-image: url(../img/form/exclamation.gif);
}
#importlayerwindow a {
    color: #6FA1C5;
}
.import-text-message{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
    font-size: 11px;
}
.import-lower-tip {
    color: #D1CFCF;
    font-size: 11px;
    padding-top: 5px;
    text-align: left;
}
.import-progressbar {
    font-weight: 400;
    font-size: 12px;
}
.import-show-new-layer {
    color: #6FA1C5;
    text-decoration: underline;
    cursor: pointer !important;
    background-color: inherit;
}

/*------------------Account element------------------------------------*/

.account-control {
  top: 1em;
  right: 1em;
}

.account-control img{
  border-radius: 18px;
  cursor: pointer;
  box-shadow: rgba(136, 136, 136, 0.9) 0px 0px 6px;
}

#account-label{
  float: left;
  padding-right: 8px;
  margin-top: 11px;
  cursor: pointer;
  color: #FDFDFD;
  text-shadow: rgba(23, 23, 23, 0.8) 0px 0px 6px;
}

.account-menu, .account-menu .x-panel-body, .account-menu .x-box-inner {
  overflow: visible !important;
}

#account-menu-anchor, #account-menu-anchor-shadow {
  border-color: transparent;
  border-bottom-color: #f5f5f5;
  border-style: dashed dashed solid;
  border-width: 0 9.5px 9.5px;
  top: -9px;
  left: 45%;
  position: absolute;
  z-index: 99999;
}
#account-menu-anchor-shadow{
  border-bottom-color: #e1e1e1;
  border-bottom-width: 10.5px;
  top: -11px;
}

.account-locale {
    left: 0 !important;
}
.account-locale-label{

}
.account-locale-en {
    cursor: pointer!important;
}
.account-locale-ru {
    margin-right: 5px;
    cursor: pointer!important;
}


/*------------------Edit category------------------------------------*/

.category-new {
    background-image: url("../img/form/folder_add.png");
}

.category-delete {
    background-image: url("../img/form/folder_delete.png");
}

.category-edit {
    background-image: url("../img/form/folder_edit.png");
}

.window-msg-delete-category .x-message-box-warning{
    top: 45px !important;
}

.window-msg-delete-category .x-container {
    top: 7px !important;
}

/*------------------Drag Drop------------------------------------*/

.ddindicator {
    height: 1px;
    border-width: 1px 0px 0px;
    border-style: solid;
    border-color: blue;
}


/*------------------Window selecting layers list-----------------*/

.label-toolbar {
    margin: 5px;
    font-size:13px;
    color:dimgray;
}

.clear-button-selecting-layers {
    width: 20px;
    height: 19px;
    background-image: url(../img/close.gif);
    background-position: 5px 0;
    background-repeat: no-repeat;
    -moz-user-focus: ignore;  /*https://developer.mozilla.org/en/CSS/-moz-user-focus */
    cursor: pointer;
    position: absolute;
    overflow:  hidden;
    background-color: white;
}

.select-category-button {
    color: #6FA1C5;
    text-decoration: underline;
    cursor: pointer !important;
    background-color: inherit;
}

.sw-load-message {
    position: absolute !important;
    top: 20%;
    left: 90px;
    z-index: 1000000;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    background-color: #D4D4D4;
}

.sw-over-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.selecting-grid .x-grid-empty{
    text-align: center;
    padding-top: 120px;
}

.selecting-btn-gray {
    display: inline-block;
    zoom: 1;
    outline: 0;
    cursor: pointer !important;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    border-color: #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 3px 3px 3px;
    border-width: 1px;
    border-style: solid;
    background-image: none;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(50%, #f5f5f5), color-stop(51%, #e8e8e8), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f5f5f5 50%, #e8e8e8 51%, #f5f5f5);
    background-image: -moz-linear-gradient(top, #f6f6f6, #f5f5f5 50%, #e8e8e8 51%, #f5f5f5);
    background-image: -o-linear-gradient(top, #f6f6f6, #f5f5f5 50%, #e8e8e8 51%, #f5f5f5);
    background-image: linear-gradient(top, #f6f6f6, #f5f5f5 50%, #e8e8e8 51%, #f5f5f5);
}

.selecting-btn-gray-pressed {
    border-color: #bfbfbf;
    background-image: none;
    background-color: #9f9f9f;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7d7d7), color-stop(50%, #d6d6d6), color-stop(51%, #bfbfbf), color-stop(100%, #d6d6d6));
    background-image: -webkit-linear-gradient(top, #d7d7d7, #d6d6d6 50%, #bfbfbf 51%, #d6d6d6);
    background-image: -moz-linear-gradient(top, #d7d7d7, #d6d6d6 50%, #bfbfbf 51%, #d6d6d6);
    background-image: -o-linear-gradient(top, #d7d7d7, #d6d6d6 50%, #bfbfbf 51%, #d6d6d6);
    background-image: linear-gradient(top, #d7d7d7, #d6d6d6 50%, #bfbfbf 51%, #d6d6d6);
}
.selecting-btn-gray-wrap{
    position: relative;
    display: block;
}

.selecting-btn-gray-button {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    zoom: 1;
}

.selecting-btn-gray-inner {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    font-weight: bold;
    font-family: helvetica, arial, verdana, sans-serif;
    color: #666666;
    padding: 0 5px;
}
.selecting-btn-gray-inner-center {
    text-align: center;
}