/*  **  global-gubb.css for gubb-mkVI  October 2015  **  */

body {
	background-color:#000;
	overflow:scroll;
	font-family: Calibri, Arial;
	color:#c0c0c0;
	font-size:18px;
	line-height:29px;
}

*:focus {
    outline: none;
}

a {
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	font-size:18px;
}

ul {
	font-size:18px;
}

ul a:hover, ul li a:hover {
	color:#0f0;
}

select {
	width:240px;
	font-size:25px;
}

input[type="text"] {
    font-size:25px;
}

input[type="submit"] {
    padding:10px;
	border:2px solid #0f0;
	border-radius:50%;
	background-color:#f07122; 
	cursor:pointer;
}

input[type="submit"]:hover {
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 20px #fff;
}

#gubTut h2  {
	color:#42C0FB;
}

#gubTut h3, #gubTut h4 {
	color:#FF5800;
}
.green {
	color:#0f0;
}

input[readonly] {
	background-color:Yellow;
}

fieldset {
	box-shadow:inset 0 0 20px #37edf8, 0 0 20px #37edf8;
	border-radius:10px;
}

.contentSM {
	position:relative;
	width:25vw;
	min-width:350px;
	margin-left:auto;
	margin-right:auto;
	
}

.contentMED {
	position:relative;
	width:50vw;
	min-width:350px;
	margin-left:auto;
	margin-right:auto;	
}

.contentLG {
	position:relative;
	width:100vw;
	min-width:350px;
	margin-left:auto;
	margin-right:auto;	
}

.cb {
	clear:both;
}

.pL20 {
	padding-left:20px;
}

.pT20 {
	padding-top:55px;
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.bttLink {
	color:#7DF9FF;
	text-shadow:0 0 10px #00f;
	text-align:right;
}


.bttLink:hover {
	color:#fff;
	text-shadow:0 0 20px #fff;
}

/*  ** css for log-in captcha  ** */

.orange {
	color:#f07122;
}

#captcha-shape {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.triangle{
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 100px solid #f07122;
}

.square {
	width: 100px;
	height: 100px;
	background-color:#f07122;
}

.pentagon {
    position: relative;
    width: 54px;
    border-width: 50px 18px 0;
    border-style: solid;
    border-color: #f07122 transparent;
}

.pentagon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -85px;
    left: -18px;
    border-width: 0 45px 35px;
    border-style: solid;
    border-color: transparent transparent #f07122;
}

.hexagon {
	width: 100px;
	height: 55px;
	background: #f07122;
	position: relative;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #f07122;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #f07122;
}

/* ** logo and header style  **  */
.keyDisplay {
	clear:none;
}
.logo-holder {
	width:11.9vw;
	float:left;
	min-width:150px;
}

.title {
	float:left;
	color:#c0c0c0;
	font-size:200%;
	position:relative;
	z-index:1;
	left:-100px;
}

#indSec {
	clear:both;
	position:relative;
	width:25vw;
	min-width:350px;
	margin:auto;
}

/*  **  control-panel styling  **  */

.displayHeader {
	width:29vw;
	min-width:350px;

}

.displayDetails {
	border:1px solid blue;
}	

.cpContent {
	clear:both;
	width:95vw;
	background:radial-gradient(black 15%, transparent 16%) 0 0,
	radial-gradient(black 15%, transparent 16%) 8px 8px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#333; /*  #282828  */
	background-size:16px 16px;
	overflow:hidden;	
	border-image: url('../images/metalbkg2.jpg') 30 30 30 30 
	round round; 
	border-style: inset;
	border-width: 30px; 
	margin-bottom:50px;
}

.cpColumn1 {
	position:relative;
	float:left;
	width:29vw;
	min-width:350px;
}

.cpColumn {
	position:relative;
	float:left;
	width:29vw;
	min-width:350px;
}

.shine:hover {
	color:#fff;
	text-shadow:0 0 10px #fff;
}

.cpContFormPage p {
	text-align:center;
}

