/*variable*/
:root{
		--mainColor:#6a1f45;
		--sub_menu_color:#feffff;
}
/*variable*/


.redG{background:var(--redG)}
.modernG{background:var(--modernG)}
.blueG{background:var(--blueG)}
.greenG{background:var(--greenG)}
.main_color_bg{background-color:var(--mainColor) !important;}
.main_color_font{color:var(--mainColor) !important;;}
.main_color_border{border: 1px solid var(--mainColor) !important;;}
.main_color_border_left_bold{border-left:4px solid var(--mainColor) !important;;}
.main_color_border_left_light_dashed{border-left:2px dashed ;}

#roller {
    min-height: 70px;
    padding-top: 13px;
    position: fixed;
    text-align: center;
    width: 100%;
	z-index:102;
	background:var(--mainColor);
	left:0;
	top:0;
}

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

#general_msg_area {
    color: white;
    background: #4CAF50;
    text-transform: uppercase;
    z-index: 102;
    position: fixed;
    font-size: 12px;
    padding: 10px 24px;
    box-shadow: 0 0 3px #0000004f;
    right: 0;
    top: 0;
    line-height: 43px;
    left: 0;
    text-align: center;
}
.general_msg_i {
    margin-right: 9px;
    font-size: 16px;
    vertical-align: sub;
    opacity: 0.6;
}

#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: rgba(0, 0, 0, 0.7);
}
	
	#popBox {
    margin: auto;
    display: block;
    max-width: 90vw;
    transform: translateY(-50%);
    background: white;
    position: relative;
    top: 50%;
    border-radius: 3px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    width: 600px;
}
	#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;
}
	
	#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;
    border-bottom: 1px solid gray;
}
	
	.action {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 0;
    vertical-align: top;
}
	
	
	.gray_bg {
    background: lightgray;
}


.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_text {
    color: white;
    display: inline-block;
    z-index: 3;
    padding-top: 1px;
}

#percentage_upload_filler {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
}

#percentage_upload_box {
    margin-top: 21px;
    height: 19px;
    background: #2e2f35;
}

a#action_confirm {
    color: white;
}




/*forms*/

.group {
    color: white;
    font-size: 15px;
    margin-top: 10px;
    background: #636363;
    display: inline-block;
    padding: 5px;
}



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



.ontwo {
    width: 50%;
}

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

.onthree {
    width: 33.33%;
    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;
}



.form_field {
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    color: #4e4e4e;
}
.input_area {
    margin-top: 10px;
	padding-right: 21px;
}


input[type="submit"][disabled]:active,
input[type="submit"][disabled] ,
input[type="submit"][disabled]:hover
{
    background: #ddd !important;
}


input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="number"],input[type="date"] {
    font-size: 15px;
    padding: 3px;
    text-indent: 5px;
	min-height:40px;
	    border: 1px solid #aaaaaa;
    border-radius: 4px;
width: 100%;
}

textarea{
	  border: 1px solid #aaaaaa;
    border-radius: 4px;
	font-family: arial;
	padding:5px;
}

input[type="color"] {
    background: none;
    border: medium none;
    height: 27px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 50px;
}



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


.bread_btn {
    color: #363542;
    padding: 0px 10px;
    background: linear-gradient( 60deg, rgb(239, 184, 40) 0%, rgb(255, 196, 43) 100%);
    font-size: 13px;
}


.bread_btn i {
    line-height: 32px;
    padding: 0 4px;
    text-align: center;
}



.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;
}




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


#framer {
    position: fixed;
    top: 0;
    background: #0f0f15b0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    left: 0;
}
	#farmer_cont {
    width: 80%;
    background: white;
    margin: auto;
    border-radius: 6px;
    box-shadow: 0 0 9px #0009;
}
		#framer_close {
    position: absolute;
    right: -6px;
    top: -10px;
    background: #ffb300;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
			z-index: 1;
    color: #3c3c3c;
    font-weight: bold;
    box-shadow: 0 0 3px black;
}
		#framer_title {
    text-align: center;
    border-bottom: 1px solid #80808052;
    padding: 12px;
    color: #292c35;
}
		
		#framer_content {
    height: 60vh;
    overflow: scroll;
}
