/*
Copyright (C) 2014 Allentium Software
*/

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  background-color: #cccccc;
}

.ASAppThemeBackground
{
    background : #ffd7b7;
}
.ASAppThemeMainColour
{
    background : #FF7100;
}
.containerb
{
    position : relative;
    margin   : 0 auto;
    text-align: center;
    background  : #FEE8BD;
}

.headerb
{
    background  : #ab7b4f;
    line-height : 40px;
    height      : 40px;
    width       : 100%;
    color       : #fff;
}
.header h1
{
	margin-top:20px;
	float: left ;
	position:relative;
}
.toppadding
{
padding-top:25px;
}
.smallfooter
{
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    background-color: #ffddaa;
    color: #202020;
    font-family: verdana,"courier new",verdana,arial,helvetica,sans-serif;
    font-size: 80%;
    line-height: 90%;
    text-align: center;
}
.noticefooter
{
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    background-color: #FF7100;
    color: whitesmoke;
    font-family: verdana,"courier new",verdana,arial,helvetica,sans-serif;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
}
.uploadArea{ 
	min-height:300px;
	height:auto;
	border:1px dotted #ccc;
	padding:10px;
	cursor:move;
	margin-bottom:10px;
	position:relative;
}
h1, h5{ padding:0px; margin:0px; }
h1.title{ font-family:'Boogaloo', cursive; padding:10px; }
.uploadArea h1{ color:#ccc; width:100%; z-index:0; text-align:center; vertical-align:middle; position:absolute; top:25px;}
.dfiles{ clear:both; border:1px solid #ccc; background-color:#E4E4E4; padding:3px;  position:relative; height:25px; margin:3px; z-index:1; width:97%; opacity:0.6; cursor:default;}
h5{ width:95%; line-height:25px;}
h5, h5 img {  float:left;  }
.bordered-link {
    display: inline-block;
    padding: 8px;
    border: 3px solid #FCB326;
    border-radius: 6px;
    box-shadow:
        0 2px 1px rgba(0, 0, 0, 0.2),
        inset 0 2px 1px rgba(0, 0, 0, 0.2);
    /* Font styles */
    text-decoration: none;
    font-size: 14px;
}
.bordered-link:hover {
    border-color: #FDD68B
}
 
.bordered-link:active {
    border-color: #FEE8BD
}
.bordered-choice {
    display: inline-block;
    padding: 8px;
    border: 3px solid #CC6633;
    border-radius: 6px;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.2),
        inset 0 1px 1px rgba(0, 0, 0, 0.2);
    /* Font styles */
    text-decoration: none;
    font-size: 14px;
}
.asgobutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:19px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #cd8a15;
}
.asgobutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.asgobutton:active {
	position:relative;
	top:1px;
}
.asgobackbutton {
  background: #fcce7e;
  background-image: -webkit-linear-gradient(top, #fcce7e, #faa525);
  background-image: -moz-linear-gradient(top, #fcce7e, #faa525);
  background-image: -ms-linear-gradient(top, #fcce7e, #faa525);
  background-image: -o-linear-gradient(top, #fcce7e, #faa525);
  background-image: linear-gradient(to bottom, #fcce7e, #faa525);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
asgobackbutton:hover {
  background: #fcbc3c;
  background-image: -webkit-linear-gradient(top, #fcbc3c, #d9a234);
  background-image: -moz-linear-gradient(top, #fcbc3c, #d9a234);
  background-image: -ms-linear-gradient(top, #fcbc3c, #d9a234);
  background-image: -o-linear-gradient(top, #fcbc3c, #d9a234);
  background-image: linear-gradient(to bottom, #fcbc3c, #d9a234);
  text-decoration: none;
}
.errorouttoscreen
{
    text-align:left;
    font-weight:bold;
    display:inline;
    background-color:red;
    color:#fff;
}
input[type='checkbox'], input[type='radio'] {
    display: none;
  }
  .faExample label {
    font-size: 1.0em;
    vertical-align: middle;
    margin: 5px 0 5px 25px;
  }
  .faExample .ui-icon {
    border-radius: 15%;
    font-size: 0.8em;
    display: inline-block;
    box-shadow: 0 0 3px 0 rgb(216, 216, 216), inset 0 2px 0 -1px rgba(127, 127, 127, 0.27), 0 3px 7px -3px rgb(53, 53, 53);
    background-color: #474747;
    background: linear-gradient(to bottom, #474747 0%, #232323 100%);
    padding: 7px;
  }
  .faExample [class*="icon-"] {
    color: #444;
  }
  .faExample .ui-icon-on {
    color: #fff;
    background-color: #582B00;
    background: linear-gradient(to bottom, #BE5D00 0%, #FF9026 100%);
    box-shadow: 0 0 3px 1px rgb(216, 216, 216), 0 2px 0 -1px rgba(127, 127, 127, 0.27), inset 0 4px 13px -2px rgba(0, 0, 0, 0.5);
  }
  .faExample .ui-icon-round {
    font-size: 0.7em;
    padding: 9px 10px;
    border-radius: 50%;
  }
  