/*
 * JBoss, Home of Professional Open Source
 * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual
 * contributors by the @authors tag. See the copyright.txt in the
 * distribution for a full listing of individual contributors.
 *
 * Licensed 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.
 */
/* Core styles for the mobile version of the application */
body {
   font-family: Verdana, sans-serif;
}

#container {
    text-align: left;
    margin: 0 auto;
    padding: 0 20px 10px 20px;
    border-top: 5px solid #000000;
    border-left: 5px solid #8c8f91;
    border-right: 5px solid #8c8f91;
    border-bottom: 25px solid #8c8f91;
    width: 865px; /* subtract 40px from banner width for padding */
    background: #FFFFFF;
    background-image: url(../img/headerbkg.png);
    background-repeat: repeat-x;
    padding-top: 30px;
    box-shadow: 3px 3px 15px #d5d5d5;
}


p {
   margin-left: 8px;
   margin-right: 8px;
}

a {
   
   text-decoration: none;
}

/* Header and footer styles */

.header_logo{
   float: left;
   margin-top: 3px;
   margin-left: 8px;
}

.logo {
    float: left;
    padding-left: 10px;
}

.highlights {
    width: 240px;
    float: left;
    
}

.highlights ul {
    margin-top: 0;
}

.footer_left {
   float: left;
   margin-left: 8px;
}

.footer_right {
   float: right;
   margin-right: 8px;
}

.footer a:hover {
   text-decoration: none;
}

.mobileicon {
    float: right;
    padding: 0 10px 0 10px;
}

/*- utils -*/
.max-width-100 {
    max-width: 100%;
}


/* Member registration styles */

/* override default jquery mobile styles
 * This was necessary because the current jQuery Mobile Themeroller seems to
 * have a bug that will not allow editing the default theme and any theme it
 * generates is not compatible with 1.0.1
 */
