#roller {
  padding-top: 5px;
  position: fixed;
  text-align: center;
  min-width: 200px;
  z-index: 102;
  background: #303539;
  right: 10px;
  top: 5px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0px black;
  border: 1px solid #fff;
  overflow: hidden;
}

#rolling_img {
    width: 19px;
    margin-right: 10px;
}
#rolling_msg {
    color: white;
    text-transform: uppercase;
}

.working_area {
	padding:  20px;
}

/*
[data-legion-field-type="radio"] label {
  min-height: unset;
  display: unset;
  font-size: unset;
	
}
*/

.pop_media_thumbs_wrap {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #000000a3;
  bottom: 0;
  padding: 3px 0;
}


.pop_media_thumb_photo {
  width: 100%;
  height: 100%;
	background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

.pop_media_thumb_photo:hover{
	box-shadow:0 0 5px orange;
	border:1px solid white;
}

.active_pop_media_thumb::before {
  width: 100%;
  background: var(--provision);
  content: "\2713";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-shadow: 0 0 3px black;
  text-align: center;
}


.pop_media_thumb_nav:hover {
  color: var(--provision);
  transition: 0.15s all;
}


.pop_media_thumb {
  width: 50px !important;
  height: 50px !important;
	padding: 0 !important;
  margin-bottom: unset !important;
}




._s_b_fullscreen_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 40px;
  color: gray;
/*  opacity: 1;*/
  background: #0000009e;
	opacity:0.6;
}

._s_b_fullscreen_btn:hover {
color:var(--provision);
	opacity:1;
}


._s_b_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: black;
	transition: 0.2s all;
  padding: 1vh 1vw;
}

._s_b_icon {
/*  display: block;*/
  opacity: 0.2;
	position: absolute;
right: 0;
font-size: 26px !important;
}

._s_b_increased,._s_b_decreased{
	animation: _s_b_animation 1s infinite;
}
._s_b_increased{
	color:springgreen;
}
._s_b_decreased{
	color:red;
}

@keyframes _s_b_animation {
	 0% {
	 transform: scale(0.9, 0.9);
	}
	 50% {
	 transform: scale(1.1, 1.1);
	}
	 100% {
	 transform: scale(0.9, 0.9);
	};
}


._s_live_indic {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 5px;
  height: 5px;
  background: var(--greenG);
  border-radius: 100%;
	animation: live_dot infinite 2s;
	z-index:1;
}

@keyframes live_dot{
	0%{
		box-shadow: 0 0 5px #00ff72;
		opacity: 0.3;
	}
	50%{
		box-shadow: 0 0 5px green;
		opacity: 1;
	}
	
	100%{
		box-shadow: 0 0 5px #00ff72;
		opacity: 0.3;
	}
}

.blocka_form {
  width: 100%;
}

.blocka_modern {
  padding-top: 4px;
  margin-bottom: 32px;
}


.app_download_btn_img {
  width: 200px;
}
	
	#app_download_wrap {
  width: 100vw;
  height: 100vh;
		background: var(--mainColor);
  text-align: center;
}
	
	#downa_logo_pic {
  width: 128px;
}
	.app_download_title {
  font-size: 30px;
  margin: 20px 0;
  color: var(--mainColor);
}
	
	.app_download_btn {
  display: block;
  margin-top: 10px;
}
	
	#app_download_cont {
  max-width: 360px;
  padding: 45px;
  position: relative;
  text-align: center;
  z-index: 1;
  background: whitesmoke;
  box-shadow: 0 0 60px #0000006e;
  border-radius: 13px;
  margin: auto;
}

.blocka {
    box-shadow: 0 0 3px #d0d0d085;
    padding: 10px;
    background: white;
	margin: 10px;
    margin-left: 0;
	margin-bottom: 29px;
	padding-top: 20px;
}


.group_wrapper {
  top: -15px;
  position: absolute;
  z-index: 1;
}

#bigPopBread #preBread {
  display: none;
}

.shortcut_in_button {
    font-size: 8px;
    position: absolute;
    bottom: 1px;
    text-align: center;
    width: 100%;
    left: 0;
	display: none;
    background: #80808036;
}

#curr_view {
    padding: 0 10px;
    margin: 0 10px;
	margin-bottom: -2px;
}


/*
#curr_view::before {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: gray;
  margin-right: 10px;
  margin-top: 1px;
}
*/

