/* WEBSITE BUILD */
body {
  height: 100%;
  margin: 0px;
  line-height: 18px;
  font-size: 14px;
  font-family: Myriad,Arial;
  text-rendering: optimizelegibility;
}

.adminbackground { background-image: url(defaulttexture.png);}

.hidden { display: none; }

#pagefader{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	opacity: .60;
	background-color: #ffffff;
}

#windowfader, #settingwindowfader{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display:none;
	opacity:.50;
	background-color: #FFFFFF;
}

#pageloader{
	display:none;
	position: absolute;
	left: calc(50% - 80px);
	top: calc(50% - 80px);
	width: 161px;
	height: 161px;
	backgound-color: #000000;
}

#settingwindow{
	display:none;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

#msgwindow, #errorwindow{
	display:none;
}

/* SECURITY LOGON STYLES */
#securepannel {
	position: absolute;
	width: 320px;
	height: 370px;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -175px;
	border: 1px solid #acacac;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #acacac;
	background-color: #ffffff;
}

#securepannel .closebutton {
	position: absolute;
	right: 7px;
	top: 7px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	fill:#FFFFFF;	
}
#securepannel .closebutton:hover {
	fill: #8FC1E2;
}

#securepannel #SecurityColorpannel {
	position: absolute;
	width				: 100%;
	height				: 120px;
	overflow			: hidden;
	top: 0px;
	left: 0px;
}

.spblue{ background-color: #79A7E4; }
.spyellow{ background-color: #F3D776; }
.spred{ background-color: #FE6171; }
.spgreen{ background-color: #B0DC82; }


#SecurityIcon {
	position: absolute;
	width				: 130px;
	height				: 130px;
	overflow			: hidden;
	bottom: -15px;
	left: 50%;
	margin-left: -65px;
	fill: #FFFFFF;
}

#securepannel #loginfields{
	position: absolute;
	width: 210px;
	left: 20px;
	top: 150px;
	width: calc(100% - 40px);
	height: calc(100% - 170px);
}

.loginlabel{
	color: #666666;
}

#banpannel {
	position: absolute;
	width				: 530px;
	height				: 230px;
	overflow-x			: hidden;
	overflow-y			: hidden;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	margin-top: -115px;
	background-image: url(../sitePics/login2.png);
}
#banpannel #loginfields{
	position: absolute;
	width				: 290px;
	height				: 86px;
	overflow-x			: hidden;
	overflow-y			: hidden;
	left: 190px;
	top: 85px;
}

#loginfields input {
	color: #646464;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	line-height: 1.15;
}

#lockedpannel {
	position: absolute;
	width				: 530px;
	height				: 230px;
	overflow-x			: hidden;
	overflow-y			: hidden;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	margin-top: -115px;
	background-image: url(../sitePics/login3.png);
}

/* WINDOWS */
.window {
	background: #fff;
	width: 50%;
	height: 75%;
	margin: auto;
	border: 1px solid #acacac;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #acacac;
	position: fixed;
	left: 25%;
	top: 12.5%;
	overflow: hidden;
}

.window .titlebar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E2E1E2)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -moz-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -ms-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -o-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: linear-gradient(top, #e1dfe1, #E2E1E2);
  color: #4d494d;
  font-size: 11pt;
  line-height: 37px;
  text-align: left;
  width: 100%;
  height: 37px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}

.window .titlebar .titletext{
  color: #5F6061;
  font-size: 11pt;
  line-height: 37px;
  text-align: left;
  width: 100%;
  height: 37px;
  padding-left: 10px;
  font-weight: bold;
}

.window .contents {
	font-size: 10pt;
	padding: 10px;
	color: #585858;
	overflow: hidden;
}

.window .cleancontents {
	position: relative;
	font-size: 10pt;
	color: #585858;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.window .contentpanneled {
	background-color: #F3F3F3;
	font-size: 10pt;
	color: #585858;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.window .roundpannelgrey {
	background: #F3F3F3;
	border: 1px solid #acacac;
	border-radius: 6px;
	overflow: hidden;
}

.windowtools{
	margin-right: 8px;
	position: absolute;
	top: 6px; 
	right: 0px; 
	height: 24px; 
	width: 200px;
}

