
html,
body,
#beacons-map {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body, body.ui-mobile-viewport {
    overflow: hidden;
}
/*  All before should be removed due to conflict with main application css    */

img[src="//:0"],
img[src=""] {
   display: none;
}
#beacons-map,
#beacons-map * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#beacons-map .panel .ui-field-contain *{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#beacons-map {
  padding: 44px 0 0 0;
  min-height: 100%;
  height: 100%;
}
/*  start google maps  */
#the-map {
  height: 100%;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#target {
  width: 345px;
}
/*  end google maps  */


#container {
  position: relative;
  height: inherit;
  width: 200%;
  left: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;  
}
#beacons-map__the-map,
#beacons-map__the-beacons {
  display: inline-block;
  width: 50%;
  height: 100%;
  border-top: 1px solid #aaa;
  margin: 0;
}
#beacons-map__the-map {
  float: left;
}
#beacons-map__the-beacons {
  float: right;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
}
#cards-region {
  overflow: auto;
  height: 100%;
}
.clipboard_view {
  background-color: rgba(200,200,255,0.87);
  position: absolute;
  border-radius: 0.3125em;
  top: 0.25em;
  left: 0.25em;
  width: 100%;
  padding: 0 6px;
  border: 1px solid #666;
  box-shadow: 0 0 6px 3px #888;
  font-weight: bold;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
  text-align: center;
  line-height: 2em;
  display: none;
  z-index: 5;
}
.clipboard_view.expanded {
  height: calc(100% - 8px);
}
.clipboard_view.linking {
  height: calc(100% - 8px);
  overflow-y: auto;
}
.clipboard_view.expanded .navbar,
.clipboard_view.expanded #chat_region,
.clipboard_view.linking .navbar,
.clipboard_view.linking #chat_region {
  display: none;
}
.expanded .clipboard_collection,
.linking .clipboard_collection {
  border: 1px solid #666;
  background-color: rgb(200,200,255);
  box-shadow: 0 0 6px 1px #fff inset, 0 0 6px 3px #888;
  margin-top: 0.5em;
  height: calc(100% - 80px);
  overflow: auto;
  text-align: left;
  position: relative;
}
#beacons-map__the-map {
  background-color: #eee;
  position: relative;
}
.map_view {
  height: 100%;
  overflow: hidden;
}
.collection_view__wrapper {
  min-height: 100%;
  padding: 2.75em 0.25em 0.25em;
}
.selected_view__wrapper {
  min-height: 100%;
  padding: 4.75em 0.25em 0.25em;
}
.mapToCardsSwitcher {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 0, 0.5);
}
.mapToCardsSwitcher .mapToCardsSwitcher__btn {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.mapToCardsSwitcher__btn.btn-2-right {
  background-image: url(/static/css/images/arrow-2-right.svg);
  right: 50%;
}
.mapToCardsSwitcher__btn.btn-2-left {
  background-image: url(/static/css/images/arrow-2-left.svg);
  left: 50%;
}
/*#footer {
  bottom: 0;
  padding-bottom: 0;
}*/
/*.footer_buttons.ui-btn {
  background-color: #ffff77;
}*/
.buttons-wrapper {
  position: absolute;
}

.ui-input-search.searsh-buttons-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 6px 0 32px;
  margin-right: 0.5em;
}
.ui-input-search.searsh-buttons-wrapper:after {
  width: 22px;
  height: 22px;
  margin-top: -10px;
  opacity: 1;
}
.ui-input-search.searsh-buttons-wrapper .searsh-buttons {
  position: relative;
  margin: 3px -3px;
  width: 2em;
  height: 2em;
  padding: 5px 0 0 0;
}
#map_search_container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wrapper_map_search.ui-input-search {
  position: relative;
  top: -100%;
  height: 38px;
  margin-left: 0.4em;
  margin-right: 0.4em;
  padding-right: 4em;
}
.wrapper_map_search.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear {
  right: 30px;
}
.wrapper_map_search.ui-input-search.ui-input-has-clear .ui-btn.ui-input-close {
  position: absolute;
  top: -4px;
  right: 4px;
}
.ui-page-theme-a .buttons-wrapper .ui-btn {
  margin: 0.24em 0.625em;
  /*margin-bottom: 0;*/
  background-color: rgba(122,122,122,0.3);
  border: none;
  width: 36px;
  height: 36px;
}
.searsh-buttons.google-search:after {
    z-index: 0;
}

   /* icon size overwrite start */
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	width: 100%;
	height: 100%;
  z-index: 2;
  pointer-events: none;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
	margin-top: -50%;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
	margin-left: -50%;
}
.ui-popup > .ui-btn-left,
.ui-popup > .ui-btn-right {
	top: -13px;
}
.ui-popup > .ui-btn-left {
	left: -13px;
}
.ui-popup > .ui-btn-right {
	right: -13px;
}
   /* icon size overwrite end */

