@charset "utf-8";

/* =Normalize
-------------------------------------------------------------- */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */img,legend{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none!important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,figure{margin:0}a{background:0 0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

* {
	box-sizing: border-box;
}

/* =Fonts 
-------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Lato:400,300,100,700,900);

@font-face {
		font-family: 'civicregular';
		src: url('../../fonts/civic_regular-webfont.eot');
		src: url('../../fonts/civic_regular-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../../fonts/civic_regular-webfont.woff2') format('woff2'),
				 url('../../fonts/civic_regular-webfont.woff') format('woff'),
				 url('../../fonts/civic_regular-webfont.ttf') format('truetype'),
				 url('../../fonts/civic_regular-webfont.svg#civicregular') format('svg');
		font-weight: normal;
		font-style: normal;
}

/* =Global
-------------------------------------------------------------- */
body  {
	font: 100% 'Lato', Arial, sans-serif;
	color: #545454;
	letter-spacing: .02em;
	font-weight: 400;
}

a {
	color: #007790;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

a:hover {
	color: #545454;
}

a.link-reverse {
	color: #5C6F7C;
}

a.link-reverse:hover {
	color: #007790;
}

h1, h2, h3, h4, h5, p, ul, ol, 
.sectionHeader, .sub_header {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5,  
.sectionHeader, .sub_header { 
	letter-spacing: .05em;
}

h1, .sectionHeader { font-size: 30px; font-weight: 400; text-transform: capitalize; }
h2, .sub_header { font-size: 22px; font-weight: 300;text-transform: capitalize; }
.sub_header { float: left;}
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.sectionHeader:after {
	content: "";
	width: 50px;
	height: 5px;
	background: #eee;
	display: block;
	margin: 10px 0 0;
}

sub { font-size: 7px; }

td { vertical-align: middle; }

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

.text-smaller {
	font-size: 70%;
}

.text-uppercase {
	text-transform: uppercase;
}

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

.civic {
	font-family: 'civicregular', Fallback, sans-serif;
	font-size: 140%;
}

.row {
	margin: 0;
	overflow: hidden;
}
.col-2 {
	float: left;
	width: calc(50% - 40px);
	margin: 0 20px;
}

.page_auth {
	min-height: 100%;
}

.page_auth footer {
	position: absolute;
	bottom: 0;
}

/* Clear Fix */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.form_error {
  width: 300px;
  margin-left: 155px;
  padding: 10px 0;
  color: #e22037;
  font-size: 13px;
}

/* =Structure + Layout
-------------------------------------------------------------- */

html,
* html .container { height: 100%; }

body {
	background: #fff url(../../images/admin/bodybg.png) repeat-x center bottom fixed;
}

.container {
	width: calc(100% - 100px);
	max-width: 1400px;
	min-height: 100%;
	margin: 0 auto;
	position:relative;
} 

header {
	padding: 0;
	width: 100%;
	background: #fff url(../../images/admin/line_bg.png) repeat 0 0;
}

header .container {
	background: transparent;
}

.logo { 
	width: 130px;
	margin: 0;
	display: block;
	float: right;
}

.logo img {
	display: block;
	width: 100%;
}

footer a {
	color: #545454;
	text-decoration: none;
}

footer a:hover  {
	color: #007790;
}

/* Footer 
---------------------------------- */

footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 20px 0px;
	background: #eee;
}

footer p {
	float: right;
	font-size: 11px;
	margin: 10px 0 0 0;
}

footer img {
	float: left;
}

/* Main Content Container 
---------------------------------- */

.mainContentWrapper {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: none;
	margin: 0 auto 50px;
	max-width: 1400px;
	padding: 40px;
	overflow: hidden;
}

/* Utility Nav + Main Nav
----------------------------------*/

.utility-nav {
	float: right;
	margin: 0;
	padding: 10px 0;
}

.utility-nav ul {
	margin: 15px 20px 0 0;
	padding: 0;
	float: right;
}

.utility-nav ul li {
	display: inline-block;
	float: left;
	padding: 0 0 0 10px;
	border-left: #555 1px solid;
	margin: 0 0 0 10px;
	list-style: none;
	font-size: 11px;
}

.utility-nav ul li:first-child {
	border-left: none;
}

.utility-nav ul li a {
	color: #555;
	font-size: 10px;
}

.utility-nav ul li a.username {
	text-transform: uppercase;
	color: #007790;
	margin: 0;
}

.main-nav {
	background: #e9e9e9;
	width: 100%;
	padding: 0;
	height: 84px;
}

.main-nav .client_logo {
	max-height: 63px;
	max-width: 220px;
	width: auto;
	height: auto;
	float: left;
	margin: 10px 0;
}

.main-nav .client_logo span {
	margin-top: 20px;
  display: block;
}

.main-nav .client_logo span {
	margin-top: 20px;
  display: block;
}

#menu {
	float: right;
	position: relative;
}

#menu ul {
	padding: 0;
	margin: 0;
	
}

#menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#menu ul li a {
	display: block;
	color: #333;
	padding: 34px 3px;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: transparent 5px solid
}

