/*variable*/
:root{
		--mainColor:#0f6c3f;
		--sub_menu_color:#feffff;
}
/*variable*/

.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_msg {
    color: white;
    display: inline-block;
    margin-left: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    vertical-align: top;
}

.spinner {
  width: 30px;
  height: 30px;
  display:inline-block;
  position: relative;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(24px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(24px) translateY(24px) rotate(-179deg);
    -webkit-transform: translateX(24px) translateY(24px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(24px) translateY(24px) rotate(-180deg);
    -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

#general_msg_area {
    color: white;
    height: 70px;
	background:var(--mainColor);
    line-height: 70px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	left:0;
	z-index:102;
}
#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 {
    line-height: 30px;
    color: white;
    background: gray;
    display: inline-block;
    padding: 0 10px;
    z-index: 3;
}

#percentage_upload_filler {
    height: 90%;
    position: absolute;
    background: white;
    top: 5%;
}

#percentage_upload_box {
    margin-top: 21px;
    height: 30px;
    background: #202124;
}

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

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_save {
    padding: 7px;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    box-shadow: 0 0 5px #ffffffab;
}
.bread_btn {
    background: var(--mainColor);
    color: white !important;
    padding: 3px 10px;
    box-shadow: 2px 3px 7px 0px #8080806b;
}




.bread_btn {
    background: var(--mainColor);
    color: white !important;
    padding: 3px 10px;
		box-shadow: 2px 3px 7px 0px #8080806b;
}

.bread_btn i {
    height: 34px;
    line-height: 32px;
    padding: 0 5px;
    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;
/*    padding: 10px;*/
    box-shadow: 3px 3px 12px 0px #80808078;
}

.btn i{
	line-height:unset;
}