.upper-right {
  top: 50px;
  right: 0;
}
.lower-left {
  bottom: 30px;
  left: 0;
}
#beacons-map__the-map .ui-btn-icon-left:after,
#beacons-map__the-map .ui-btn-icon-right:after,
#beacons-map__the-map .ui-btn-icon-top:after,
#beacons-map__the-map .ui-btn-icon-bottom:after,
#beacons-map__the-map .ui-btn-icon-notext:after {
  background-color: #f9f9f9;
}
#beacons-map__the-map i.ui-icon-close.ui-btn-icon-notext:after {
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.wrapper_map_search.ui-input-search:after,
.wrapper_programm_search.ui-input-search:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
#favorite__list .ui-header,
#create_beacon .ui-header {
    margin-left: 0;
   -webkit-transform: translate3d(0,0,0);
   -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);     
}
#favorite__list .listview {
    min-width: 210px;
    overflow-y: auto;
    max-height: 60vh;
    margin-top: 43px;
}
.beacon-header {
    margin-left: 3em;
}
.beacon-header * {
    margin: 0.2em 0;
}
.beacon-header h6 {
    font-size: 0.75em;
    line-height: 1em;
    margin-left: 0;
    font-weight: normal;
}
.beacon-header h6 span {
    font-weight: bold;
    font-size: 1.35em;
}
.beacon-header p {
    display: inline-block;
    line-height: 1.2em;
}
.content-with-icon {
    position: relative;
}
.content-with-icon > * {
    font-size: 0.65em;
    vertical-align: middle;
}
.icon.ui-btn-icon-notext.ui-btn-inline {
    position: relative;
    width: 1em;
    height: 1em;
    top: 0;
    left: 0;
    margin: 0.1em;
    border-radius: 0.5em;
    background-color: transparent;
}
.icon.ui-btn-icon-notext.ui-btn-inline:after {
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0.5em;
    background-color: transparent;
}
.my-responsive .ui-content.ui-block-a,
.my-responsive .ui-content.ui-block-b {
  padding: 0.25em;
  overflow: hidden;
}
.collection_view__wrapper.my-responsive .ui-block-a,
.collection_view__wrapper.my-responsive .ui-block-a {
  text-align: left;
}
.my-responsive .empty_beacon_list {
  padding: 2em;
  text-align: center; 
}
.beacon-content {
    background-color: #f9f9f9;
    padding: 0.5em;
}
.beacon-content h3 {
    margin: 0;
    background-color: #f9d0d0;
    padding: 0.25em;
}
.beacon-content p {
    margin: 0;
}
.beacon-content .photo {
    float: left;
    max-width: 40%;
    max-height: 10em;
    margin: 0 1em 0.5em 0;
    clear: left;
}
#right-panel,
#right-panel .ui-panel-inner .ui-tabs {
  height: 100%;
}
#right-panel .ui-panel-inner {
  padding: 0.5em;
  height: 100%;
}
#right-panel .filter_title {
  text-align: center;
}
#right-panel .listview li {
  font-size: 16pt;
  text-overflow: clip;
  letter-spacing: -0.03em;
}
.beacon .header img.ui-btn-left:after {
  content: none;
}
.beacon .navbar {
  background-color: #f9f9f9;
}
.my-responsive .beacon .navbar {
  border-radius: 0 0 .3125em .3125em;
}
.beacon .navbar button,
#right-panel .navbar a {
    height: 40px;
    width: 100%;
}
#beacons-map__the-beacons .beacon .navbar li {
  position: relative;
}
#beacons-map__the-beacons .beacon .navbar li:first-child button,
#beacons-map__the-beacons .beacon .navbar li:first-child button:after {
  border-left-width: 0;
  border-bottom-left-radius: .3125em;
}
#beacons-map__the-beacons .beacon .navbar li:last-child button,
#beacons-map__the-beacons .beacon .navbar li:last-child button:after {
  border-right-width: 0;
  border-bottom-right-radius: .3125em;
}
.beacon .navbar .break_link {
  position: absolute;
  top: -99%;
  width: 101.2%;
  width: calc(100% + 1px);
  border-right-width: 1px;
}
#right-panel .navbar a:after,
.beacon .navbar button:after {
    margin-top: -6px;
}
.chat > .input-message {
    margin: 0;
    padding: 0.25em;
    background-color: #f9f9f9;
}
.chat .input-message .ui-input-text {
    float: left;
    width: 85%;
}
.chat > .input-message button.input-message__send {
  position: relative;
  width: 13%;
  height: 2em;
  margin: 0 0 0 2%;
  border-radius: 0.25em;
  background-color: #e9e9e9;
}
.chat > .input-message button.input-message__send:after {
  margin-left: 0;
  margin-top: 0;
  left: 0;
  top: 0;
}
.my-responsive .sent-message__wrapper {
  max-height: 5em;
  overflow-y: auto;
}
.sent-message {
    font-size: 0.8em;
    background-color: #e9e9e9;
    border-bottom: 1px solid #bbb;
}
.sent-message img {
    float: left;
    width: 10%;
    max-width: 50px;
    margin: 0 1em 0.5em 0;
    clear: left;
}
.sent-message p {
    padding: 0.1em;
    margin: 0;
}
.sent-message .nickname {
    font-weight: bold;
    font-size: 1.2em;
}
.sent-message .date {
    position: relative;
    font-weight: bold;
    font-size: 0.8em;
}
.sent-message .date .abuse-spam {
    top: -1em;
    right: 0;
    margin: 0;
}
#beacon-status .listview,
#create_beacon .listview {
    min-width: 210px;
    overflow-y: auto;
}
#beacon-status .ui-title {
    margin: 0 2em;
}
#beacon-status .ui-btn-icon-left:after {
    left: .3em;
}

.status_item__paragraf_wrapper {
  position: relative;
}
.status_item__paragraf_wrapper .status_item__paragraf {
  padding-left: 2.2em;
  font-weight: normal;
  white-space: normal;
}
.status_item__paragraf:after {
  left: -6px;
}
.status_item__paragraf:after {
  background-color: #fff;
}
.status_list__wrapper .status_item.green {
  background-color: #dfc;
}
.status_item.green .status_item__paragraf:after {
  background-color: #0f0;
}
.status_list__wrapper .status_item.red {
  background-color: #fdd;
}
.status_item.red .status_item__paragraf:after {
  background-color: #f33;
}
.status_item .child_btns {
  border-top: 1px solid #fff;
}
.status_item.green .child_btns {
  border-top: 1px solid #dfc;
}
.status_item.red .child_btns {
  border-top: 1px solid #fdd;
}
.status_item .ui-btn {
  width: 95%;
  white-space: normal;
}
.status_list__wrapper {
  overflow-y: auto;
}