#curr_view::before {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background: gray;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

#curr_view span {
  display: block;
}





.small_blocka .new_group {
  font-size: 8px;
  padding: 5px;
  background: brown;
  margin: unset;
}
.small_blocka .group_wrapper {
  top: -10px;
}




.new_group {
  background: purple;
  color: white;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 13px;
	box-shadow: 0 0 5px #00000057;
}


.panelTable, td {
    border-bottom: 1px solid #f7f7f7;
}
.panelTable {
	   overflow-x: scroll;
    display: inline-block;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
    table-layout: fixed;
    max-width: 100%;
}

.panelTable thead {
    background: #303046;
    color: white;
    overflow: hidden;
}


.counter {
  background: #f7f7f7;
  text-align: center;
  min-width: 14%;
  min-height: 100px;
  padding: 10px;
  color: var(--mainColor);
  border-radius: 3px;
  box-shadow: 0 0 3px #00000005;
}


.chart{

	width:100%;
	height:100%;
	
/*	min-height:200px;*/
}

._s_b_chart {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
}


countlabel {
  margin-top: 5px;
  display: block;
  font-style: italic;
  font-size: 12px;
}

.panelTable th {
    padding: 10px 0;
    white-space: nowrap;
    text-align: left;
    line-height: 19px;
    border-bottom: 1px solid #80808073;
}

.panelTable th, .panelTable td {
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;    
	height: 60px;

}


.sub_group {
/*  color: white;*/
  font-size: 14px;
  margin-bottom: 11px;
/*  background: var(--mainColor);*/
  display: inline-block;
/*  padding: 5px 15px;*/
/*  border-left: 3px black solid;*/
}

count {
    margin-top: 10px;
    display: block;
    font-size: 26px;
    font-weight: bold;
}
.big_group {
/*  color: white;*/
  font-size: 15px;
  margin-bottom: 12px;
/*
  background: #636363;
  padding: 5px 6px;
  border-left: 4px black solid;
*/
  display: inline-block;
	font-weight: bold;
}


#general_msg_area {
  color: #3e3d3d;
  background-color: white;
/*  text-transform: uppercase;*/
  z-index: 9991;
  position: fixed;
  font-size: 12px;
  padding: 5px;
  right: 10px;
  top: 5px;
  line-height: 25px;
  left: unset;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 8px 0px black;
  border: unset;

	padding-left: 40px;
	overflow: hidden;
}

#map_box_manual_input {
  width: 200px;
  font-size: 11px;
  min-height: unset;
}

#bigPopGrand {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 7vw black;
  border-radius: 7px;
/*  overflow: hidden;*/
}

#bigPopDragIcon {
  position: absolute;
  z-index: 4;
  color: white;
  right: 90px;
  top: 13px;
  cursor: move;
}

.general_msg_i {
  margin-right: 9px;
  font-size: 16px;
  opacity: 1;
  position: absolute;
  color: white;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 35px;
  width: 35px;
	box-shadow: 0 0 7px #0000002e;
text-shadow: 1px 1px #0000006e;
}

#general_msg_area img {
    width: 18px;
    vertical-align: middle;
    margin: 5px;
    filter: brightness(0) invert(1);
}

	
	#popArea {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 110;
    background: #00000003;
}
	
	#popBox {
    margin: auto;
    display: block;
    max-width: 90vw;
    transform: translateY(-50%);
    background: white;
    position: relative;
    top: 50%;
    border: 5px solid rgba(0, 0, 0, 0.1);
    width: 600px;
		box-shadow: 0 0 7vw black;
		border-radius:7px;
}
	.close_pop{
    position: absolute;
    right: -15px;
    width: 30px;
    background: gray;
    height: 30px;
    border: 1px solid white;
    border-radius: 30px;
    text-align: center;
    line-height: 28px;
    top: -15px;
    color: white;
		box-shadow: 0 0 9px black;
		z-index: 12;
		transition: 0.2s all;
}

.close_pop:hover{
  background: #401a1a;
}

#mediaPop {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12vh 12vw;
  width: 100vw;
  text-align: center;
  height: 100vh;
  z-index: 4;
}

#mediaPopGrand {
  width: 100%;
  height: 100%;
}

