/*//////////////////////////GENERAL///////////////////////////////////*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
hr {
	color:#999;
	background:#999;
}
.hidden,.hide {
	display:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
hr {
	color:#999;
	background:#999;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-size:14px;
	font-family:'Signika Negative',sans-serif;
	height:100%;
	width:100%;
}
/*Prevent blue box from appearing*/
a {
	outline:none;
	-moz-outline-style:none;
}
/*Horizontal and vertical lines*/
.hline {
	border-bottom:1px solid #CCC;
	margin:5px;
	height:0;
	display:block;
}

.vline {
	border-right:1px solid #CCC;
	width:0;
	top:10%;
	height:80%;
	position:absolute;
}
/*Preview text for input boxes*/
.input-preview {
	display:none;/*Is displayed by JS*/
	color:#9B9B9B;
}




/*/////////////////////FOR SETTINGS PANELS/////////////////////////////*/
.settingsContainer{
	width:600px;
	max-height:100%;
	background:#EEE;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:sans-serif;
	color:#373737;
	border:1px solid #CCC;
	font-size:14px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 6px 0 0; /*To allow scroll bar to look ok*/
}
.settingsContainer .divide {
	width:100%;
	height:1px;
	background:#CCC;
}
.settingSection {
	width:548px;
	margin:4px 10px;
	padding:15px;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #DDD;
}

.settingAdj {
	padding: 25px 28px;
}

.infoContainer {
	width:528px;
	height:85px;
	overflow:hidden;
	margin:8px 10px;
	padding:25px;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #DDD;
	overflow:hidden;
}

.appIcon {
	display:inline-block;
	vertical-align:middle;
	float:left;
	margin-right:25px;
}

.infoContainer p, .infoContainer .info {
	float:left;
	border-left:solid 1px #999;
	padding:0 25px;
	height:95px;
	width:360px;
	position:relative;
}