#create_beacon .ui-header {
  width: initial;
}
#create_beacon i {
  position: relative;
}
#create_beacon__geo .settings,
#create_beacon__geo .info {
  display: none;
}
#create_beacon__geo .info {
  text-align: center;
  margin: 0.5em;
}
#create_beacon__geo .ui-title,
#proect_propos_popup .ui-title {
  margin: 0 15%;
}
#btn__create_beacon__geo,
#btn__create_beacon__no_geo {
  white-space: normal;
}
#create_beacon__geo .listview,
#create_beacon__no_geo .listview {
  min-width: 210px;
  overflow-y: auto;
}
.ui-listview > li > a.ui-btn {
  text-overflow: clip;
}
img.photo {
  cursor: pointer;
}
.photopopup .ui-icon-info_outline {
  right: 1em;
  bottom: 1em;
  top: auto;
}
.panel .ui-field-contain {
  display: inline-block;
  padding: 0.3em;
  margin: 0;
}
.panel .ui-flipswitch {
    font-size: 10px;
}
.panel .ui-listview > .ui-li-static {
    padding: 0.075em;
}
#right-panel #user_rating .ui-listview > li.ui-first-child{
  padding-bottom: 1em;
  padding-left: 2em;
}
.panel .ui-listview > .ui-li-static label {
  display: inline-block;
  cursor: pointer;
  line-height: 2.5em;
  width: 80%;
  margin: 0;
}
.panel .listview li:nth-child(even),
#time_range .ui-radio:nth-child(even) label {
  background-color: #f9f9f9;
  background-clip: padding-box;
  font-weight: normal;
}
#time_range .ui-radio:nth-child(odd) label {
  background-color: #fff;
  background-clip: padding-box;
  font-weight: normal;
}
.panel .scrollable_content {
  overflow-y: auto;
  padding-right: 3px;
  padding-left: 3px;
  height: calc(100% - 30px)
}
.panel .date_picker {
    /*display: none;*/
  padding: 0.5em;
  margin: 0 1em 1em 1em;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}
.date_picker .ui-field-contain {
  width: 100%;
}
.date_picker .ui-field-contain > label {
  width: 15%;
  float: left;
  margin: 6px 0;
}
.date_picker .ui-field-contain > label ~ [class*="ui-"] {
  float: right;
  width: 80%;
}
.date_picker .ui-field-contain input {
  min-height: 1.5em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.org__view {
  position: rel
}
.org_item_view, .org_layer_view {
  position: relative;
}
.org_item_view .org__chk {
  position: absolute;
  top: -6px;
  right: -3px;
  width: 38px;
  height: 38px;
}
.org_item_view .org__chk label {
  width: 100%;
  height: 100%;
  padding-left: 0;
  border: none;
  background-color: transparent;
}
.org_item_view .org__chk label:after {
  left: 5px;
  top: 17px;
  width: 21px;
  height: 21px;
}
.org_item_view .org_title a {
  padding-right: 26px;
}
.layers_container {
  padding: 0 0.25em;
}
.org_layer__chk {
  margin: 0;
}
.layers_container .org_layer__chk .ui-btn {
  background-color: #fefefe;
  margin-top: -1px;
}
.org_item_view .org__pin,
.org_item_view .org_item__pin {
  position: absolute;
  top: 0px;
  left: -2px;
  z-index: 1000;
  margin: 0;
  width: 44px;
  height: 44px
}
.org_item_view .org__pin:after,
.org_item_view .org_item__pin:after {
  position: relative;
  top: 50%;
  left: 50%;
  background-color: transparent;
}
.selected_layers .org_title .ui-btn,
.selected_layers .org_layer__chk .ui-btn {
  padding-left: 2em;
}
.org__view .search .ui-input-search {
  background-color: #efe;
  border-color: #0f0;
  border-width: 1px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.org__view .search .ui-input-search:after {
  background-size: contain;
}
.org__pin, .org_item__pin {
  cursor: pointer;
}


.ui-controlgroup-vertical .checkbox-wrapper {
    border: 1px solid #ddd;
    border-bottom: none;
}
.ui-controlgroup-vertical .checkbox-wrapper:first-child {
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}
.ui-controlgroup-vertical .checkbox-wrapper:last-child {
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom: 1px solid #ddd;
}
.ui-controlgroup-vertical .checkbox-wrapper label {
    border: none;
    background-color: transparent !important;
}




/* Custom indentations are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
    text-indent: -5.9em;
    width: 0.9em;
    height: 0.9em;
    margin: 0.08em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
    text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
   the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch {
    width: 4em;
    border-radius: 1em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
    padding-left: 2.1em;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}



.create_object.ui-content,
.create_object .ui-content {
  background-color: #eee;
  background-clip: content-box;
  padding: 0.25em 0.4em 
}
.create_object.ui-content .header {
  position: relative;
}
.linking_parent__region .ui-content {
  margin: 5px auto 0;
  float: none;
  text-align: left;
}
.linking_parent__region .ui-content .navbar,
.linking_parent__region .ui-content .expanding_view {
  display: none;
}
.create_object h6 {
  margin: 0.2em 0 0 0;
  font-size: 1em;
  text-align: center;
}
.create_object .header a {
  right: 0.4em;
  top: 0em;
}
.create_object .ui-input-search:after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.public_private_switch {
  padding-bottom: 0;
}
.create_object .input,
.wrapper__private .public_private_switch__flipswitch {
  display: block;
  margin: 0 auto;
}
.public_private_switch__flipswitch .ui-flipswitch-off {
  color: #3388cc;
}

#registration_dialog .ui-input-text {
  position: relative;
}
#registration_dialog .tip {
  display: none;
  position: absolute;
  height: 100%;
  bottom: 63%;
  background-color: #bdf;
  text-shadow: none;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  border-radius: 0.5em;
}
#registration_dialog .ui-focus .tip {
  display: block;
}
.header .marker_img {
  float: left;
  width: 30px;
  clear: left;
  position: relative;
  top: -0.7em;
}
.header .geocode_result,
.header .lat_lng {
  margin: 0 0 0.5em 45px;
}
.header h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.6em;
  text-align: center;
}
.header h4.follower {
  margin-top: -22px;
}

.ui-filter-inset {
  margin-top: 0; /* jQM remote autocomplete format  */
}
/* Custom indentations are needed because the length of custom labels differs from
   the length of the standard labels */
.public_private_switch__flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
  text-indent: -5.9em;
}
.public_private_switch__flipswitch.ui-flipswitch .ui-flipswitch-off {
  text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
   the length of the standard labels */
.public_private_switch__flipswitch.ui-flipswitch {
  width: 9.05em;
  height: 2em;
}
.public_private_switch__flipswitch.ui-flipswitch.ui-flipswitch-active {
  padding-left: 7em;
}

/* Custom indentations are needed because the length of custom labels differs from
   the length of the standard labels */
.voting_btns .voting-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
  text-indent: -5.9em;
  font-size: 1em;
}
.voting_btns .voting-flipswitch.ui-flipswitch .ui-flipswitch-off {
  text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
   the length of the standard labels */
.voting_btns .voting-flipswitch.ui-flipswitch {
  width: 9em;
  height: 2em;
  font-size: 0.8125em;
}
.voting_btns .voting-flipswitch.ui-flipswitch.ui-flipswitch-active {
  padding-left: 7em;
  width: 1.875em;
}
.voting_btns .ui-flipswitch.ui-flipswitch-active .ui-btn {
  background-color: #ededed;
}
.voting_btns .ui-flipswitch .ui-btn {
  background-color: #3388cc;
}
.voting_btns .ui-navbar label {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 0;
}

.preview_wrapper {
  position: relative;
  max-width: 80%;
  margin-top: 1.5em;
}
#take_photo__choose_file,
.submit,
#photo__choose_file,
#voting_support__btn {
  position: relative;
  width: 66%;
  margin: 0.5em auto;
}
.submit .submit_btn,
#voting_support__btn {
  background-color: #9f9;
}
.submit .submit_btn:hover,
#voting_support__btn:hover {
  background-color: #1f1;
}
.submit .progressbar,
.submit .mask,
.submit .progressval {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  background-color: #ededed;
  border-radius: .3125em;
  border: 1px solid #ddd;
}
.submit .progressbar {
  width: 0;
  background-color: #1f1;
}
.submit .progressval {
  background-color: transparent;
  text-align: center;
}
.submit .progress_bar__wrapper {
  display: none;
}
#preview,
#photo__preview {
  position: relative;
  max-width: 100%;
  float: left;
}
#preview img,
#photo__preview img {
  max-width: 100%;
  height: auto;
}
.hiddenfile {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#take_photo__input__remove,
#photo__remove {
  position: absolute;
  bottom: 0;
  left: 100%;
  border-radius: 0.5em;
  display: none;
}
#take_photo__input__remove:after,
#photo__remove:after {
  border-radius: 0.5em;
}
.select_category > p,
.select_group > p,
.add_tag > p,
.phone_number > p {
  font-size: 0.7em;
  margin-bottom: 1px;
  margin-top: 1px;
}
#tag_store,
#tag_storage {
  font-size: 1em;
  line-height: 1.5em;
}
#tag_store div,
#tag_storage div {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  padding-left: 0.3em;
  background-color: #fff777;
  border-radius: 0.35em;
  border: 1px solid #aaa;
  margin: 0 0.3em 0.2em;
}
#tag_store div:hover,
#tag_storage div:hover {
  cursor: pointer;
}
#tag_store div:after,
#tag_storage div:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
}
#add_tag__autocomplete .ui-li-static,
#select_category__autocomplete .ui-li-static,
#select_group__autocomplete .ui-li-static {
  cursor: pointer;
}
#add_tag__autocomplete,
#select_category__autocomplete,
#select_group__autocomplete {
  margin-top: -0.3em;
  margin-left: 0.5em;
  margin-right: 2.2em;
}