#mediaPopContent {
  height: 100%;
  width: 100%;
	color:white;
}
#mediaPopWrap {
  width: 100%;
  height: 100%;
  background: #121313;
  box-shadow: 0 0 7vw black;
  border-radius: 7px;
}
#media_viewer {
  width: 100%;
  height: 100%;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#media_viewer img {
  max-height: 100%;
  max-width: 100%;
}


	#pop_content {
    height: 100%;
    display: table;
    width: 100%;
}
	
	#popSign {
    display: table-cell;
    width: 20%;
    text-align: center;
    font-size: 70px;
		color:lightgray;
    vertical-align: top;
}
	
	#pop_area {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}
	
	#pop_title {
    font-weight: bold;
    margin-bottom: 10px;
		padding-bottom:5px;
}
	
	.action {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 0;
    vertical-align: top;
}
	
	
	.gray_bg {
    background: #d3d3d36b;
}


.css-checkbox {
  position: absolute;
  opacity: 0;
}
.css-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.css-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #e4e4e4;
}
.css-checkbox:hover + label:before {
  background: var(--mainColor);
}
.css-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.css-checkbox:checked + label:before {
  background: var(--mainColor);
}
.css-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.css-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.css-checkbox:checked + label:after{
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}




.boxgroup {
    padding: 10px;
    margin-top: 30px;
    box-shadow: 0 0 5px 1px #80808021;
    margin-right: 10px;
}


.boxgroup .group {
    background: var(--mainColor);
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    position: absolute;
    top: -18px;
    border: 3px solid white;
}




#percentage_upload_filler {
    height: 100%;
    position: absolute;
    top: 0;
	    background: var(--greenG);
/*    opacity: 0.5;*/
	transition: 0.3s all;
}

#percentage_upload_box {
    background: #2e2f35;
	margin-top:5px;
}

#percentage_upload_text {
    color: white;
    font-size: 12px;
    padding: 1px 0;
    display: inline-block;
    z-index: 3;
}

#popActions {
    margin-top: 14px;
}

.action:first-child {
    color: white;
    background: var(--redG);
}


/*forms*/

.group {
  color: white;
  font-size: 15px;
/*  margin-bottom: 10px;*/
  background: #636363;
  display: inline-block;
  padding: 5px 15px;
  border-left: 4px black solid;
}



.onfour {
    width: 25%;
}
.form_field {
    margin-bottom: 18px;
}



.ontwo {
    width: 50%;
}

.ontwo-10{
	 width: calc(50% - 10px);
}

.onthree {
    width: 33.33%;
    overflow: hidden;
}

.takeThree {
    width: 75%;
}


.affected_matrix::before {
  content: "↳";
  position: absolute;
  left: 1px;
  font-size: 11px;
  top: 2px;
}
.affected_matrix {
  padding-left: 13px;
}

.tip {
  font-size: 11px;
  margin-bottom: 20px;
  margin-top: -4px;
	line-height: 1.2;
  color: #737373;
}


.takeTwoThirds{
	  width: 66.66%;
	 overflow: hidden;
	
}


.save_cluster_item {
    background: var(--mainColor);
    color: white;
    padding: 11px;
}

.delete_cluster_item {
    background: darkred;
    color: white;
    padding: 10px;
}




.add_new_sub_element {
    text-align: center;
    padding: 10px 20px;
    background: #4ab1f3;
    color: white;
    display: inline-block;
    border: 1px solid white;
    box-shadow: 0 0 3px #808080c7;
}


.cluster_add_wrap {
    border-top: 1px solid #80808036;
    padding-top: 10px;
}





.filter_box input, .filter_box input[type="text"] {
    width: auto !important;
    min-height: unset;
}


.bread_btn {
    color: #363542;
    padding:5px 6px;
    background: linear-gradient( 60deg, rgb(239, 184, 40) 0%, rgb(255, 196, 43) 100%);
	transition: 0.25s all;
	border-radius: 3px;
	font-size: 10px;
}


.bread_btn i {
/*    line-height: 32px;*/
/*    padding: 0 4px;*/
    text-align: center;
	font-size: 15px;
}



.social {
    font-family: social;
}