.settingTitle {
	width:580px;
	color:red;
	background-image: url(images/rightArrowIcon.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	cursor: hand;
}
.settingTitle .active{
	background-image: url(images/downArrowIcon.png);
}

.settingTitle h2 {
	margin: 0px 0 0 29px;
	position: relative;
	top: 1px;
}

.settingTitle img {
	vertical-align:middle;
	float:left;
	margin-right:10px;
	position:relative;
	top:-4px;
}
.secondOption {
	margin: 0 0 0 30px;
}

.settingsContent {
	margin:30px;
}

.elementWrap {
	margin-bottom:15px;
}

.button1 {
	font-size:14px;
}

.infoButton {
	position:relative;
	right:-15px;
	bottom:32px;
	float:right;
	font-size:14px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#eee;
	padding:10px 15px;
	border:1px solid #CCC;
	background:#ff3019;
	background:-moz-linear-gradient(top,#ff3019 0%,#ff311e 35%,#ff3f2d 50%,#ff3019 65%,#cf0404 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff3019),color-stop(35%,#ff311e),color-stop(50%,#ff3f2d),color-stop(65%,#ff3019),color-stop(100%,#cf0404));
	background:-webkit-linear-gradient(top,#ff3019 0%,#ff311e 35%,#ff3f2d 50%,#ff3019 65%,#cf0404 100%);
	background:-o-linear-gradient(top,#ff3019 0%,#ff311e 35%,#ff3f2d 50%,#ff3019 65%,#cf0404 100%);
	background:-ms-linear-gradient(top,#ff3019 0%,#ff311e 35%,#ff3f2d 50%,#ff3019 65%,#cf0404 100%);
	background:linear-gradient(to bottom,#ff3019 0%,#ff311e 35%,#ff3f2d 50%,#ff3019 65%,#cf0404 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',endColorstr='#cf0404',GradientType=0);
}

.accountStatus {
	color:#999;
	position:relative;
	width:140px;
	bottom:25px;
	left:135px;
	display:inline-block;
	font-size:12px;
}
/*/////////////////////////////////////////////////////////////////*/




/*Section elements*/
.section {
	padding:8px 0;
	border-bottom:solid 1px #f5f5f5;
}

/*Subsection elements*/
.subsection {
	padding:4px 3px 4px 13px;
}

.subsection input {
	display:inline-block;
}

.radiusSelector {
	margin: 0px 0 0 7px;
	display: inline-block;
}


h1 {
	font-size:18px;
	font-weight:700;
}

h2 {
	color:#3d3d3d;
	font-size:17px;
	font-weight:400;
	margin:5px 6px;
}

h3 {
	display: inline-block;
	font-size: 14px;
	color: #1F1F1F;
	margin: 0 5px 0 0;
}

h4 {
	font-size:11px;
}

.app-view {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	height:100%;
}

.settings-view {
	width:300px;
	height:818px;
}

#debug{
	padding: 10px;
	position: fixed;
	top: 20px;
	right: 0px;
	color: blueviolet;
	max-width: 180px;
}

#preview {
	position:fixed;
	top:20px;
	left:624px;
}

/*White burst gradient background*/
.whiteBurst {
	width:100%;
	height:100%;
	background:-moz-radial-gradient(center,ellipse cover,rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%);
/* FF3.6+ */
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(255,255,255,0.33)),color-stop(100%,rgba(255,255,255,0)));
/* Chrome,Safari4+ */
	background:-webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-radial-gradient(center,ellipse cover,rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%);
/* Opera 12+ */
	background:-ms-radial-gradient(center,ellipse cover,rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%);
/* IE10+ */
	background:radial-gradient(ellipse at center,rgba(255,255,255,0.33) 0%,rgba(255,255,255,0) 100%);
/* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); */
/* IE6-9 fallback on horizontal gradient */
}

/*SETTINGS*/
/*Banner*/
.banner .logo {
	display:inline-block;
	width:55px;
	text-align:center;
	vertical-align:top;
	margin-top:5px;
}

.banner .logo img {
	max-width:50px;
}

.banner .description {
	display:inline-block;
	font-size:12px;
	width:211px;
	padding:10px 7px;
	border-left:solid 1px #ccc;
	min-height:40px;
}

.box {
	border:solid 1px #d3d3d3;
	border-radius:5px;
	margin:5px 4px;
	padding:0;
	background-color:#fff;
}

.error {
	color:red;
	border:solid 2px;
	border-color:red;
	margin:10px 0;
	padding:4px;
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}

.error-item {
	margin:3px;
}

.success {
	text-align:center;
	margin:3px;
	color:blue;
}


/*Default input / textarea styling*/
input {
}

input.big {
	font-size:17px;
	padding:4px 2px;
	width:270px;
	margin:20px 0 0 5px;
}

input.medium {
	font-size:17px;
	padding:5px 3px;
	width:230px;
	margin:7px 10px;
}

input.small {
	display:inline-block;
	width:130px;
	height:15px;
	font-size:12px;
	padding:2px 3px;
}

label input {
	width:auto;
}

/*Buttons*/
button {
	cursor:hand;
	cursor:pointer;
}

.redbutton {
	padding:5px 15px;
	margin:0 auto 3px;
	display:block;
	color:#fff;
	font-size:19px;
	text-decoration:none;
	text-shadow:0 -1px 2px #000;
	opacity:1;
	border:1px solid #CCC;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-opera-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	background:#FC0201;
	background:-webkit-gradient(linear,left top,left bottom,from(#FC0201),to(#B02728));
	background:-moz-linear-gradient(top,#FC0201,#B02728);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC0201',endColorstr='#B02728');
	box-shadow:3px 3px 7px #979797;
	-moz-box-shadow:3px 3px 7px #979797;
	-webkit-box-shadow:3px 3px 7px #979797;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#979797')";
/* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#979797');
/* For IE 5.5 - 7 */
}

.redbutton:hover {
/* opacity:0.9; */
	background:#DB4142;
	background:-webkit-gradient(linear,left top,left bottom,from(#F88),to(#DB4142));
	background:-moz-linear-gradient(top,#F88,#DB4142);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F88',endColorstr='#DB4142');
}

.redbutton:active {
	border:2px solid #747474;
}

.add-button {
	margin:10px 0;
}

/*For loading elements*/
.loading,.loading:hover {
	color:transparent;
	text-shadow:none;
	background-image:url(images/load-wheel.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*Header elements*/
.header {
	cursor:hand;
	cursor:pointer;
	position:relative;
}

.header:hover {
}

.header.active {
	border-bottom:solid 1px #C7C7C7;
}

.header h1 {
	padding:3px 3px 3px 20px;
	margin:0;
}

.header h1:active {
	color:red;
}

.pointer {
	background-image:url(images/icons.png);
	width:16px;
	height:16px;
	position:absolute;
	background-position:-32px -16px;
	background-repeat:no-repeat;
	left:2px;
	top:50%;
	margin-top:-8px;
}

.active .pointer {
	background-position:-64px -16px;
}

/*Don't show the prototype element*/
.prototype {
	display:none;
}


/*//////////////////COLOR SELECTOR///////////////////*/
.colorSelector {
	display:inline-block;
}
.colorSelectorPreview {
	display:inline-block;
	width:27px;
	height:27px;
	vertical-align:top;
	background-image:url(images/color-select-27.png);
	top: -3px;
	position: relative;
}
.colorSelectorInput {
	display:inline-block;
	vertical-align:top;
	width:58px;
	padding:2px;
	font-size:12px;
	text-align:right;
	color:gray;
}

/*For colorpicker plugin*/
.colorpicker input {
	width:auto;
}
.colorpicker {
	z-index:2;
/* background: #CACACA; */
	background:url(colorpicker/images/custom_background_2.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.colorpicker_rgb_r {
	background:url(colorpicker/images/custom_rgb_r.png);
}

.colorpicker_rgb_g {
	background:url(colorpicker/images/custom_rgb_g.png);
}

.colorpicker_rgb_b {
	background:url(colorpicker/images/custom_rgb_b.png);
}

.colorpicker_hsb_h {
	display:none;
	background:url(colorpicker/images/custom_hsb_h.png);
}

.colorpicker_hsb_s {
	display:none;
	background:url(colorpicker/images/custom_hsb_s.png);
}

.colorpicker_hsb_b {
	display:none;
	background:url(colorpicker/images/custom_hsb_b.png);
}

.colorpicker_hex {
	background:url(colorpicker/images/custom_hex.png);
}

.colorpicker_submit {
	background:url(colorpicker/images/custom_submit.png);
}

.colorpicker_current_color {
	display:none;
}

.colorpicker_submit {
	display:none;
}
/*Not implemented, but hoverovers/drags could be improved
.colorpicker_hue:hover, .colorpicker_hue div:hover{
	cursor:hand;
	cursor:pointer;
}
.colorpicker_hue:active, .colorpicker_hue div:active{
	cursor:hand;
	cursor:pointer;
}
*/
/*Cut of edges of color picker*/
.colorpicker {
	width:292px;
	left:3px!important;
}
/*//////////////////////////////////////////////////////////////*/




/*/////////////////////////FONT SELECTION////////////////////////*
/*Web safe fonts*/
/*
.Arial{
	font-family:Arial, Helvetica, sans-serif;
}
.Arial-Black{
	font-family:"Arial Black", Gadget, sans-serif;
}
.Palatino-Linotype{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.Times-New-Roman{
	font-family: "Times New Roman", Times, serif;
}
.Impact{
	font-family: Impact, Charcoal, sans-serif;
}
.Lucida-Sans-Unicode{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.Tahoma{
	font-family: Tahoma, Geneva, sans-serif;
}
.Trebuchet-MS{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.Verdana{
	font-family: Verdana, Geneva, sans-serif;
}
.Courier-New{
	font-family: "Courier New", Courier, monospace;
}
.Lucida-Console{
	font-family:"Lucida Console", Monaco, monospace;
}
*/
/*For web fonts*/
/*
.Anton{
	font-family: 'Anton', sans-serif;
}
.Caudex{
	font-family: 'Caudex', serif;
}
.Overlock{
	font-family: 'Overlock', cursive;
}
.Patrick-Hand{
	font-family: 'Patrick Hand', cursive;
}
.Jockey-One{
	font-family: 'Jockey One', sans-serif;
}
.Sarina{
	font-family: 'Sarina', cursive;
}
.Niconne{
	font-family: 'Niconne', cursive;
}
.Fredericka-the-Great{
	font-family: 'Fredericka the Great', cursive;
}
.Corben{
	font-family: 'Corben', cursive;
}
.Kelly-Slab{
	font-family: 'Kelly Slab', cursive;
}
.Marck-Script{
	font-family: 'Marck Script', cursive;
}
.Mr-De-Haviland{
	font-family: 'Mr De Haviland', cursive;
}
.Lobster{
	font-family: 'Lobster', cursive;
}
.Josefin-Slab{
	font-family: 'Josefin Slab', serif;
}
.Basic{
	font-family: 'Basic', sans-serif;
}
.Chelsea-Market{
	font-family: 'Chelsea Market', cursive;
}
.Enriqueta{
	font-family: 'Enriqueta', serif;
}
.Forucm{
	font-family: 'Forum', cursive;
}
.Jura{
	font-family: 'Jura', sans-serif;
}
.Noticia-Text{
	font-family: 'Noticia Text', serif;
}
.Open-Sans{
	font-family: 'Open Sans', sans-serif;
}
.Play{
	font-family: 'Play', sans-serif;
}
.Signika{
	font-family: 'Signika', sans-serif;
}
.Spinnaker{
	font-family: 'Spinnaker', sans-serif;
}
*/
/*//////////////////////////////////////////////////////////////*/


/*For draggable elements*/
.draggable {
	background-image:url(images/draggable.png);
	background-repeat:no-repeat;
	background-position:5px center;
}


/*////////////////////////SLIDER CSS///////////////////////////*
/*For slider properties*/
.slider-text {
	margin:-2px 0 0 8px;
	display:inline-block;
	vertical-align:top;
}

.slider-value {
	display:inline-block;
	margin:0 0 0 4px;
	padding:1px 0;
	font-size:12px;
	width:18px;
	border:solid 1px #c9c9c9;
	text-align:right;
}

/*the slider elememt*/
.ui-slider {
	width:191px;
	height:7px;
	background:#F6F6F6;
	position:relative;
	margin:0;
	padding:0 10px;
	display:inline-block;
}

/*Style for the slider button*/
.ui-slider .ui-slider-handle {
	width:24px;
	height:24px;
	position:absolute;
	top:-9px;
	margin-left:-12px;
	background:url(images/slider-button.png);
	border:none;
}
/*//////////////////////////////////////////////////////////////*/

/*This is the fill bar colour*/
.ui-widget-header {
	background:#EC1616;
	height:8px;
	left:1px;
	top:1px;
	position:absolute;
}

.ui-icon {
	background-image:url(images/icons.png);
}
