/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
/*  #202020,# 273b51,#223f67,#e5eaee,#eff2f4*/
/*788277; e5eaee*/
/*788277; 8C8C8C LOGO COLOR CODE 256px 45px padding*//* 788277*/
/*F7F7F7; 9198AA*/
/* blue 8abbd4, green 99cccc 737c70 b8b4b3*/
:root {
  --main: #069c9c;
  --accent: #07c4c3; 
}


@font-face {
  font-family: opensans_sb;
  font-style:  normal; font-weight: normal; 
  src: url(../css/open_sans/OpenSans-Semibold.ttf) format('truetype');
} 

@font-face {
  font-family: opensans_sl;
  font-style:  normal; font-weight: normal; 
  src: url('../css/open_sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: opensans_sli;
  font-style:  normal; font-weight: normal; 
  src: url('../css/open_sans/OpenSans-Semiboldnormal.ttf') format('truetype');
}
@font-face {
  font-family: poppins_light;
  font-style:  normal; font-weight: normal; 
  src: url(../css/poppins/Poppins-Light.ttf) format('truetype');
} 

@font-face {
  font-family: poppins_normal;
  font-style:  normal; font-weight: normal; 
  src: url('../css/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: poppins_italic;
  font-style:  normal; font-weight: normal; 
  src: url('../css/poppins/Poppins-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: poppins_semibold;
  font-style:  normal; font-weight: normal; 
  src: url('../css/poppins/Poppins-SemiBold.ttf') format('truetype');
}
/*{
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
/*}*/

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-attachment:fixed;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height:100%;
    margin:0px;
    padding:5px;
    width:100%;
    overflow:hidden;
	/*background-image: url("../img/background_data.png");
	background-size: cover; 
	background-repeat: no-repeat;*/
}
h1{
	font-family: poppins_semibold;
	font-size: 25px;
	font-weight: normal;
	color: var(--accent);
	line-height: 7px;
	text-align: left;
	padding: 0px;
	padding-top:10px;
}
h2{
	font-family: poppins_light;
	font-size:25px;
	font-weight: normal;
	color: var(--main);
	line-height: 17px;	
	text-align: left;
	-webkit-margin-after: 0em;	
}
h3{
	font-family: poppins_light;
	font-size: 14px;
	font-weight: normal;
	color: var(--main);
	line-height: 12px;
	text-align: left;
	padding: 0px;
	display:inline;
}
h4{
	font-family: poppins_thin;
	font-size: 10px;
	font-weight: normal;
	color: var(--accent);
	line-height: 12px;
	text-align: left;
	padding: 0px;
	display:inline;
}
a{
	font-family: opensans_sb;
	color: var(--main);
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
	color: var(--main);
	background: none;
}
p {
	text-align: left;
	color: #202020;
	margin: 0;
}
.results{
	font-size: 10px;
}
td {
	color: #202020;
	font-size: 10px;
	vertical-align: text-bottom;
	padding-top: 0px;
}
input[type="radio"]{
margin-right: 20px;
color:#830191;
}
input[type="submit"],input:matches([type="submit"],[type="button"]){
	width: 190px;
	font-family: opensans_sb;
	font-size: 13px;
	color: #ffffff;
	background: var(--main);
	border-radius: 2px;
	border: 1px solid var(--main);
	padding: 5px 10px 7px 10px;
}
input[type="submit"]:disabled;,input:matches([type="submit"],[type="button"]:disabled){
	width: 190px;
	font-family: opensans_sb;
	font-size: 13px;
	color: #ffffff;
	background: var(--accent);
	border-radius: 2px;
	border: 1px solid var(--main);
	padding: 5px 10px 7px 10px;
}
input.secondary_button{
	width: 190px;
	font-family: opensans_sl;
	font-size: 13px;
	color: #696969;
	background: #e6e0c3;
	border-radius: 2px;
	border: 1px solid #f1e49e;
	padding: 5px 10px 7px 10px;	
}
input.add_record{
	width: 100px;
	font-family: opensans_sb;
	font-size: 13px;
	color: #555;
	background: var(--main);
	border-radius: 2px;
	border: 1px solid #cdb21e;
	padding: 5px 10px 7px 10px;
}
input[type="text"],[type="password"],[type="email"],[type="date"]{
	font-family: arial;
	font-size: 13px;
	width: 190px;
	border-radius: 2px;
	border: 1px solid #d5dadd;
	background-color: #f0f0f0;
	padding: 5px;
	text-align: left;
	color:#696969;
	border-bottom: 1px solid #d5dadd;
}
input[type="text"]:read-only {
  	background-color: #bbb;
  	color: #777;
}
option, select{
	font-family: arial;
	font-size: 13px;
	width: 190px;
	border-radius: 2px;
	border: 1px solid #d5dadd;
	background-color: #fff;
	text-align: left;
	border-bottom: 1px solid #d5dadd;
	margin-left:0px;
	margin-top: 0px;
	padding: 7px;
	line-height: 30px;
	height: 30px;
	color: #696969;
}
textarea{
	width: 90%;
	height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 1px solid #999;
	padding: 7px;
}
.small{
	font-size: 14px;
	color: #555;
	font-style: normal;
}
.medium{
	font-size: 14px;
}
.big{
	font-size: 18px;
}
.signature{
	color: var(--main);
}
.blue{
	color: #223f67;/*273b51, 223f67*//*0055a4;*/
	z-index: 600;
}
.gray{
	color: #6d6e73;/*808287;*/
}
.white{
	color: #eff2f4;
}
.center{
	text-align: center;
}
.header_font_color{
	color: #e5eaee;
}
.spacy{
	line-height: 1.7em;
}
.normal{
	font-style: normal;
}
.italic{
	font-style: italic;
}
.ticker{
	font-style: normal;
	font-size: 14px;
	float:left;
	clear: left;
}
.description{
	font-size: 13px;
	color: #777;
}
/* Backend */
.body_login{
	background: #fefefe;
}
.main_scroll_div{
	overflow-y: scroll;
	overflow-x: hidden;	
	height: 100%;
}
.div_login{
    margin: 0 auto;
	width: 400px;
	height: 400px;
	margin-top: 8%;
	padding-left: 45px;
	padding-top: 30px;
	border: 1px solid #f0f0f0;
	border-radius:2px;

}
.h1_login{
	color: var(--main);
	font-family: opensans_sb;
	font-size: 33px;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;	
}
.h2_login{
	color: var(--accent);
	font-family: opensans_sl;
	font-size: 33px;
	text-align: left;
	padding-left: 15px;			
}
.button_login{
	background-color: var(--main);
	border: 1px solid var(--main);
	font-family: opensans_sl;	
}
.td_login{
	color: #696969;
	font-family: arial;
	font-size: 14px;
	width: 130px;
	text-align: left;
}
.small_login{
	color: #999;
	font-size: 14px;
	font-family: opensans_sl;	
}
.feedback_login{
	background-color: #fefefe;
	font-size: 14px;
	font-family: opensans_sb;
	color:#696969;	
}
.div_header_main{
	position: fixed;
	height: 100px;
	width: 100%;
	background-color: #fdfefd;
	color: #9198AA;
	padding: 20px 10px 10px 70px;
	border-bottom: 1px solid #fdfef0;
	background-color: rgba(234, 235, 240, 0.9);
}
@media (max-width:400px) {
.div_header_main{
	position: fixed;
	height: 80px;
	width: 100%;
	background-color: #fefefe;
	color: #788277;
	padding: 10px;
	border-bottom: 1px solid #c4c3d0;
	background-color: rgba(#ffffff77);

}}
.h1_header_main{
	color: #788277;
	font-size: 50px;
}
.h2_header_main{
	color: #999;
	font-size: 25px;	
}
.div_sub_master{
	position: fixed;
	top: 130px;
	left: 0px;
	width: 100%;
	height: calc(100% - 260px);
	padding: 50px;
	overflow-y: scroll;	
	border-top: 1px solid #fff;
	/*background-color: #f7f7f7;
	background-image: url("../img/background_data.png");
	background-size: cover; */
}
.div_edit{
	position: absolute;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
	width: 400px;
	height: 120px;
	padding: 50px;
	z-index: 900;
	overflow-y: scroll;	
	border: 1px solid #777;
	background-color: #fff;
	
	
	/*background-color: #f7f7f7;
	background-image: url("../img/background_data.png");
	background-size: cover; */
}
@media (max-width:400px) {
.div_sub_master{
	position: fixed;
	top: 100px;
	left: 0px;
	width: 100%;
	height: calc(100% - 100px);
	padding: 5px;
	overflow-y: scroll;	
	border-top: 1px solid #fff;
	background-color: #f7f7f7;
}
}
.menu_div{
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 300px;
	border-left: 1px solid #f7f7f7;
	background-color: rgba(255,255,255,0.99);
	border-radius: 0px;
	padding-left: 10px;
	box-shadow: 10px 0px 5px 12px #dddddd;
}
.hiddenClass{
	visibility: hidden;
}
.menu_div h1{
	font-size: 14px;
	margin: 0px;
	margin-top: 3px;
}
.menu_div h2{
	font-size: 14px;
	margin-top: 5px;
}
.menu_div_header {
	clear:left;
	text-transform: uppercase;
	font-family: poppins_normal;
	color:#000000;
	font-size: 12px;
	padding-top: 10px;
}
.menu_div_checkbox{
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
}
.menu_div_categories{
	text-decoration: underline;
	font-family: poppins_normal;
	color: #000000;
	margin-top: 5px;
	font-size: 10px;
}

.div_content{
	float: left;
	width: calc(100% - 20px);
	height: calc(100% - 80px);
	padding: 40px;
	overflow-y: scroll;
	line-height: 1.5;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.8);
}

.add_container_div{
	float: left;
	width: 500px;
	height: calc(100% - 120px);
	margin-left: calc(50% - 300px);
	padding-left: 40px;
	overflow-y: scroll;
	line-height: 1.5;
	border: 1px solid;
	border-color: var(--accent);
	background-color: rgba(255,255,255,0.8);
}
.div_show{
	float: left;
	width: 500px;
	height: calc(100% - 120px);
	margin-left: calc(50% - 300px);
	padding-left: 40px;
	overflow-y: scroll;
	line-height: 1.5;
	border: 1px solid;
	border-color: var(--accent);
	background-color: rgba(255,255,255,0.8);
}

.div_sub_table_list{
	float: left;
	width: 45%;
	min-width: 300px;
	height: calc(100% - 268px);
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #999;
	overflow-y: scroll;
	line-height: 1.8;
	font-size: 13px;
}
.div_sub_table_list td{
	font-size: 13px;
}
.div_editor{
	float: left;
	width: 90%;

}
.texteditor{
	height: 500px;
}

.div_content_logo{
	float:left;
	width:40px;
	padding-right: 20px;
	padding-left:0px;
}
.div_content table{width:100%;}
.div_content tr:nth-child(even) {background: #fff;}
.div_content tr:nth-child(odd) {background: rgba(234, 235, 240, 0.7);}
.div_content td {padding: 4px;}
.div_content th {font-family: opensans_sb; font-size: 10px; text-align: left; padding-top: 7px;padding-bottom: 7px;}
.footer_div{
	bottom: 0px;
	border-top: 1px solid #f7f7f7;
	width: 100%;
	height: 28px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	color: #9198AA;
	font-family: poppins_light;
	font-size: 10px;
	padding: 2px 10px 10px 10px;
	border-bottom: 1px solid #f7f7f7;
	background-color: rgba(255,255,255,0.8);
}
.footer_div_link{
	float: left;
	width: calc(24% - 20px);
	height: 15px;
	padding: 0px;
	text-align:center;
	border: 0px solid #000000;
	margin-right: 10px;
	margin-bottom: 0px;
}
.footer_text_div{
	position: absolute;
	width: 100%;
	left: 10%;
	bottom: 0px;
	height: 18px;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
}
.header_div{
	position: fixed;
	width: 100%;
	height: 52px;
	top: 0px;
	background: #223f67;
	padding-top: 15px;
	opacity: 1;
	border-bottom: 1px solid rgba(34,63,103,0.2);	
	z-index: 900;
}
.header_title_div{
	float: center;
	text-align: left;	
	padding-top:18px;
	padding-left: 13%;
	width: 70%;
	font-family: opensans_sb;
	font-weight: normal;
	text-align:center;
	font-size: 17px;
	font-weight: 500;		
}
.gallery_div{
	float: left;
	width: 113px;
	max-width: 133px;
	height: 160px;
	max-height: 200px;
	padding: 3px;
	margin: 5px 5px 5px 10px;
	background-color: #fff;	
	vertical-align: middle;
	border: 1px solid #eeeeee;
}
.gallery_div_scroller{
	width: 113px;
	max-width: 133px;
	height: 160px;
	max-height: 200px;
	padding: 3px;
	margin: 5px 5px 5px 10px;
	background-color: #fff;	
	vertical-align: middle;
	border: 1px solid #eeeeee;
	display: inline-block;
}
.gallery_img_div{
	width: 100px;
	height: 100px;
	margin-left:7px;
	vertical-align: middle;
	text-align: center;
	background-color: #dddddd;
	text-align: center;
}
.gallery_img_div img, .gallery_img{
	max-width: 60px;
	max-height: 60px;
	padding-top: 20px;
	vertical-align: middle;
}
.gallery_img_div_helper{
	vertical-align: middle;
}
.gallery_bottom_item{
	position:relative;
	bottom: 0px;
}
.gallery_category{
	color: #000;
	font-size:10px;
}
.item_div{
	width: calc(100% - 20px);
	height: 100px;
	margin-left:7px;
	vertical-align: middle;
	text-align: center;
	background-color: #dddddd;
	text-align: center;
}
.item_name{
	font-family: poppins_light;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	margin: 5px 0px 0px 10px;
}
.item_brand{
	font-family: poppins_semibold;
	font-size: 10px;
	color: #666666;
	line-height: 10px;
	text-transform: uppercase;
	margin: 5px 0px 0px 10px;	
}
.item_category{
	font-family: poppins_italic;
	font-size: 9px;
	color: #999999;
	line-height: 10px;
	margin: 5px 0px 0px 10px;	
}
.item_version{
	font-family: poppins_semibold;
	font-size: 9px;
	color: #999999;	
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

.MilkGlass{
	position: absolute;
	background-color: #ffffff;
	opacity: 0.5;
	width: 96%;
	height: 100%;
	top: 78px;
	left: 2%;
	overflow-y: scroll;
}

.MilkShadow{
	position: absolute;
	background-color: #ffffff;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(229,234,238,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 70%,rgba(229,234,238,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(229,234,238,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */		
	z-index: 500;		
}

.div_intro_blender{
	position: absolute;
	background-color: #ffffff;
	opacity: 1;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 500;
	background-image: url("../img/clanquest.png");
	background-size: 200 200;
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
}

.div_popup {
	visibility: visible;
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	overflow-y: scroll;
	background: #ffffff;
	height: calc(100% - 10px);
	border: 2px solid #888;
}
.div_popup_close {
	visibility: visible;
	display:block;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow-y: scroll;
	background: #ffffff;
	height: 20px;
	width: 20px;
	border: 2px solid #888;
	border-radius: 50%;
	color: #888;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;	
}

.div_task_detail_add{
	visibility: visible;
	display:block;
	position: absolute;
	top: 40px;
	left: 40px;
	padding-top: 10px;
	overflow-y: scroll;
	background: #ffffff;
	height: calc(100% - 80px);
	width: calc(100% - 80px);
	border: 2px solid #888;
}

.div_task_detail_close {
	visibility: visible;
	display:block;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow-y: scroll;
	background: #ffffff;
	height: 20px;
	width: 20px;
	border: 2px solid #888;
	border-radius: 50%;
	color: #888;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;	
}

.div_clan{
	padding: 10px 20px;
	float: left;
	clear: left;
	width: 30%;
	height: 80px;
}
.div_user{
	padding: 10px 20px;
	float: right;
	width: 30%;
	height: 80px;
}
.div_castle{
	padding: 0px 40px;
	float: left;
	clear: left;
	width: calc(100% - 90px);
	height: 130px;
	text-align: center;
}
.div_tasks{
	padding: 20px;
	float: left;
	clear: left;
	width: calc(100% - 40px);
	height: 200px;
}
.div_scroller_horizontal {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	height: fit-content;
}

.div_clan h1{
	font-size: 10px;
	text-transform: uppercase;
}

.div_user h1{
	font-size: 10px;
	text-transform: uppercase;
}

.div_tasks h1{
	font-size: 10px;
	text-transform: uppercase;
}