#menu ul li a:hover, #menu ul li.selected a {
	background: #fff;
	border-color: #007790;
}

/* Changelog */

#changelog {
	font-size: 14px;	
	line-height: 24px;
}

#changelog code {
	background: #e9e9e9;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 5px;
}

/* Menu Dropdowns */

#menu ul li ul.dropdown {
	position: absolute;
	top: 100%;
	left: -1px;
	margin: 0;
	padding: 0;
	width: 250px;
	display: none;
	z-index: 999;
	overflow: hidden;	
	background: #eee;
}

#menu ul li:last-child ul.dropdown {
	left: -165px;
}

#menu ul li ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}

#menu ul li ul.dropdown li {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	
}

#menu ul li ul.dropdown li a {
	font-size: 12px;
	padding: 10px;
	margin: 0;
	display: block;
	overflow: hidden;
	border-bottom: #ddd 1px solid;
}

#menu ul li ul.dropdown li a:hover {
	color: #007790;
	background: #fff;
	border-bottom: #ddd 1px solid;
}

/* Accordian 
------------------------------------- */

#accordion {
	width: 100%;
	border-top: 1px solid #aaa;
}

#accordion .content .content_type {
	font-size: 24px;
	padding: 10px 50px;
	cursor: pointer;
	position: relative;
	background: #eee;
	border: 1px solid #aaa;
	font-weight: 300;
	margin: 0;
	border-top: none;
}

#accordion .content .content_type:before, 
#accordion .content .content_type.active:before {
	font-size: 15px;
	position: relative;
	top: -3px;
	color: #;
	margin: 0 10px 0 0;
}

 #accordion .content .content_type:before {
	content: "+";
}

#accordion .content .content_type.active:before {
	content: "-";
}

#accordion .content {
	border-bottom: 1px solid #aaa;
	margin: 0;
}

#accordion .content .content_type:hover {
	background: #efefef;
}

#accordion .content .content_type.active {
	background: #333;
	color: #fff;
}

#accordion .content .content_choices {
	text-align: center;    
	margin: 20px 0 0;
	padding: 0;
}

#accordion .content .content_choices li {
	display: inline-block;
	list-style: none;
	margin: 0 10px 20px;
	text-align: center;
	width: calc(24% - 20px);
}

#accordion .content .content_choices li a {
	background: #eee;
	color: #545454;
	display: block;
	padding: 20px 10px;
	font-weight: 300;
	border: 1px solid transparent;
}

#accordion .content .content_choices li a:hover {
	border: 1px solid #454545;
	background: #fff;
}

/* Tables 
------------------------------------- */

table {
	width: 100%;
	border: none;
}

.dataTables_length {
	float: right;
	margin: 5px 0;
	background: #fff;
	font-size: 12px;
}

table.dataTable thead th, table th, 
table.dataTable thead td, table td {
	font-size: 13px;
}

table.dataTable thead th, table th {
	padding: 20px;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	border-bottom: none;
}

table.dataTable td, table td {
	padding: 10px 20px;
	color: #333;
	border: none;
}

table.dataTable td a,
.section td a {
	color: #007790;
}

.table-edit {
	width: 40px;
}

.table-edit.sorting_asc,
.table-edit.sorting_desc,
.table-edit.sorting {
	background-image: none;
}

.dataTables_info {
	font-size: 12px;
}