/*  Object create section start  */
#beacons-map__the-beacons .css__create_form {
  background-color: #f9f9f9;
  margin: 0.5em;
  border-radius: 0.5em;
}
#beacons-map__the-beacons .css__create_form .header,
.change_gov_menu .header {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
#beacons-map__the-beacons .css__create_form .main {
  padding-bottom: 100px;
  position: relative;
}
#beacons-map__the-beacons .css__create_form h6 {
  margin: 0;
}
#beacons-map__the-beacons .css__create_form .ui-input-search:after {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
#lat_lng {
  margin-bottom: 1em;
  min-height: 1em;
  overflow: auto;
  height: auto !important;
}
#lat_lng .lat_lng {
  margin: 0;
}
#lat_lng .marker_img {
  float: left;
  clear: left;
  max-height: 2.2em;
  margin-right: 0.5em;
}
#money .ui-controlgroup-controls {
  position: relative;
}
#money .ui-input-text {
  margin-right: 5em;
}
#money .ui-select {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.7em;
  width: 6em;
}
#select_group {
  display: none;
}
#programID, #add_tag, #nco__wrapper, #layer_type__view {
  margin-top: 1.5em;
}
#programID p,
#add_tag p,
#nco__wrapper p,
#layer_type__view p,
#select_group p {
  margin: 0;
}
#add_tag__ul,
#nco__ul {
  margin-top: -0.8em;
  margin-left: 0.7em;
  margin-right: 2.2em;
}
#add_tag__ul > li,
#nco__ul > li {
  cursor: pointer;
  white-space: normal;
}
.submit {
  position: absolute;
  bottom: 20px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
#submit_btn {
  background-color: #9f9;
}


/*  Object create section end  */