.windowtools .toolicon_normal {
	display: inline;
	float: right;
	margin-left: 5px;
	cursor: pointer;
}
.windowtools .toolicon_hoover {
	display: inline;
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

.windowtools .closebutton_hoover {
	display: inline;
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

.windowtools .toolicon_disabled{
	display: inline;
	float: right;
	margin-right: 5px;
}

.windowtools .toolicon_normal svg{
	height: 24px;
	width: 24px;
	fill:#5F6061;
}
.windowtools .toolicon_hoover svg{
	height: 24px;
	width: 24px;
	fill:#00355D;
}

/*Niewe window toolicon*/
.windowtools .toolicon {
	display: inline;
	float: right;
	margin-left: 7px;
	margin-top: 4px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	fill:#5F6061;	
}
.windowtools .toolicon:hover {
	fill: #8FC1E2;
}

.windowtools .toolicondisabled {
	display: inline;
	float: right;
	margin-left: 7px;
	margin-top: 4px;
	fill: #D7DADD;	
}

.windowtools .toolicon_disabled svg{
	margin-left: 7px;
	margin-top: 4px;	
	height: 24px;
	width: 24px;
	fill:#D7DADD;
	display: inline;
	float: right;
	
}

.windowtools .closebutton_hoover svg{
	height: 24px;
	width: 24px;
	fill:#8FC1E2;
}

/*SVG Incard Icons */
#qeditmenu .toolicon {
	display: block;
	cursor: pointer;
	height: 30px;
	width: 30px;
	fill:#5F6061;
	margin: 10px;
}
#qeditmenu .toolicon:hover {
	fill: #8FC1E2;
}

/* sharebutton */
#sharebutton .toolicon {
	display: block;
	cursor: pointer;
	height: 50px;
	width: 50px;
	fill:#5F6061;
	margin: 15px;
}
#sharebutton .toolicon:hover {
	fill: #8FC1E2;
}

#copybutton {
	background-color: #5F6061;
	fill: #FFFFFF;
	cursor: pointer;
}
#copybutton:hover {
	background-color: #8FC1E2;
	fill: #FFFFFF;
	cursor: pointer;
}