.dataTables_paginate a {
	font-size: 12px;
	background-image: none;
	background-color: #007790;
	border: 1px solid #007790;
	color: #fff !important;
	height: auto;
	text-transform: uppercase;
	padding: 10px;
}

.dataTables_paginate a:hover, 
.dataTables_paginate a:focus,
.paginate_disabled_previous, 
.paginate_disabled_next {
	 background-color: #fff;
	 color: #333 !important;
	 border: 1px solid #e9e9e9;
	 background-image: none;
}

.sorting_desc {
	background: url('../../images/admin/sort_desc.png') no-repeat right center;
}

.sorting_asc {
	background: url('../../images/admin/sort_asc.png') no-repeat right center;
}

.sorting{
	background: url('../../images/admin/sort_both.png') no-repeat right center;
}

.dataTables_filter {
	padding: 0;
	margin: 0 0 20px;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0;
	padding: 5px;
	cursor: pointer;
	color: #545454 !important;
	background: #fff;
}

.paging_full_numbers a.paginate_active {
	background: #333;
	color: #fff !important;
	border-color: #333;
}

.dataTables_length {
	margin: 0 0 0 10px;
	padding: 0;
}

.dataTables_filter {
	text-align: left;
}

/* FORMS + Buttons
---------------------------------- */

label {
	font-size: 13px;
}

input, select, textarea {
	padding: 10px;
	border: #aaa 1px solid;
	margin: 0 0 20px;
	width: auto;
	min-width: 200px;
	font-size: 13px;
	color: #545454;
}

select {
	appearance:none;
	-webkit-appearance: none;
	border-radius:0;
}

select {
	-moz-appearance: none !important;
	text-indent: 0.01px !important;
	text-overflow: '' !important;
	background:  #fff url(../../images/admin/select.png) no-repeat right center !important;
	cursor: pointer !important;
}

select::-ms-expand {
	display: none;
}

input[type=checkbox], input[type=radio]  {
	width: auto;
	
}

.form input[type=checkbox], input[type=radio] {
	margin: 10px 0 0 5px;
}

.form {
	clear: both;
}

.form .row {
	float: left;
	width: 50%;
}

.form .row:first-of-type  {
	clear: left;
}

.form input, .form select, .form textarea , .form input[type=file] {
	float: left;
	display: block;
	width: 300px;
	outline: none;
}

.form textarea {
	height: 100px;
}

.form label {
	float: left;
	display: block;
	width: 150px;
	margin-right: 5px;
	text-align: right;
	padding: 10px;
	text-transform:uppercase;        
}

.button, .buttons, .add_new, .ui-button, button, input[name^=submit] {
	background: #007790;
	color: #fff;
	border: 1px solid #007790 !important;
	text-transform: uppercase;
	padding: 10px;
	display: inline-block;
	border: none;
	width: auto;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-size: 11px;
}

.button:hover, .buttons:hover, .add_new:hover, .ui-button:hover {
	background: #fff;
	color: #007790;
	border: 1px solid #007790;
}

.button-large {
	font-size:  15px;
}

.form .ui-button {
	font-size: 15px;
	margin: 20px 0;
	padding: 10px 50px;
	margin-right: calc(100% - 455px);
	float: right;
	width: auto;
}

.add_new, button {
	border: 1px solid #e9e9e9 !important;
	color: #545454;
	background: #fff;
}

#top_update {
		float: right;    
}

.error {
	margin: 0;
        color:red;
}

.error-message, .success-message {
	float: right;
	font-size: 12px;
	border-bottom: 2px solid;
	font-style: italic;
	padding: 0 0 10px;
}
.error-message {
	color:red;
}
.success-message {
	color:green;
}

/* Form exceptions / hacks */

select[name^=start_hour],
select[name^=start_min],
select[name^=start_meridiem],
select[name^=end_hour],
select[name^=end_min],
select[name^=end_meridiem] {
	width: 60px !important;
	margin: 0 5px 20px 0;
	min-width: 0;
}

input[name^=radius] {
	margin-top: 10px;
}

/* ------- */

.upload_preview {
	display: block;
	width: 300px;
	margin-left: 155px;
	clear: both;
}

.upload_preview img {
	width: 100%;
}

.breadcrumbs {
	padding-top: 5px;
	padding-bottom: 25px;
	color: #EBD723;
	font-size: 12px;
}