/*   Left panel section   */
#left-panel {
  background: #fff; }
  #left-panel .ui-panel-inner {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
 }
  #left-panel .panel-head {
    overflow: hidden;
    display: table-row;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/images/panel-bg.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  #left-panel .user-info {
    padding: 1em;
    min-height: 6em;
    width: 17em; }
  #left-panel .avatar {
    position: absolute;
    width: 68px;
    height: 68px;
    left: 6px;
    overflow: hidden;
    background: url(/images/avatar-bg.png) 0 0 no-repeat;
    -moz-background-size: 68px 68px;
    -o-background-size: 68px 68px;
    -webkit-background-size: 68px 68px;
    background-size: 68px 68px;
    -moz-border-radius: 34px 34px;
    -webkit-border-radius: 34px;
    border-radius: 34px 34px; }
    #left-panel .avatar img {
      display: block;
      max-width: 100%; }
  #left-panel .username, #left-panel .email {
    display: block;
    margin: 0.5em 0 0.5em 3em;
    min-width: 68px;
    color: #ffffff;
    padding-left: 0.75em; }
  #left-panel .email {
    display: none; }
  #left-panel .menu {
    margin: 0;
    padding: 1em 0;
    list-style: none; }
    #left-panel .menu li a {
      position: relative;
      display: block;
      color: #4d4d4d;
      text-decoration: none;
      padding: 0.75em 1em 0.75em 4.75em; }
      #left-panel .menu li a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 1em;
        width: 24px;
        height: 24px;
        margin-top: -13px;
        background-position: 50% 50%;
        background-repeat: no-repeat; 
        -moz-background-size: 20px 20px;
        -o-background-size: 20px 20px;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
      }
      #left-panel .menu li a.menu-icon-news:after {
        background-image: url(/images/menu-icon-news.png);
      }
      #left-panel .menu li a.menu-neighborhoods:after {
        background-image: url(/images/trust-icon-community.png);
      }
      #left-panel .menu li a.menu-icon-votings:after {
        background-image: url(/images/menu-icon-votings.png);
      }
      #left-panel .menu li a.menu-icon-activities:after {
        background-image: url(/images/menu-icon-vote.png);
      }
      #left-panel .menu li a.menu-icon-tasks:after {
        background-image: url(/images/menu-icon-tasks.png);
      }
      #left-panel .menu li a.menu-icon-trust:after {
        background-image: url(/images/menu-icon-trust.png);
      }
      #left-panel .menu li a.menu-icon-funds:after {
        background-image: url(/images/menu-icon-funds.png);
      }
      #left-panel .menu li a.menu-icon-projects:after {
        background-image: url(/images/menu-icon-projects.png);
      }
      #left-panel .menu li a.menu-icon-programs:after {
        background-image: url(/images/menu-icon-programs.png);
      }
      #left-panel .menu li a.menu-icon-requests:after {
        background-image: url(/images/menu-icon-requests.png);
      }
      #left-panel .menu li a.menu-icon-profile:after {
        background-image: url(/images/menu-icon-profile.png);
      }
      #left-panel .menu li a.menu-icon-help:after {
        background-image: url(/images/menu-icon-help.png);
      }
      #left-panel .menu li a.menu-icon-login:after {
        background-image: url(/images/menu-icon-login.png);
      }
      #left-panel .menu li a.menu-icon-logout:after {
        background-image: url(/images/menu-icon-logout.png);
      }
    #left-panel .menu li.sep {
      margin-bottom: 0.5em;
      border-bottom: 2px solid #ebebeb; }
    #left-panel .menu li.logout {
      display: none; }
    #left-panel .menu li.active a, #left-panel .menu li a:hover {
      background: #d1d1d1; }
  #left-panel.auth-panel .panel-head {
    background-image: url(/images/panel-bg-2.jpg); }
  #left-panel.auth-panel .email {
    display: block; }
  #left-panel.auth-panel .menu li.login {
    display: none; }
  #left-panel.auth-panel .menu li.logout {
    display: list-item; }
/*   Left panel section   */

.profile.ui-popup {
  min-width: 300px;
  margin: 2px;
}
.profile .avatar {
  float: left;
  max-width: 100px;
  max-height: 75px;
  margin-top: 1em;
}
.profile .names {
  overflow: hidden;
}
.profile .ui-input-text {
  overflow: hidden;
}
.profile .name_title {
  float: left;
  line-height: 1.6em;
  padding-right: 0.25em;
}
.profile .name {
  margin: 2px;
  max-width: 200px;
}
.profile .input_name {
  min-height: 1.5em;
  height: 1.5em;
  text-align: right;
}
.profile .names_inline {
  margin-right: 0.5em;
}
strong.nick_login_gender__inline {
  margin-left: 1.2em;
}


#registration_dialog {
  max-height: 92%;
}
#registration_dialog form {
  max-height: inherit;
  overflow-y: auto;
}
#registration_dialog .submit__wrapper {
  background-color: #9f9;
  width: 67%;
  margin: 0 auto 1em;
}
hr {
  clear: both;
}
#login_dialog .ui-block-a,
#login_dialog .ui-block-b,
#registration_dialog .ui-block-a,
#registration_dialog .ui-block-b {
  width: 100%; 
  float: none;
}


@media (min-width: 28em) {
  /*Repeated from rule .ui-flipswitch above*/
  .ui-field-contain > label + .custom-size-flipswitch.ui-flipswitch {
    width: 4em;
  }
  .ui-field-contain > label + .public_private_switch__flipswitch.ui-flipswitch {
    width: 1.875em;
  }
  #login_dialog .ui-block-a,
	#login_dialog .ui-block-b,
  #registration_dialog .ui-block-a,
	#registration_dialog .ui-block-b {
		width: 50%; 
		float: left;
	}
	#login_dialog .ui-block-a,
  #registration_dialog .ui-block-a {
    padding-right: 0.5em;
  }
	#login_dialog .ui-block-b,
  #registration_dialog .ui-block-b {
    padding-left: 0.5em;
  }
  .ui-field-contain > label ~ [class*="ui-"],
  .ui-field-contain .ui-controlgroup-controls {
    width: 58%;
  }
  .ui-field-contain > label,
  .ui-field-contain .ui-controlgroup-label,
  .ui-field-contain > .ui-rangeslider > label {
    width: 40%;
  }
    /*Repeated from rule .ui-flipswitch above*/
  .voting_btns .ui-field-contain > label + .voting-flipswitch.ui-flipswitch {
    width: 9em;
  }
}
@media (max-width: 35em) {
	.my-responsive > .ui-block-a,
	.my-responsive > .ui-block-b {
		width: 100%; 
		float: none;
    padding: 0.5em; 
	}
}
@media (min-width: 55em) and (max-width: 75em) {
	.my-responsive > .ui-block-a,
	.my-responsive > .ui-block-b {
		width: 100%; 
		float: none; 
    padding: 0.5em; 
	}
}
@media ( min-width: 55em ) {
  #container {
    position: static;
    width: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;  
  }
  .mapToCardsSwitcher {
    display: none;
  }
}
@media ( max-height: 9em ) {
  #header {
    height: 0;
  }
  #header * {
    display: none
  }
}