.copyinfo_normal{ color: #5F6061; }
.copyinfo_green{ color: #4CAF50; }
.copyinfo_red{ color: #F44336; }


/*SVG Remove BCK */
.fieldiconbutton {
	display: inline-block;
	cursor: pointer;
	height: 15px;
	width: 15px;
	fill:#5F6061;
	margin-left: -22px;
	position: relative;
    top: 4px;
}
.fieldiconbutton:hover {
	fill: #8FC1E2;
}

select optgroup[label="----------------"] {
    color: gray;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

/* WINDOW OBJECTS */
.panelnewinset {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
}

.panelnewoutset {
	position: relative; 
	outline: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 10px;
	background: #FDFDFD;
	border-radius: 4px;
}

.textfieldnew {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
}

.textfieldnew:focus {
	border: inset 1px rgba(0, 0, 0, 0.40); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	outline: none;
}

/* BUTTONS */
.btn {
  background: #fcfcfc;
  color: #50b7e0;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0px 9px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;  
}
.btn:hover {
  background: #f2f2f2;
}

.btn_reset {
  background: #fcfcfc;
  color: #f27d7d;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0px 9px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;  
}
.btn_reset:hover {
  background: #f2f2f2;
}

.btn_ok {
  background: #fcfcfc;
  color: #49CA28;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0px 9px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;  
}
.btn_ok:hover {
  background: #f2f2f2;
}

.btn_reload {
  background: #fcfcfc;
  color: #50b7e0;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0px 9px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;  
}
.btn_reload:hover {
  background: #f2f2f2;
}
.btn_reload:hover svg{
  fill: #f27d7d;
}

.btn_disabled {
  background: #f2f2f2;
  color: #E1E1E1;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0px 9px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;  
}

/* TEXTFIELDS */
.textfieldnew {
	border: inset 1px rgba(0, 0, 0, 0.25);
	background-color: #FFFFFF; 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
}

.textfieldnew:focus {
	border: inset 1px rgba(0, 0, 0, 0.40); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	outline: none;
}

/* TEXTFIELDS THAT ARE REQUIERD */
.textfieldrequired {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	background-color: #F6FEFA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
}
.textfieldrequired:focus {
	border: inset 1px rgba(0, 0, 0, 0.40);
	background-color: #F6FEFA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	outline: none;
}

/* TEXTFIELDS THAT ARE REQUIERD NOT FILLED IN*/
.textfieldrequirederror {
	border: inset 1px rgba(255, 74, 76, 0.65); 
	background-color: #FFE7E7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
}
.textfieldrequirederror:focus {
	border: inset 1px rgba(255, 74, 76, 0.95);
	background-color: #FFE7E7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	outline: none;
}


/* Message Box */
/* WINDOWS */
.msgbox {
	background: #fff;
	width: 50%;
	height: 75%;
	margin: auto;
	border: 1px solid #acacac;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #acacac;
	position: fixed;
	left: 25%;
	top: 12.5%;
}

.msgbox .titlebar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E2E1E2)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -moz-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -ms-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -o-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: linear-gradient(top, #e1dfe1, #E2E1E2);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}

.msgbox .titlebar_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E4ACAC)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -moz-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -ms-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -o-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: linear-gradient(top, #e1dfe1, #E4ACAC);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}
.msgbox .titletext{
  color: #4d494d;
  font-size: 10pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  padding-left: 10px;
}

.msgbox .contents {
	font-size: 10pt;
	padding: 10px;
	color: #585858;
}

.msgbox .closebutton_normal svg{
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	fill:#5F6061;
	cursor: pointer;
}
.msgbox .closebutton_normal svg{
	height: 18px;
	width: 18px;
	fill:#5F6061;
}
.msgbox .closebutton_hoover {
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	fill:#5F6061;
	cursor: pointer;
}
.msgbox .closebutton_hoover svg{
	height: 18px;
	width: 18px;
	fill:#B10000;
}

.FrontCardPreview {
  border: 1px solid #999999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  	
}


.ThumbCardHolder {
    position: relative;
    height: 270px;
    display: inline-block;
    padding: 5px;
    margin: 20px 10px; /* Top/bottom 20px, left/right 10px */
    vertical-align: top;
    text-align: center;
}

.ThumbCardHolder:first-child {
    margin-left: 20px; /* Ensures the first image starts with 20px on the left */
}

.ThumbImageHolder {
    height: 242px;
    width: auto;
    display: flex;
    align-items: flex-end; /* Aligns content (image) to the bottom */
}

.ThumcardImage {
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #999999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 5px;
    margin: 5px;
}

.ThumcardImage:hover {
	background-color: #8FC1E2;
}

.windowwatermark {
	opacity: .05;
	position: absolute;
}

/* VERTICSL TABS */
.vertab_active{
	width: 190px;
	background-color: #FFFFFF;
	border: 1px outset #cccccc;
	overflow: hidden;
	padding: 14px;
	margin-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #6E0038;
}

.vertab_active svg{
	fill:#6E0038;
	width: 24px;
	height: 24px;	
}

.vertab_deactive{
	width: 185px;
	overflow: hidden;
	padding: 12px;
	margin-top: 5px;
	cursor: pointer;
	padding-left: 10px;
	color: 5F6061;
}
.vertab_deactive svg{
	fill:#5F6061;
	width: 24px;
	height: 24px;	
}

.vertab_deactive_hoover{
	width: 185px;
	overflow: hidden;
	padding: 12px;
	margin-top: 5px;
	color: #6E0038;
	cursor: pointer;
	padding-left: 10px;
}
.vertab_deactive_hoover svg{
	fill:#6E0038;
	width: 24px;
	height: 24px;	
}

.vertabicon{
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin-top: 5px;
	cursor: pointer;
	position: static;
	display: inline-block;
	top: 15px;
}

.vertablabel{
	padding-left: 10px;
	cursor: pointer;
	position: relative;
	display: inline;
	top: -5px;
}

/* SETTING PANNELS */
.vertabpannel_active {
	position: absolute;
	top: 0px;
	left: 190px;
	height: calc(100% - 40px);
	overflow: hidden;
	visibility: visible;
	display: block;
	font-size: 10pt;
	color: #585858;
}

.vertabpannel_deactive {
	position: absolute;
	top: 0px;
	left: 190px;
	overflow: hidden;
	visibility: hidden;
	font-size: 10pt;
	display: none;	
}