/*
Template:	GT-101
File:		custom.css - Use this file to add any custom styles you need

If you add styles to this template, be sure to include it in your template files.
*/

.white { color: #fff; }

.center { text-align: center; }
.right { text-align: right; }


.clear { clear:both; }

.nofloat { float: none; }

.float_right { float: right; }
.float_left { float: left; }

form.styled p {
	margin-bottom: 1.5em;
}

form.styled select {
	font-size: 12px;
	border: 1px solid #ccc;
}

form.styled select.multiple {
	padding: 0 1em 0 0;
	width: 370px;
	height: 8em;
}

form.styled input {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1.5;
}

form.styled label,
strong.faux_label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #003D6D;
}

form.styled label.normal {
	font-weight: normal;
	text-transform: none;
	display: inline;
	color: #000;
}

form.styled input.button {
	border: 0;
	padding: 0;
	vertical-align: middle;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

form.styled textarea {
	font: 12px Arial,sans-serif;
	padding: 4px;
	height: 50px;
	width: 500px;
}

div.gt-sidebar form.styled textarea {
	width: 280px;	
}

form.styled textarea.code {
	font-family: "Courier New","Courier",monospace;
}

form.styled textarea.html { font-family: "Courier New",monospace; height: 120px; width: 550px; }

ul.errors {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ca0000;
	background: #fefe88;
	color: #ca0000;
	list-style: none;
}

ul.errors li { list-style: none; margin: 0; }

.success {
	color: #006600;
	border: 1px solid;
	background: #fefe88;
	padding: 1em;
	margin: 1em 0;
}

h3 { margin-top: 1.5em; }

div.subform {
	width: 500px;
	margin: 1em 3em;
	padding: 1em 1em 0;
	background: #f2f2ff;
	border: #dddde7 1px solid;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.soft {
	color: #666;
	font-size: 11px;
}

.gt-list-table tr td .soft a { color: #666; }

table.gt-list-table tr td { vertical-align: top; }

table.basic {
	margin: 1em 0;
	border: 0;
	border-collapse: collapse;
	line-height: 1.25;
}

	table.basic tr th {
		font-weight: bold;
		color: #000;
	}
	
	table.basic tr th,
	table.basic tr td {
		vertical-align: top;
		padding: .5em 2em .5em .5em;
		border-bottom: 1px solid #ddd;
	}
	
	table.basic tr td.label { width: 170px; }
	
	
	
ul#tabs {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	border-bottom: 1px solid #555;
	height: 30px;
}

	ul#tabs li {
		float: left;
		list-style-type: none;
		margin: 0 5px;
		padding: 0;
	}
	
		ul#tabs li a {
			display: block;
			padding: 6px 1em;
			border: 1px solid #ccc;
			border-bottom: 0;
			background: #f5f5f5;
			color : #888;
			text-decoration: none;
			-moz-border-top-right-radius: 5px;
			-moz-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
		
		ul#tabs li a:hover { color: #666; border-color: #888; }
		
		ul#tabs li a.active {
			color: #069;
			background: #fff;
			font-weight: bold;
			border-color: #555;
			padding-bottom: .6em;
		}

.tab_pane { padding: 1em;  }

.gt-content h2 em { font-style: normal; }
.gt-content h2 em a { text-decoration: none; }
.gt-content h2 em a:hover { text-decoration: underline; }

div.indent {
	border-left: 3px #e7e7e7 solid;
	padding: 1em 1em 1em 2em;
	margin: 0;
}

form.styled p.template_list label {
	display: block;
	line-height: 1.5;
}

form.styled p.template_list label.custom {
}

form.styled p.template_list input {
	
}

form.styled p.template_list img {
	margin: 0 0 .5em;
	display: block;
	cursor: pointer;
}

form.styled fieldset {
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 1em 1em 0;
	margin: 1em 0;	
}

form.styled input[type="button"] { cursor: pointer; }

table.layout { border-collapse: collapse; margin: 0 0 1em; }
table.layout tr td { vertical-align: top; }
form.styled table.layout tr td { padding-right: 3em; }
form.styled table.layout tr td.right { padding-right: 0; }