/*  Custom icons  */
.ui-icon-sos_map:after {
  background-image: url("https://gurtom.mobi/images/911.png");
  background-size: contain;
}
.ui-icon-important_map:after {
  background-image: url("https://gurtom.mobi/images/777.png");
  background-size: contain;
}
.ui-icon-good_map:after {
  background-image: url("https://gurtom.mobi/images/69.png");
  background-size: contain;
}
.ui-icon-bad_map:after {
  background-image: url("https://gurtom.mobi/images/96.png");
  background-size: contain;
}
.ui-icon-voting_map:after {
  background-image: url("https://gurtom.mobi/images/1.png");
  background-size: contain;
}
.ui-icon-programm_map:after {
  background-image: url("https://gurtom.mobi/images/2.png");
  background-size: contain;
}
.ui-icon-proj_prop_map:after {
  background-image: url("https://gurtom.mobi/images/3.png");
  background-size: contain;
}
.ui-icon-proj_map:after {
  background-image: url("https://gurtom.mobi/images/4.png");
  background-size: contain;
}
.ui-icon-request_map:after {
  background-image: url("https://gurtom.mobi/images/5.png");
  background-size: contain;
}
.ui-icon-enterprise_map:after {
  background-image: url("https://gurtom.mobi/images/1000.png");
  background-size: contain;
}
.ui-icon-p_budget:after {
  background-image: url("https://gurtom.mobi/images/330.png");
  background-size: contain;
}
.ui-icon-twitter_box:after {
  background-image: url("https://gurtom.mobi/images/svg/twitter-box.svg");
  background-size: contain;
}
.ui-nosvg .ui-icon-twitter_box:after {
  background-image: url("https://gurtom.mobi/images/twitter-box.png");
  background-size: contain;
}
.ui-icon-break_link:after {
  background-image: url("/static/img/break_link.svg");
  background-size: contain;
}
.ui-icon-linked:after {
  background-image: url("/static/img/linked.svg");
  background-size: contain;
  background-color: transparent;
}
.ui-icon-unlinked:after {
  background-image: url("/static/img/unlinked.svg");
  background-size: contain;
}
.ui-icon-add_link:after {
  background-image: url("/static/img/add_link.svg");
  background-size: contain;
  background-color: transparent;
}


/*   Login dialog   */
#login_dialog {
  height: 100%;
  overflow-y: auto;
}
#login_dialog .ui-dialog-contain {
  margin-top: 7%;
  max-width: 600px;
}
#login_dialog .ui-title {
  margin: 0 2.2em;
}
#login_dialog .ui-block-a .ui-btn {
  margin-left: 0;
  margin-right: 0;
}
#login_dialog .org.ui-btn {
  width: 270px;
  margin: 0 auto;
}
#login_dialog .submit,
#restore_pass_dialog .submit,
#reset_pass_dialog .submit,
#registration_dialog .submit {
  font-size: 1.5em;
  background-color: #0f0;
  left: 50%;
  top: -12px;
}
#restore_pass_dialog .submit {
  margin: 0;
  top: 0;
}
.custom-border-radius .ui-btn-icon-notext.ui-corner-all {
  display: inline-block;
  -webkit-border-radius: .3125em;
  border-radius: .3125em;
  border-color: transparent;
  width: 2.5em;
  height: 2.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0;
}
.custom-border-radius .ui-btn-icon-notext.ui-corner-all:after {
  width: 2.2em;
  height: 2.2em;
  margin-left: -1.1em;
  margin-top: -1.1em;
  border-radius: 0;
  background-size: contain;
}
.custom-border-radius .ui-btn-icon-notext.ui-corner-all.gp:after,
.custom-border-radius .ui-btn-icon-notext.ui-corner-all.tw:after {
  width: 2.6em;
  height: 2.6em;
  margin-left: -1.3em;
  margin-top: -1.3em;
}
.custom-border-radius {
  text-align: center;
  margin-bottom: 16px;
}
.custom-border-radius h5 {
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: -1px;
}
.ui-icon-add-beacon:after,
.ui-alt-icon.ui-icon-add-beacon:after,
.ui-alt-icon .ui-icon-add-beacon:after {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA0NCI+ICA8cGF0aCBkPSJNMjIgMEM5LjggMCAwIDkuOCAwIDIyczkuOCAyMiAyMiAyMiAyMi05LjggMjItMjJTMzQuMiAwIDIyIDB6bTEyIDIzYzAgLjYtLjQgMS0xIDFoLTguNWMtLjMgMC0uNS4yLS41LjVWMzNjMCAuNi0uNCAxLTEgMWgtMmMtLjYgMC0xLS40LTEtMXYtOC41YzAtLjMtLjItLjUtLjUtLjVIMTFjLS42IDAtMS0uNC0xLTF2LTJjMC0uNi40LTEgMS0xaDguNWMuMyAwIC41LS4yLjUtLjVWMTFjMC0uNi40LTEgMS0xaDJjLjYgMCAxIC40IDEgMXY4LjVjMCAuMy4yLjUuNS41SDMzYy42IDAgMSAuNCAxIDF2MnoiIGZpbGw9IiMwMDg0RkYiLz48L3N2Zz4=');
}
.ui-nosvg .ui-icon-add-beacon:after,
.ui-nosvg .ui-alt-icon.ui-icon-add-beacon:after,
.ui-nosvg .ui-alt-icon .ui-icon-add-beacon:after {
  background-color: #f9f9f9;
  background-image: url("images/custom_add.png");
}
.ui-icon-google_plus:after {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M20%2C2A2%2C2%200%200%2C1%2022%2C4V20A2%2C2%200%200%2C1%2020%2C22H4A2%2C2%200%200%2C1%202%2C20V4C2%2C2.89%202.9%2C2%204%2C2H20M20%2C12H18V10H17V12H15V13H17V15H18V13H20V12M9%2C11.29V13H11.86C11.71%2C13.71%2011%2C15.14%209%2C15.14C7.29%2C15.14%205.93%2C13.71%205.93%2C12C5.93%2C10.29%207.29%2C8.86%209%2C8.86C10%2C8.86%2010.64%2C9.29%2011%2C9.64L12.36%2C8.36C11.5%2C7.5%2010.36%2C7%209%2C7C6.21%2C7%204%2C9.21%204%2C12C4%2C14.79%206.21%2C17%209%2C17C11.86%2C17%2013.79%2C15%2013.79%2C12.14C13.79%2C11.79%2013.79%2C11.57%2013.71%2C11.29H9Z%22%20/%3E%3C/svg%3E');
}
.ui-alt-icon.ui-icon-google_plus:after,
.ui-alt-icon .ui-icon-google_plus:after {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M20%2C2A2%2C2%200%200%2C1%2022%2C4V20A2%2C2%200%200%2C1%2020%2C22H4A2%2C2%200%200%2C1%202%2C20V4C2%2C2.89%202.9%2C2%204%2C2H20M20%2C12H18V10H17V12H15V13H17V15H18V13H20V12M9%2C11.29V13H11.86C11.71%2C13.71%2011%2C15.14%209%2C15.14C7.29%2C15.14%205.93%2C13.71%205.93%2C12C5.93%2C10.29%207.29%2C8.86%209%2C8.86C10%2C8.86%2010.64%2C9.29%2011%2C9.64L12.36%2C8.36C11.5%2C7.5%2010.36%2C7%209%2C7C6.21%2C7%204%2C9.21%204%2C12C4%2C14.79%206.21%2C17%209%2C17C11.86%2C17%2013.79%2C15%2013.79%2C12.14C13.79%2C11.79%2013.79%2C11.57%2013.71%2C11.29H9Z%22%20/%3E%3C/svg%3E');
}
.ui-nosvg .ui-icon-google_plus:after {
	background-image: url("images/png_black/google_plus.png");
}
.ui-nosvg .ui-alt-icon.ui-icon-google_plus:after,
.ui-nosvg .ui-alt-icon .ui-icon-google_plus:after {
	background-image: url("images/png_white/google_plus.png");
}
.warning {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 50000;
  background-color: #fff777;
  padding: 0 1em;
  border-radius: 1em;
  line-height: 3em;
  width: 240px;
  max-width: 85%;
  font-size: 0.8em;
  border: 5px dashed;
}
.warning p {
  margin: 0;
}
.g-recaptcha > div  {
  margin: 0 auto;
}
.ui-header .ui-title {
  margin: 0 3em 0 1em;
  white-space: normal;
}
.expanding_view {
  position: relative;
  min-height: 2em;
  margin: 0.5em 0;
}
.expanding_view .btn_wrapper {
  width: 36px;
  height: 36px;
  border-radius: 0.5em;
  margin: 0;
  /*display: none;*/
}

