@CHARSET "UTF-8";

* {
	font-family: 'Oxygen';
}

nav,input,select,ol,li,ul,p,div {
 /*  max-height: 999999px;*/
}

.form-group > input {
	min-width: 200px;
}
.form-group > select {
	min-width: 200px;
}
.form-group > label {
	min-width: 200px;
	display:inline-block;
}

body {
	-webkit-font-smoothing: antialiased;
	background: transparent url(../images/site_background4.jpg) no-repeat
		center center fixed;
	background-size: cover;
	padding: 0;
	margin: 0;
	text-align: center;
}

#ele_content {
	box-sizing: border-box;
	padding-top: 4rem;
	width: 90vw;
	margin: 0 auto;
	text-align: left;
}

#ele_content article {
	background-color: rgba(255,255,255,0.6);
	width: 90vw;
	padding: 1em;
	box-sizing: border-box;
}

#ele_content article.scrollable {
    height: 84vh;
    overflow: auto;
}

a {
	color: #030303;
	text-decoration: none;
}

a:hover {
	color: #303030;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

/*#### FORMS ##### */

input {
	border: solid 1px;
	padding: 3px;
	box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
	border: 0;
}

input[type=text] {
	padding-right: 1.2em;
	min-width: 2.7em;
}
input[type=text]:hover {
	box-sizing: border-box;
	background: white url(../images/editor_area.gif) no-repeat right 0.2em top 50%;
}

.edit_button {	
    background: rgba(255,255,255,0.4) url(../../view/images/edit_icon.png) no-repeat center center;
}

fieldset {
	border: solid 1px;
}

button, input[type=submit] {
    border: solid 0px;
    box-sizing: border-box;
    padding: 0.5rem;
    box-shadow: 3px 5px 8px 0px rgba(0,0,0,0.4);
}

button:active, input[type=submit]:active {
    box-shadow: 3px 5px 6px -2px  rgba(0,0,0,0.4);
    position: relative;
    left: 1px;
    top: 1px;
}

.ele_input {
	
}

.ele_input .wide {
	
}

.ele_input .wide input {
	min-width: 640px;
	width: 50%;
}

.ele_input .narrow label {
	
}
.ele_input .narrow input {
	
	width: 72px;
}


.ele_input label.std {
    min-width: 10em;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1rem;
    min-height: 1rem;
    padding: 0;
    margin: 0.1rem;
}

.ele_input label {
	text-align: right;
}

.ele_input_floating {
/*	float:left;*/
display:inline-block;
box-sizing: border-box;
}

input.url {
	width: 50rem;
	max-width: 90vw;
}

.ele_input_elem {
	display:inline-block;
	white-space: nowrap;
	line-height: 1rem;
	min-height: 1rem;
    vertical-align: middle;
}


/* ### list elements ### */
ul.ele_list {
	display: table;
	list-style-type: none;
	width: 100%;
	margin-before: 0;
	padding:0;
}

ul.ele_list li {
	display: table-row;
	box-sizing: border-box;
	margin: 0;
	padding: 0.2rem;
	background: #eee;
	border: solid 1px #e0e0e0;
	min-height: 3rem;
	line-height: 3rem;
	vertical-align:middle;
}

ul.ele_list * a {
	min-height: 3rem;
	line-height: 3rem;
	vertical-align:middle;
	display: inline-block;
}

ul.ele_list li span {
	display: table-cell;
	padding-left: 1em;
	padding-right: 2em;
	margin: 0.2em;
}

ul.ele_list  span.ele_list_right {
	
	text-align: right;
	padding-right: 0;
	height: 3rem;
	line-height: 3rem;
}


/*  ### login form ### */

div#login {
    padding: 10px 5px;
    text-align: left;
}
div#login input[type=text], div#login input[type=password] {
    width: 90%;
    border: 0;
    padding: 6px;
    margin: 2px 3px;
}
div#login button {
    width: 92%;
    border: 0;
    padding: 6px;
    background: #1e4809;
    cursor: pointer;
    color: #ccc;
    text-align: left;
    margin: 2px 7px;
    box-sizing: border-box;
}
div#login fieldset {
    padding: 5px;
    border: 0;
    margin: 0;
    box-sizing: border-box;
}

/*  ### external pages #### */

iframe#extpage {
	width: 90vw;
	border: 0;
}

div.extpage_link {
	background: rgba(255,255,255,0.5);	
	border-radius: 1px;
	padding: 2px;
	box-sizing:border-box;
}

/* ### gui elements ### */

#subcontent {
	z-index: 1;
	background: white;
	width: 90vw;
	height: 90vh;
	position: fixed;
	box-sizing: border-box;
	padding: 1rem;
}

#subcontent_body {
	/*width: 100%;*/ /*99percenter.. */
	height: 95%;
	overflow:auto;
}


div.messagebox {
    position: fixed;
    min-width: 400px;
    max-width: 90vw;
    left: calc(50% -  400px);
    top: 45%;
    z-index:1;
    background: white;
    text-align: left;
    padding: 1rem;
    box-shadow: 3px 3px 15px 2px rgba(0,0,0,0.5);
}

div.messagebox h1 {
    float: left;
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    font-size: 20px;
}

div.messagebox > .infotext {
	clear: both;
}

div.toast {
	position: fixed;
	left: 40%;
	top: 45%;
	width: 20rem;
	max-width: 100vw;
	background: rgba(255,255,255,0.8);
	padding: 1rem;
	z-index:15;
}