.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 40px;
	padding-bottom: 15px;
}

.sidebar1 li {
	list-style: none;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background: url(../../images/admin/int_mainNavBG.png) no-repeat;
	height: 31px;
	width: 230px;
	padding-top: 10px;
}

.mainContent {
	font-size: 12px;
	padding-bottom: 160px; /* = footer height */
	margin: 25px 30px;
} 

.mainContent p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 12px;
}

.mainContent_textArea {
	padding-right: 55px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.instructions p {
	font-size: 10px;
	text-transform: uppercase;
}

html .tabs_button {
	border-style: solid;
	font-size: 16px;
	border-width: 8px;
	-webkit-transition: none;
}

.btn_forgot {
	right: -172px;
}

/* AUTH Sections
---------------------------------- */

.client_logo_auth {
	margin: 0 auto 40px;
	max-height: 90px;
	max-width: 300px;
	width: auto;
	display: block;
}

.loginArea {
	text-align: center;
	margin: 40px auto;
}

.loginArea h1 {
	font-size: 30px;
}

.login {
	position: relative;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}


/* Map - Home 
---------------------------------------*/

#map_canvas {
	height: 500px;	
	border: 1px solid grey;
}

p.no_property_photo {
  background: #e9e9e9;
  color: #c9c9c9;
  position: relative;
}

p.no_property_photo i {
	font-size: 10em;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.info_window {
	width: calc(33% - 21px);
	margin: 0 10px 20px;
	overflow: hidden;
	position: relative;
}

.info_window p.no_property_photo {
  height: 162px;
}

.info_window p.no_property_photo i {
  font-size: 7em;
}

.info_window .caption { 
	position: absolute;
	bottom: -105px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 10px;
	font-size: 12px;
	opacity: .85;
	padding: 10px;
	background: white url(../../images/admin/info_window_pointer.png) 97% 10px no-repeat;	
	min-height: 150px;
}

.map_info_window img {
	margin: 0 0 10px;
}

.map_info_window p.no_property_photo {
	width: 400px;
  height: 200px;
  margin: 0 0 10px;
}

.map_info_window .caption ul, 
.info_window .caption ul {
	margin: 0;
	padding: 0;
}

.map_info_window .caption li, 
.info_window .caption li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}

.map_info_window .caption .title,
.info_window .caption .title {
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	margin: 0 0 5px;
	font-weight: 300;
}

#tabs_2 .info_window {
	display: inline-block;
}

/* tabs
*************************/

ul.tabs {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
	background: url(../../images/admin/nav-divider.png) 100% 50% repeat-y;
}

ul.tabs a {
	position: relative;
	display: block;
	color: #5C6F7C;
	padding-left: 4px;
	margin-right: 3px;
	text-transform: lowercase;
}

ul.tabs a:hover,
ul.tabs .current_page,
ul.tabs .current_parent {
	color: #5a9fce;
	background: #fff;
}

ul.tabs a span {
	display: block;
	padding: 0 15px 0 11px;
}

ul.tabs .no_bg { background: none; }

/* dropdowns
*************************/

ul.dropdown {
	position: absolute;
	top: 100%;
	left: -1px;
	margin: 0;
	padding: 0;
	width: 250px;
	
	display: none;
	z-index: 999;
	overflow: hidden;

	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;	
}

ul.dropdown ul.dropdown {
	top: 0;
	left: 95%;
}

ul.dropdown li {
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
	background: url(../../images/admin/dd-menu-divider.gif) left bottom repeat-x;
}

ul.dropdown li a {
	padding: 10px;
	display: block;	
}


ul.dropdown li a:hover {
	color: #fff;
	background: #5a9fce;
	margin: 0;
}

.contentEditor_pageTitle {
	padding: 1px 5px;
	border: 1px solid #b6b8bb;
	color: #666666;
	font: 24px/24px Arial, Helvetica, sans-serif;
	width: 725px;
	margin-right: 15px;
}

.btn_submitChanges {
	color: #007790;
	position: relative;
	top: -4px;
	padding: 8px 35px;
	height: 32px;
	background: #F6EBA8;
	font-weight: bold;
	border: 1px solid #EBD723;
	cursor:pointer;
}