#beacon_full_view {
  padding: 0.5em;
}
#beacon_full_view .ui-icon-close{
  cursor: pointer;
}
.unused {
  display: none;
}
#create_beacon__geo .menu_item {
  position: relative;
}
#create_beacon__geo .menu_item .ui-btn {
  padding-right: 3em;
}
#create_beacon__geo .menu_item .ui-btn .a_la_icon {
  height: 36px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 4px;
}
.ui-listview > .ui-li-has-thumb > .ui-btn{
  min-height: 0; 
  padding-left: 1em; 
}

.wrapper__usr_countbl .select_option__label,
.wrapper__funds .select_option__label {
  display: none;
}
#options__select-button span:first-child {
  white-space: normal;
}
#options__select-button[href="#"] {
  border-color: red;
}
#amount {
  border: 1px solid red;
}
#amount:valid {
  border: none;
}
#beacons-map__the-beacons .css__create_form .wrapper__sphere fieldset {
  margin: 1em 0;
}
.ui-collapsible a.ui-collapsible-heading-toggle {
    white-space: normal;
}
.composite,
.idc-input,
.quantity {
  margin: 0.1em 0;
}
p.voting {
  margin: 0.5em 0;
}
.voting_btns a.voting_button {
  font-size: 0.95em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  overflow: visible;
}
.voting_button.voting_button__yes.ui-btn {
  border-right-width: 1px;
}

h2.title {
  text-align: center;
  margin-bottom: 0.1em;
}
.subtitles {
  position: relative;
}
.subtitle {
  position: absolute;
  top: 0;
  font-weight: bold;
}
.subtitle.total {
  position: relative;
}
.subtitle.minus {
  right: 53%;
}
.subtitle.plus {
  left: 53%;
}
.subtitle.abst {
  right: 0;
}
p.usr_category {
  text-align: center;
  margin-top: 0.2em;
}
.bars {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.bars p {
  height: 1em; 
}
.votes {
  position: absolute;
  top: 0;
}
.votes .number {
  position: absolute;
  top: 0;
  text-shadow: none;
  color: #000;
}
.votes_total {
  left: 0;
}
.votes_total .number {
  left: 0;
}
.votes_no {
  right: 50%;
  background-color: #faa;
  min-width: 1px;
}
.votes_no .number {
  right: 3px;
}
.votes_yes {
  left: 50%;
  background-color: #8f6;
  min-width: 1px;
}
.votes_yes .number {
  left: 3px;
}
.votes_abstain {
  right: 0;
  background-color: #bbb;
  min-width: 1px;
}
.votes_abstain .number {
  right: 3px;
}
.voting_results .usr_category {
  font-size: 0.8125em;
}
.voting_results__bars .percents {
  margin: 0 auto;
  width: 10em;
  font-size: 0.8125em;
}
.voting_results__bars #percent_checkbox {
  display: none;
}
.voting_results__region .voting_results div:first-child {
  font-weight: bold;
  padding-bottom: 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #888;
}
#change_gov_menu_list {
  margin: 0;
  overflow-y: auto;
}
#change_gov_menu_list .change_gov_menu_item {
  position: relative;
  min-height: 2.7em;
}
#change_gov_menu_list .change_gov_menu_item .ui-input-text {
  margin-right: 16em;
}
#change_gov_menu_list .change_gov_menu_item .change_gov_menu__icon,
#change_gov_menu_list .change_gov_menu_item .change_gov_menu__delete_item {
  position: absolute;
  top: 0;
  right: 0;
}
#change_gov_menu_list .change_gov_menu_item .change_gov_menu__icon {
  right: 2.5em;
  width: 2.4em;
  height: 2.4em;
  line-height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
}
#change_gov_menu_list .change_gov_menu_item .change_gov_menu__icon img {
  display: inline-block;
  position: static;
  width: auto;
  height: 97%;
}
#change_gov_menu_list .change_gov_menu_item .change_gov_menu__delete_item {
  width: 2.4em;
  height: 2.4em;
  border: none;
  top: -1px;
  background-color: transparent;
}
.change_gov_menu__input_wrapper {
  margin: 0.1em;
}
#change_gov_menu_list .ui-select.ui-btn-inline.ui-mini {
  position: absolute;
  top: -4px;
  right: 80px;
}
.change_gov_menu__select_type .ui-btn {
    width: 166px;
}
.ui-popup-container .listview_wrapper {
  overflow-y: auto;
}
.ui-popup-container .profile .listview_wrapper {
  padding: 0.25em;
}
#age .age_range {
  height: 100%;
  width: 50px;
  text-align: center;
}
/*p.project {
  margin-top: 0.5em;
}
p.funds_item_view {
  text-align: right;
}
strong.curr {
  display: inline-block;
  width: 2.5em;
}*/
.funds_table {
  width: 100%;
  margin: 0;
}
.funds_table tr {
  height: 2em;
}
.funds_table td:first-child {
  text-align: left;
  width: 50%;
}
.funds_table td:nth-child(2) {
  text-align: right;
  width: 2.5em;
}
.funds_table td:nth-child(3) {
  text-align: right;
}
.funds_table .withdraw:after {
  left: -0.2em;
}