.ui-bar-a {
   background: #71A1D0;
   background-image: -webkit-gradient(linear, left top, left bottom, from( #81B9EF), to( #6088B0));
   background-image: -webkit-linear-gradient( #81B9EF, #6088B0);
   background-image: -moz-linear-gradient( #81B9EF, #6088B0);
   background-image: -ms-linear-gradient( #81B9EF, #6088B0);
   background-image: -o-linear-gradient( #81B9EF, #6088B0);
   background-image: linear-gradient( #81B9EF, #6088B0);
}

.ui-body-a .ui-link {
   color: #E25027;
   font-weight: bold;
}

.ui-body-a .ui-link:visited, .ui-body-a .ui-link:hover {
   color: #E25027;
}

.ui-btn-active {
   border: 1px solid #155678;
   background: #71A1D0;
   background-image: -webkit-gradient(linear, left top, left bottom, from( #71A1D0), to( #71A1D0));
   background-image: -webkit-linear-gradient( #71A1D0, #71A1D0);
   background-image: -moz-linear-gradient( #71A1D0, #71A1D0);
   background-image: -ms-linear-gradient( #71A1D0, #71A1D0);
   background-image: -o-linear-gradient( #71A1D0, #71A1D0);
   background-image: linear-gradient( #71A1D0, #71A1D0);
}

.ui-btn-up-a {
   border: 1px solid #155678;
   background: #3E73A8;
   background-image: -webkit-gradient(linear, left top, left bottom, from( #3E73A8), to( #3E73A8));
   background-image: -webkit-linear-gradient( #3E73A8, #3E73A8);
   background-image: -moz-linear-gradient( #3E73A8, #3E73A8);
   background-image: -ms-linear-gradient( #3E73A8, #3E73A8);
   background-image: -o-linear-gradient( #3E73A8, #3E73A8);
   background-image: linear-gradient( #3E73A8, #3E73A8);
}

.ui-btn-hover-a {
   border: 1px solid #155678;
   background: #5d81ab;
   background-image: -webkit-gradient(linear, left top, left bottom, from( #E25027), to( #E25027));
   background-image: -webkit-linear-gradient( #E25027, #E25027);
   background-image: -moz-linear-gradient( #E25027, #E25027);
   background-image: -ms-linear-gradient( #E25027, #E25027);
   background-image: -o-linear-gradient( #E25027, #E25027);
   background-image: linear-gradient( #E25027, #E25027);
}

.ui-btn-hover-a, .ui-btn-hover-a .ui-btn-inner .ui-btn-text {
   color: #FFF;
}

.ui-body-a, .ui-dialog.ui-overlay-a {
   color: #333;
   text-shadow: none;
   background: #F0F0F0;
   background-image: -webkit-gradient(linear, left top, left bottom, from( #EEE), to( #DDD));
   background-image: -webkit-linear-gradient( #EEE, #DDD);
   background-image: -moz-linear-gradient( #EEE, #DDD);
   background-image: -ms-linear-gradient( #EEE, #DDD);
   background-image: -o-linear-gradient( #EEE, #DDD);
   background-image: linear-gradient( #EEE, #DDD);
}

.ui-mobile fieldset{
   padding-left: 5px;
   padding-right: 5px;
}

/* Member table styles */
#members .row .col .head {
    float: left;
    width: 70px;
    border: none;
    padding: 4px 5px;
}

#members .row .col {
    width: 100%;
    float: left;
    clear: left;
    background-color: #fff;
    border: 1px dotted #ccc;
}

#members .row .col .data {
    padding: 4px 4px 4px 94px;
}

#members .col:nth-child(5) {
    margin-bottom: 20px;
}

#member-art {
    padding-top: 30px!important;
}

#member-art .ui-content .ui-btn {
    float: right;
}

/* Hide column header rows if present */
.columnNames {
    display: none;
}

/* Hide Desktop Items */
section > h1, article > h2, aside > h3, footer, .member-foot .ui-btn, .highlights, .logo, .dualbrand {
	display: none;
}


#container_buttons{
	width: 200px;
	margin: 0 auto;
	background: rgba(255,255,255,0.3);
	padding: 20px 20px 10px;
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.09) inset;
}

#container_buttons p{
	display:block;
	padding-bottom:10px;
}



.content_button {
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 10px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.content_button a{
	background-color:#3bb3e0;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	text-color:#fff;

}

.content_button:active {
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.content_button::before {
	background-color:#2591b4;	
	background-image:url(images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.content_button:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}

/***FIRST STYLE THE BUTTON***/ 
.bigbutton { 
width:500px;
 background: #3e9cbf; /*the colour of the button*/ 
padding: 8px 14px 10px; /*apply some padding inside the button*/ 
border:1px solid #3e9cbf; /*required or the default border for the browser will appear*/ 
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/ 
/*style the text*/ 
font-size:1.5em;
 font-family:Oswald, sans-serif; /*Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
 letter-spacing:.1em;
 text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
 color: #fff;
 /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/ 
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
 -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
 box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
 /*give the corners a small curve*/ 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
 border-radius: 10px;
 }
 /***SET THE BUTTON'S HOVER AND FOCUS STATES***/ 
.bigbutton:hover, .bigbutton:focus {
 color:#dfe7ea;
 /*reduce the size of the shadow to give a pushed effect*/ 
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
 -moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
 box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
 }
 
 
 #container_btns{
	width: 100%;
	height : 380px;
	margin: 0 auto;
	background: rgba(255,255,255,0.3);
	padding: 15px 10px 15px 10px;
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.09) inset;
}

 .a-btn{
    background: linear-gradient(top, #a9db80 0%,#96c56f 100%);
    background-color: #5d81ab;
    padding-left: 60px;
    padding-right: 80px;
    width: 50%;
    height: 50px;
    display: inline-block;
    position: relative;
    border: 1px solid #80ab5d;
    box-shadow: 
		0px 1px 1px rgba(255,255,255,0.8) inset, 
		1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    float: left;
    clear: both;
    margin: 5px 0px;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
}
.a-btn img{
    position: absolute;
    left: 15px;
    top: 10px;
    border: none;
    transition: all 0.3s ease-in-out;
}
.a-btn .a-btn-slide-text{
    position: absolute;
    font-size: 28px;
    top: 10px;
    left: 15px;
    color: #369;
    opacity: 0;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.4);
    transition: opacity 0.2s ease-in-out;
}
.a-btn-text{
    padding-top: 7px;
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px -1px 1px #80ab5d;
}
.a-btn-text small{
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
}
.a-btn-icon-right{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 80px;
    border-left: 1px solid #80ab5d;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}

.a-btn-icon-right span{
    width: 38px;
    height: 38px;
    opacity: 0.7;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    border: 1px solid rgba(0,0,0,0.5);
    background: #4e5c50 url(images/right_arrow.png) no-repeat center center;
    box-shadow: 
        0px 1px 1px rgba(255,255,255,0.3) inset, 
        0px 1px 2px rgba(255,255,255,0.5);
    transition: all 0.3s ease-in-out;
}
 
 .a-btn:hover{
    box-shadow: 
        0px 1px 1px rgba(255,255,255,0.8) inset, 
        1px 1px 5px rgba(0,0,0,0.4); 
    background-color:  #80a9da;
    color: #5d81ab;
}
.a-btn:hover img{
    transform: scale(10);
    opacity: 0;
}

.a-btn-text:hover{
    color: #5d81ab;  
}

.a-btn:hover .a-btn-slide-text,
.a-btn:hover .a-btn-icon-right span{
    opacity: 1;
}

.a-btn:active {
    position:relative;
    top:1px;
    background:#80ab5d;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #a9db80;
}
.a-btn:active .a-btn-icon-right span{
    transform: scale(1.4);
}