.btn_submitChanges:hover {
	color: #FFF;
	background: #56A0D3;
	border: 1px solid #5C6F7C;
}

.mainContent .content_lastEdited {
	color: #b6b8bb;
	clear: both;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.ckEditor {
	margin-bottom: 25px;
}


.icon {
	position: absolute;
	right: 20px;
	top: 6px;	
}

.avail_icon_close {
	position: absolute;
	right: 0;
	top: 0;
	display: none;	
}

.section { 
	width: 100%;
	overflow: hidden;
}

.section_wrapper {
	padding: 20px;
}

.seo_textField {
	border: 1px solid #b6b8bb;
	width: 500px;
	padding: 2px;
	color: #666;
}

.section .white { color: #787878; background: white; }
.section .grey {  color: #787878; background: #F2F2F2; }

.section td,
.section th {
	text-align: left;
	padding: 10px 20px;
}

.meta {
	margin: 10px; 
	padding-bottom: 6px;
	overflow: hidden;
}

.meta p { padding: 0 10px }

.meta p.float_left {
	margin: 30px 0 0 0;
	width: 100px;
}

ul.inline_float { 
	float: left;
	width: 680px;
	overflow: hidden; 
	margin: 30px 0 0 0;
}

ul.inline_float li {
	float: left;	
	padding: 0 10px;
	font-size: 12px;
	border-right: 1px solid #a7a7a7;
}

.info {
	display: none;
	position: absolute;
	top: 130px;
	right: 100px;
	padding: 15px 20px!important;
	width: 300px;
	z-index: 9999;
	-moz-box-shadow: inset 0 2px 5px #888;
	-webkit-box-shadow: inset 0 2px 5px#888;
	box-shadow: inner 0 2px 5px #888;
}

.update {
	width: 210px;
	float: right;
	text-align: right;
	margin: 5px 15px 0 0;
}

.update p { margin-bottom: 5px; }

.update a { margin: 10px; }

.blue_button {
	padding: 3px 30px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #333 1px -1px 1px;
	border: 1px solid #56A0D3;
	color: white;
	background: #3d9ee1;
	
	-webkit-box-shadow: inset 0 0 1px #374651;
	-moz-box-shadow: inset 0 0 1px #374651;
	box-shadow: inner 0 0 1px #374651;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 20px;
	border-radius: 8px;
	
	-webkit-transition: color .2s linear, border .2s linear;
	-moz-transition: color .2s linear, border .2s linear;
	-o-transition: color .2s linear, border .2s linear;
	transition: color .2s linear, border .2s linear;
}

.blue_button:hover {
	-webkit-box-shadow: inset 0 0 12px #374651;
	-moz-box-shadow: inset 0 0 12px #374651;
	box-shadow: inner 0 0 12px #374651;
	
	color: #fff;
	border: 1px solid #374651;
}

.grey_button {
	padding: 3px 30px;
	font-size: 13px;
	font-weight: bold;
	border: none;
	color: white;
	background: #a5a5a5;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 20px;
	border-radius: 8px;
	
	-webkit-transition: color .2s linear, border .2s linear;
	-moz-transition: color .2s linear, border .2s linear;
	-o-transition: color .2s linear, border .2s linear;
	transition: color .2s linear, border .2s linear;
}

.grey_button:hover {
	background: #ECECEC;
	color: #777;
	border: none;
}

#sorttable td img {
	height: 80px;
	width: auto;
}

form.amenity {
	margin: 30px 0 30px 100px;
}

form.amenity div {
	margin: 15px;
	overflow: hidden;	
	position: relative;
}

form.amenity input[type=text],
form.amenity textarea {
	width: 250px;	
	padding: 4px;
}

form.amenity select { width: 180px; }
form.amenity textarea { height: 80px; }

form.amenity div span {
	width: 220px;
	float: left;
	text-align: right;	
	margin-right: 10px;
	margin-top: 1px;
}

.url p {
	position: absolute;
	top: 4px;
	left: 236px;
	color: #787878;
	font-size: 11px!important;
}

.url input {
	padding-left: 34px!important;
	width: 220px!important;
}

div.sumbit { 
	width: 490px;
	text-align: right!important; 
}

form.amenity .btn_submit {
	position: relative;
	top: 0;
	right: 0;
}

form.amenity div img {
	width: 254px;
	height: auto;
	padding: 1px;
	border: 2px solid #999; 
}

input.caption {
	width: 250px;
	padding: 4px;	
}

.file_uploader {
	margin: 30px;
	padding: 30px 40px;
	overflow: hidden;
	border: 1px solid #a7a7a7;
	-moz-box-shadow: inset 0 0 3px #888;
	-webkit-box-shadow: inset 0 0 3px#888;
	box-shadow: inner 0 0 3px #888;
}

.file_uploader h2 {
	margin-bottom: 10px;	
}

.file_uploader h2 em { font-size: 12px; }

.instructions {
	width: 240px;
	float: right;
}
.instructions li { margin: 4px; }

#infoMessage { color: red; }

span.iblock {
	display: inline-block;
}

.admin-images {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.admin-delete-image {
	text-align: center;
	margin: 5px;
	width: 75px;
	height: 75px;
	border: solid #000 thin;
	float: left;
}

#session-message {
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:20px;
	background-color:rgba(3,137,1,0.8);
	width:200px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin:-110px 0 0 -110px;
	z-index: 1000;
	font-size: 14px;
	color: black;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}

#error-message {
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:20px;
	background-color:rgba(255,0,0,0.8);
	width:200px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin:-110px 0 0 -110px;
	z-index: 1000;
	font-size: 14px;
	color: black;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}

#error-message img {
	position: absolute;
	top: 0;
	right: 0;
}