.ele_box_closer {
    float: right;
    margin: 0;
    padding: 1px;
    font-size: 24px;
    cursor: pointer;
    z-index:1000;
}


/* ##### controls ###### */

#controls span, #controls div {
	display: inline-block;
	height: 3rem;
	min-width:  3rem;
	line-height: 3rem;
	vertical-align: middle; 
	text-align: center;
	cursor: pointer;
	padding: 0 1rem;
	box-sizing: border-box;
}

#controls span:hover, #controls div:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
}

#controls div.spacer, #controls div.spacer:hover {
	display: inline-block;
	width: 3rem;
	background-color: transparent;
}

#controls select,#controls input[type=text] {
	height: 2rem; 
	line-height: 2rem;
}

#controls {
	width: 90vw;
	background-color: rgba(255,255,255,0.8);
	padding: 0 1rem;
	white-space: nowrap;
	box-sizing: border-box;
}




/*  ###### TABS ###### */
.eletabby {
	position: relative;	
}

.eletabby div.tabheader {
	position: absolute; 
	top: 0;
	height: 2.2em;
	background: rgba(255,255,255,0.4);
	/*width: *1*0*0%;*/
	
}

.eletabby article  {
	padding-top: 2em;
	box-sizing: border-box;
}

.eletabby.tabheader {
	
}

.eletabby > label.tabs {
	position: relative;
	margin: 0;
	text-align: center;
	background: rgba(255,255,255,0.4);
	color: #333;
}

.eletabby > label.tabs ~ label.tabs {
	position: absolute;
	top: 0;
}

.eletabby label.tabs:nth-child(2) {
  left: 0em;
}

.eletabby label.tabs:nth-child(6) {
  left: 9em;
}

.eletabby label.tabs:nth-child(10) {
  left: 18em;
}


.eletabby input + label.tabs + article {
	clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important; 
  width: 1px !important; 
  overflow: hidden;
}

.eletabby input:checked + label.tabs + article {
	position: static !important;
	padding: 1em !important;
	padding-top: 3em !important;
 
  height: auto !important; 
  width: auto !important; 
}

.eletabby label.tabs:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
}

.eletabby input[name="tabs"] {
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
}

.eletabby input[name="tabs"]:focus + label.tabs {
	/*outline: 1px dotted #000;*/
	/*outline-offset: 10px;*/
}

.eletabby:hover label.tabs {
	outline: none !important;
}

.eletabby > label.tabs {
	position: absolute;
	
	z-index: 1;
	font-size: 1.1em;
	width: 9em;
	height: 2em;
	line-height: 2em;
	/*border-right: 1px solid #fff;*/ 
}
.eletabby input[name="tabs"]:checked + label {
  background: #fff;
}

 .eletabby input[name="tabs"]:checked + label:after {
  content: '';
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}



.pdebug {
	background: white;
}

.button_highlight {
	border: solid 2px #2e8c09;
	outline: none;
	box-shadow: 0 0 10px #2e8c09;
	border-radius: 7px;
}

.accordion {
	padding: 5px 5px ;
}

	.accordion_panel {
		padding: 0 18px;
		
		display:none;
		overflow:hidden;
	}
	
	.accordion > .active, .accordion:hover {
		background-color: #ccc;
	}


/***************************** facebook like circle **********************************/
.circle_main {
	/*margin-top:40px;*/
	display: inline-block;
}

.circle_main .circle {
	background-color: #CCC;
	float: left;
	height: 15px;
	margin-left: 8px;
	width: 15px;
	-webkit-animation-name: bounce_circle;
	-webkit-border-radius: 10px;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	opacity: 0.3;
}

.circle_main #circle_1 {
	-webkit-animation-delay: .3s;
}

.circle_main #circle_2 {
	-webkit-animation-delay: .7s;
}

.circle_main #circle_3 {
	-webkit-animation-delay: .9s;
}

.ele_loader_hidden {
	display: none !important;
}
.ele_loader_elem {
	position: relative;
	/*float:left;*/
	/*position: fixed;*/
    background: rgba(255,255,255,0.95) url(../images/ajax-loader.gif) no-repeat top center;
    text-align: center;
    vertical-align: bottom;
}
.ele_loader_elem:after {
	content: "Loading";
    margin: 0 auto;
    display: block;
    background: transparent;
    padding-top: 20px;   
}
.ele_loader_elem > * {
	display: none !important; 
}

.ele_loader_cont {
	/*position: fixed;*/
    background: rgba(255,255,255,0.95) url(../images/ajax-loader.gif) no-repeat top center;
    text-align: center;
    vertical-align: bottom;
}
.ele_loader_cont:after {
	content: "Loading";
    margin: 0 auto;
    display: block;
    background: transparent;
    padding-top: 20px;
    
    
}
.sk-folding-cube {
  margin: 20px;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  float: right;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}


.loading {
	background: rgba(0,0,0,0.7) url(../images/loader.gif) no-repeat 5px 5px !important;

}


/* Preloader Start */

.loaded #loader-wrapper {
	opacity: 0;
	visibility: hidden;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    transition: all 0.4s ease-out;
}

#loader {
	display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#3498db */ #969696;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#e74c3c*/ #9f9f9f;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: /*#f9c922*/ #c6c6c6;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}


#loader-wrapper .loader-section.section-left {
    left: 0;
    display: none;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
    display: none;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    /* background: #222; */
    background: #fff;
    z-index: 1000;
}

@keyframes spin {
	0% {
	    -webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	    transform: rotate(360deg);
	}
}
/* Preloader End   */