.my-funds .funds_table td:first-child {
  width: 35%;
}
.my-funds .funds_table .project{
  text-align: left;
  font-weight: bold;
}
.profile .my-funds,
.profile .email {
  margin: 0.25em 0.1em 0;
} 
.my-funds .funds_table .replenish {
  margin: 0;
}
.my-funds .funds_table .replenish:after,
.profile .add_fund__btn:after {
  top: 55px;
  left: 0;
  width: 32px;
  background-color: transparent;
}
.replanishement_amount-popup {
  display: none;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  background-color: #bbccff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  box-shadow: 0 0 3px 3px #88aaff;
}
.replanishement_amount__screen {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

[id^=replanishement_amount] {
  width: 7em;
}
.profile .add_fund__btn:after {
  top: 64px;
}
.profile .saldo_wrapper:hover {
  cursor: pointer;
  box-shadow: 0 0 8px 3px #bbb;
  border-radius: 4px;
}
.profile .tip {
  margin: 0.5em;
  font-size: 0.9em;
  font-style: italic;
}
.birthday {
  text-align: center;
  margin: 0.25em 0 0 0;
}
.profile .birthday_title {
  vertical-align: top;
  float: none;
}
.birthday__wrapper {
  display: inline-block;
  margin: 0;
}
.profile .nick_name {
  display: inline-block;
  width: 6em;
  text-align: center;
}
.nick_login_gender {
  margin: 0.25em 0;
}
.funds_table td {
  padding: 0 0.25em;
}
.funds_history__item_paragraph {
  height: 40px;
  padding: 0 1em;
}
.amount_curr,
.funds_history__withdraw {
  float: right;
}
.fund-history .ui-grid-a {
  border-bottom: 1px solid #ddd;
}
.history__list {
  overflow-y: auto;
}
.funds_history__withdraw {
  margin: 3px -0.5em 3px 3px;
}
.empty_history {
  text-align: center;
}
.funds_history__action {
  padding: 0 1em;
}
.funds_history__ts{
  font-size: 0.9em;
}
.fund-history .ui-input-search:after {
  width: 18px;
  height: 18px;
}

.new_currency .ui-select {
  margin: 0;
}
.new_currency #currency_only__select-button {
  padding: 0.422em 0.7em;
  border-radius: 0.25em;
}
.new_currency #currency_only__select {
  border-radius: 5px;
}
.my-new-fund .new_fund_name {
  width: 130px;
}

#pay_by_card .main__right_popup__component {
  width: 90%;
  max-width: 600px;
  margin: 1em auto;
}
#pay_by_card .main__right_popup__component form {
  text-align: center;
}
#btn_pay {
  background-color: #6ca91c;
  box-shadow: 0 3px 0 0 #4c7714;
  border-radius: 3px;
  display: block;
  width: initial;
  border: none;
  margin: 0.5em auto;
  padding: 0;
  height: 45px;
  color: white;
  font-weight: normal;
  line-height: 0;
}
.liqpay_btn_icon {
  display: inline-block;
  width: 46px;
  height: 45px;
  vertical-align: middle;
}
.btn_text {
  padding: 0 2em;
  display: inline-block;
}
/*
.click_transparent {
  pointer-events: none;
}
*/
.expanding_view .expanding_btn.ui-btn {
  pointer-events: auto;
  background-color: #fff2f2;
}
.expanding_view .discussion_btn.ui-btn,
.expanding_view .donate.ui-btn,
.clipboard_view .make_link.ui-btn {
  pointer-events: auto;
}
.expanding_view .discussion_btn.ui-btn:after,
.expanding_view .donate.ui-btn:after,
.clipboard_view .make_link.ui-btn:after {
  margin: 0;
  width: 34px;
  top: 0;
}
.clipboard_view .make_link.ui-btn {
  margin: 10px auto;
  background-color: #3f3;
  max-width: 200px;
  box-shadow: 1px 1px 3px 2px #555;
  border: 1px solid #555;
}
.clipboard_view .make_link.ui-btn:active {
  box-shadow: none;
}
.ui-btn.red:after {
  background-color: #f33;
}
.ui-btn.green:after {
  background-color: #3f3;
}
img.ui-btn-icon-notext.ui-btn-inline {
  max-height: 100%;
  width: auto;
}

#create_beacon__geo .disabled {
  pointer-events: none;
  cursor: default;
  color: #888;
}

.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#create_btn,
#create_btn:after {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
.clipboard {
  text-align: center;
}
.demand,
.supply {
  display: inline-block;
  width: calc(50% - 3px);
}
.clipboard_view .ui-btn {
  margin: 0;
}
.clipboard_view > * {
  vertical-align: middle;
}
.demand_label,
.supply_label,
.ui-icon-close {
  cursor: pointer;
}
#clipboard-region {
  width: 100%;
}
.clipboard__full-view {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background-color: rgb(200,200,255);
}
.clipboard__full-view.empty {
  height: 0;
} 
.gmnoprint,
.searsh-buttons-wrapper,
#create_btn {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.clipboard__help {
  text-align: left;
  bottom: 0;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  font-weight: normal;
  white-space: pre-wrap;
}
.nco_list {
  margin-top: 8px;
}
.nco_list label {
  font-weight: bold;
}
.nco_choise {
  margin: 0 8px 20px 8px;
  border-bottom: 1px solid transparent;
}
.nco_choise h6 {
  margin: 0;
}
.nco_choise .ui-input-search:after {
  width: 22px;
  height: 22px;
  top: 14px;
}
.nco_choise #nco__wrapper {
  margin-top: 5px; 
}

.stat_icon {
  position: absolute;
  top: 3em;
  left: 0.2em;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.stat_icon:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.statistic {
  min-width: 200px;
}
.main.composite {
  padding: 0.25em 0.5em;
  overflow-y: auto;
}
.composite {
  padding-left: 1em;
}
.float-right {
  float: right;
  margin-left: 1em;
}