#upload {
	padding: 5px;
}

#dropbox {
	width: 525px;
	padding: 5px;
	min-height: 150px;
}

#filelist th {
	background-color: gray;
	border: thin solid #000;
}

#filelist td {
	border: thin solid #000;
}
#complete p {
	color: green;
}

.removeFile {
	cursor: pointer;
}

.alt-row {
	background-color: #ECECEC;
}

.queue-row {
	padding: 5px;
}

.control-row {
	display: block;
	margin-top: -30px;
	height: 40px;
	width: 100%;
	margin-left: 30px;
	clear: both;
	position: relative;
}

.control-row-items {
	float: right;	
}

.control-row-items a {
	float:left;
	margin-right: 5px;
	margin-left: 5px;
}

#toolbar {
	margin-top: 5px;
}

#toolbar a {
	width: 25px;
	height: 25px;
	padding: 1px;
}

.icons label {
	width: 105px;
	height: 85px;
	margin: 2px;
	padding: 5px;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
}

.icons label:hover {
	background-color: #ECECEC; 
}

.icons img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.icons p {
	font-size: 10px;
	text-align: center;
	color: black;
}

.input_hidden {
	position: absolute;
	left: -9999px;
}

.form legend {
	color: #5C707C;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid grey;
	text-transform: lowercase;
}

.btn-group a {
	margin-right: 5px;
}

.username {
	font-size: 10pt;
	margin-right: 15px;
}

.order_table table {
	width: 100%;
	color: #5C707C;
}

.order_table th {
	font-size: 20px;
	padding: 8px;
}

.order_table td {
	font-size: 16px;
	border: 1px solid grey;
	padding: 8px;
}
.cms_instruction_wrapper {
    margin: auto;
    width:90%;
}

.cms_instruction_box {
    width:100%;
    height:100px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cms_instruction {
    width:100%;
    height:100px;
    border:1px #B6B8BB solid;
    padding:10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* =TouchTour Transit
-------------------------------------------------------------- */

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.transit .nav-top-utility {
	float: right;
	list-style: none;
}

.transit .nav-top-utility li {
	float: left;
	margin-right: 5px;
}

.transit .buttons.disabled {
	opacity: 0.5;
}

.transit .btn-alert-system.active {
	background: #c00;
	color: #fff;
}

.transit-dialog-alert-system,
.transit-dialog-copy-slides,
.transit-dialog-copy-slides-complete {
	font-size: 14px;
}

.transit-dialog-alert-system {
	padding-top: 10px !important;
}

.transit h3 {
	float: left;
}

.transit .form_container {
	text-align: center;
}

.transit .choose_screen {
	display: inline-block;
	width: 223px;
	text-align: center;
	font-size: 16px;
	margin: 0 10px;
}

.transit .choose_screen img {
	width: 100%;
	margin: 10px 0;
}