.btn {
    border: medium none;
    color: white !important;
    background: var(--mainColor);
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 3px 3px 12px 0px #80808078;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}

.btn i{
	line-height:unset;
}

.sbtn, a.sbtn {
  background: var(--mainColor);
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 6px 5px;
	cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 3px #80808045;
}

.mceNoEditor {
    min-height: 100px;
    width: 100%;
}

.bread_del {
    background: var(--redG);
	color: #ffdbdb;
}

.action:first-child {
    color: white;
}
#framer {
  position: fixed;
  top: 5vh;
  background: #0f0f15b0;
  width: 90vw;
  height: 90vh;
  z-index: 3;
  left: 5vw;
  box-shadow: 0 0 150px black;
}
#farmer_cont {
  width: 100%;
  background: white;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0 0 9px #0009;
  height: 100%;
}
	
		#framer_title {
    text-align: center;
    border-bottom: 1px solid #80808052;
    padding: 12px;
    color: #292c35;
}
		
#framer_content {
  height: calc(100% - 41px);
  overflow: scroll;
  display: block;
  width: 100%;
}


.bigPop {
  position: fixed;
top: 0;
left: 0;
background: #00000003;
padding: 12vh 12vw;
width: 100vw;
height: 100vh;
z-index: 3;
}



.bigPop #bread{
  position: absolute;
  top: 0;
  background: #202124;
  left: 0;
	width:100%;

}



.bigPopWrap {
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: white;
/*  box-shadow: 0 0 100px #0000008c;*/
  padding: 20px;
  border-radius: 6px;
	padding-top: 58px;
	max-height: 80vh;
}



.view_label {
    display: unset;
    font-size: 11px;
    font-weight: normal;
    color: gray;
}


.viewValue {
    font-size: 17px;
    margin-top: 5px;
}



.view_box {
    margin-top: 10px;
    margin-bottom: 15px;
	padding-right:40px;
}


.lang_item {
  transition: 0.1s all;
  background: #404040 none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  padding: 4px 14px;
  color: #ccc;
  height: 31px;
  box-shadow: -1px -4px 9px -4px #0000002e;
}

.lang_item:hover {
  background: var(--provision);
	color:black;
}

.check_box_wrap {
  height: 40px;
}

.active_lang {
    color: white;
    background-color: #1d648e;
}

#lang_box i {
    color: #c5c5c5;
}

#lang_box {
  margin-left: 52px;
}

.free_width {
  width: auto;
}



/* TOGGLE STYLING */
[data-legion-field-type="radio"] .input_area {
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
[data-legion-field-type="radio"] .input_area input {
	cursor:pointer;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
[data-legion-field-type="radio"] .input_area input + label {
	cursor:pointer;
  margin: 0;
  padding: 4px 12px;
	line-height: 28px;
padding-bottom: 6px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
[data-legion-field-type="radio"] .input_area input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
	
}
[data-legion-field-type="radio"] .input_area input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
[data-legion-field-type="radio"] .input_area input:hover + label {
  border-color: #213140;
}
[data-legion-field-type="radio"] .input_area input:checked + label {
   background-color: var(--mc);
  color: #FFF;
  box-shadow:0 0 2px rgba(0, 0, 0, 0.24);
  border-color: #AAA;
  z-index: 1;
}
[data-legion-field-type="radio"] .input_area input:focus + label {
/*  outline: dotted 1px #CCC;*/
/*  outline-offset: 0.1rem;*/
}
@media (max-width: 800px) {
  [data-legion-field-type="radio"] .input_area input + label {
    /* flex: 0 0 50%; */
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  
}

@media all and (max-width: 575px) {

  .ontwo,.onthree,.onfour{
      width:100% !important;
    }
}








a.active_dash, .nicebox:hover {
  box-shadow: 0px 0px 5px var(--mc);
/*  color: white;*/
}

/*
.nicebox i {
  font-size: 29px;
}
*/

.nicebox h2,._stats_title {
  margin-top: 7px;
}

.stats_count{
	height:100%;
}
.stats_count_num {
  font-size: 24px;
/*	margin: 0 5px;*/
/*  margin-top: 10px;*/
}

.stats_subline {
  font-size: 12px;
 opacity:0.4;
	margin-top:3px;
}

.stats_Chart {
  min-height: 200px;
}

.stats_wrapper .nicebox {
  margin-right: unset;
}
.nicebox {
  background: #fbfbfb;
  border-radius: 7px;
  box-shadow: 1px 2px 5px #80808024;
  padding: 12px;
/*  overflow: hidden;*/
  transition: 0.3s all;
  margin-right: 1%;
  font-size: 14px;
  margin-bottom: 1%;
}


/*stats*/