form.styled fieldset table.layout tr td select#field_type { padding: 4px; }

form.styled fieldset div#question_preview {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1em;
	margin: 1em; 
}

form.styled fieldset div#question_preview label { display: block; padding-right: 2em; text-transform: none; width: 220px; }
form.styled fieldset div#question_preview table tr td { vertical-align: top; }
form.styled fieldset div#question_preview table tr td textarea { height: 60px; width: 300px; }

form.styled fieldset table tr td select#option_list { height: 60px; width: 200px; }

span.req { color: #ca0000; font-weight: normal; }


#sortable {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sortable li {
	list-style-type: none;
	margin: 0;
	padding: 7px 10px;
	background-color: #e9eff9;
	border-bottom: 1px solid #fff;
	color: #333;
}

#sortable li span.question {
	display: block;
	width: 500px;
	float: left;
	cursor: default;
}

#sortable li span.question_options {
	display: block;
	text-align: right;
}

.gt-content h3.faux_table_header {
	background: url(../images/gt/table-hd-bkg.gif) no-repeat 50% 0;
	font-weight: bold;
	font-size: 123.1%;
	margin: 0;
	padding: 10px;
	color: #fff;
}

table.gt-list-table tr td.image strong {
	display: block;
	padding: 0 0 4px 28px;
	background: url("../images/icon_image.png") top left no-repeat;
}

table.gt-list-table tr td.popup strong {
	display: block;
	padding: 0 0 4px 28px;
	background: url("../images/icon_page.png") top left no-repeat;
}

#job_jumper {
	position: absolute;
	top: 38px;
	right: 20px;
	font-size: 12px;
}


#assets, #assets li ul { margin: 0; padding: 0; list-style: none; }
#assets li, #assets li ul li { list-style-type: none; margin: 0; padding: 0; }

#assets li.folder ul { padding: 1em 0 0; }

#assets li.folder strong.folder {
	display: block;
	border-bottom: #d7d7d7 solid 1px;
	border-top: #d7d7d7 solid 1px;
	font-size: 1.15em;
	padding: 0 0 0 30px;
	background: #f0f0f0 url("../images/icon_folder.png") 4px 4px no-repeat;
	position: relative;
}

#assets li.folder strong.folder a { font-weight: normal; font-size: .8em; position: absolute; top: 8px; right: 10px;}
#assets li.folder strong.folder span { display: block; padding: .5em; cursor: pointer; }

#assets li.folder ul li { padding: 0 1em 1em; margin: 0 0 1em; border-bottom: 1px solid #e7e7e7; }
#assets li.folder ul li a { font-weight: bold; text-decoration: none; }
#assets li.folder ul li input.url { border: 1px solid #d7d7d7; background: #f9f9f9; padding: 3px; width: 500px; }

#assets li ul li em { clear: left; display:block; margin-top: 1em; }
#assets li.folder ul li img.thumbnail { width: 75px; float: left; margin: 0 1em 1em 0; border: 0; }

img.button { vertical-align: middle; }

.ui-datepicker-trigger { margin: 4px 0 0 4px; vertical-align: top; cursor: pointer; }


span.email_controls,
span.email_controls select {
	color: #000;
	font-size: 10px;
}
span.email_controls input {
	border:1px solid #ccc;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	background: #f5f5f5;
	color: #000;
	padding: 4px 1em;
	margin: 0 0 0 1em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
span.email_controls input:hover { background: #e5e5e5; }

form.styled input.mycolorpicker { cursor: pointer; width:40px !important; }
form.styled input.colorpicker_value { border: 0; background: transparent; font-family: "Courier New",Courier,monospace;}


#settings .sortable { list-style: none; margin: 1em 0 2em; padding: 0 1em; }
#settings .sortable li { list-style-type: none; margin: 0; padding: 0 0 .5em; }
#settings .sortable li label { display: block; text-transform: none; display: block; float: left; width: 100px; }