/*  **  create new buttons  **  */
.cpButt{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:250px;
	margin:auto;
	text-align:center;
	background-color:#008000;
	border-radius:17px;
	border:1px solid #444;
	box-shadow: inset 5px 5px 5px #fff, inset -5px -6px 5px #444;
	cursor:pointer;	
	color:#c0c0c0;
	font-weight:bold;
	font-size:16px;
}

a .cpButt {
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	font-size:16px;
	display:block;	
}

.cpButt:hover{
	background-color:#0f0;
	border:1px solid #fff;
	box-shadow: 0px 0px 15px 5px #fff;
	color:#000;
}

/*  **  edit existing buttons  **  */
.cpExButt{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:250px;
	margin:auto;
	text-align:center;
	background-color:#FF5800;
	border-radius:17px;
	border:1px solid #444;
	box-shadow: inset 5px 5px 5px #fff, inset -5px -6px 5px #444;
	cursor:pointer;	
}

a .cpExButt {
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	font-size:16px;
	display:block;	
}

.cpExButt:hover{
	background-color:#f07122;
	border:1px solid #fff;
	box-shadow: 0px 0px 15px 5px #fff;
	color:#000;
}

/*  **  delete existing buttons  **  */
.cpDelButt{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:250px;
	margin:auto;
	text-align:center;
	background-color:#A00000;
	border-radius:17px;
	border:1px solid #444;
	box-shadow: inset 5px 5px 5px #fff, inset -5px -6px 5px #444;
	cursor:pointer;	
}

a .cpDelButt {
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	font-size:16px;
	display:block;	
}

.cpDelButt:hover{
	background-color:#f00;
	border:1px solid #F00;
	box-shadow: 0px 0px 15px 5px #fff;
	color:#000;
}

/*  **  upload images buttons  **  */
.cpULButt{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:250px;
	margin:auto;
	text-align:center;
	background-color:#0147FA;
	border-radius:17px;
	border:1px solid #444;
	box-shadow: inset 5px 5px 5px #fff, inset -5px -6px 5px #444;
	cursor:pointer;	
}

a .cpULButt {
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	font-size:16px;
	display:block;	
}

.cpULButt:hover{
	background-color:#42C0FB;
	border:1px solid #009ACD;
	box-shadow: 0px 0px 15px 5px #fff;
	color:#000;
}

/*  **  client CRUD  buttons  **  */
.cpCLButt{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:250px;
	margin:auto;
	text-align:center;
	background-color:#993300;
	border-radius:17px;
	border:1px solid #444;
	box-shadow: inset 5px 5px 5px #fff, inset -5px -6px 5px #444;
	cursor:pointer;	
}

a .cpCLButt {
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	font-size:16px;
	display:block;	
}

.cpCLButt:hover{
	background-color:#FFCC00;
	border:1px solid #993300;
	box-shadow: 0px 0px 15px 5px #fff;
	color:#000;
}

/*  **  permissions CRUD  buttons  **  */
.cpPMButt{
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	width:250px;
	margin:auto;
	text-align:center;
	background-color:#8F008F;
	border-radius:17px;
	border:1px solid #444;
	box-shadow: inset 5px 5px 5px #fff, inset -5px -6px 5px #444;
	cursor:pointer;	
}

a .cpPMButt {
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	font-size:16px;
	display:block;	
}

.cpPMButt:hover{
	background-color:#FF99FF;
	border:1px solid #8F008F;
	box-shadow: 0px 0px 15px 5px #fff;
	color:#000;
}

/*  **  form pages styling **  */
.pushLeft {
	position:relative;
	left:12px;
	top:-3px;
}

.cpContFormPage {
	clear:both;
	width:25vw;
	min-width:240px;
	background:radial-gradient(black 15%, transparent 16%) 0 0,
	radial-gradient(black 15%, transparent 16%) 8px 8px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#333; /*  #282828  */
	background-size:16px 16px;
	overflow:hidden;	
	border-image: url('../images/metalbkg2.jpg') 30 30 30 30 
	round round; 
	border-style: inset;
	border-width: 30px; 
	margin-bottom:50px;
	padding:30px;
}


/*  **  media query safari park  **  */

@media screen and (max-width: 770px) {
	.keyDisplay {
		clear:both;
	}
	
	.cpContent {
		width:85vw;
	}
	
	.title {
		left:0;
	}

}




