/* MOX */

@import url("customfonts.css");

@import url("button.css");

.auth {
	float: right;
	height: 100%;
	text-align:right;
}

.textLink a {
	color:#6f871e;
	text-decoration:none;
	font-weight:normal; 
}

.textLink a:hover {
	color:#a4c439;
	font-weight:bold; 
}

.moxheader { /*header for login page*/
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #A4C639;
	border-radius: 4px;
	background-color: #4f6578;
	background:url('../images/menu_bg.png') repeat-x;
	color:#DDDDDD;
	min-width:650px;
	height:33px;
	vertical-align:middle;
}

.logoTopRight {
	position:fixed;
	top:0;
	right:0;
	z-index:2;
}

.login {
	padding: 10px;
	border: 1px solid #A4C639;
	border-radius: 4px;
	text-align:center;
	color:#000000;
	margin: 10px;
}

.breadcrumbs {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 6px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: 1px solid #A4C639;
	border-radius: 4px;
	display: inline-block;
	background-color: #4f6578;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	color:#555555;
}

.breadcrumbs a {
	color:#555555;
	text-decoration:none;
	font-weight:normal; 
}

.breadcrumbs a:hover {
	color:#444444;
	font-weight:bold; 
}

.lastBreadcrumb {
	font-weight:bold;
	color:#000;
	font-size:10.2pt;
}

.devicesIndicatorContainer {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	/*margin-top: 10px;*/
	margin-bottom: 0px;
	border: 1px solid #A3A3A3;
	border-radius: 4px;
	display: inline-block;
	background-color: #4f6578;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	color:#555555;
	/*float:right;*/
}

.devicesIndicator {
	float:right;
	padding-left:5px;	
}

.devicesIndicatorIcon {
	width:12px;
	height:12px;
}

.devicesIndicatorTable {
	display:table;
	border: 1px solid #A3A3A3;
}

.devicesIndicatorRow {
	display:table-row;
}

.devicesIndicatorCell {
	display:table-cell;
	padding:3px 3px 3px 3px;
	border: 1px solid #A3A3A3;
}

.loadingIndicatorContainer {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	border: 1px solid #A3A3A3;
	border-radius: 4px;
	display: inline-block;
	background-color: #4f6578;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	color:#555555;
	float:right;
	display:none;
}

.noTitleDialog .ui-dialog-titlebar {
	display:none
}

.title {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 1px solid #A4C639;
	border-radius: 4px;
	/*display: inline-block;*/
	background-color: #eefcc2;
	color:#000000;
	display:none;
}

.titleBackButtonDiv {
	float:left;
	margin-right:10px;
}

.errorMessage{
	font-weight: bold;
	color:red;	
}

.loadingMessage {
	margin-top:25px;
}

.formHelpText {
	margin-top:10px;
    color:#777777;
    margin-left:15px;
}

.navigationMainButton {
	/*margin:2px;*/
	display:inline-block;
	/*padding:4px;*/
	/*border: 1px solid #A4C639;
	border-radius: 4px;*/
	/*background-color: #F8F8F8;*/
	min-width:640px;
}

.navigationMainButton .indexActionButton {
	z-index:3;
}

.smallWidgetTitle {
    color:#777777;
    margin-left:15px;
    white-space: nowrap;
    border-right:#777777 solid 1px;
    padding-left:3px;
    padding-right:3px;
}

.color_picker_sample {
	float:left;
	width:40px;
	height:40px;
	border: 1px solid #777777;
	margin-left:15px;
}

.color_picker_expand_button {
	width:100px;
	float:left;
	margin-left:5px;
	cursor:pointer;
}

.color_picker_div {
	float:right;
}

.formVerticalSpacer{
	border-bottom:1px solid #999999;
	height:20px;
	margin-bottom:15px;
}

.captionThumbnail{
	margin-top:10px;
	width:50px;
	height:50px;
	border:solid 1px #aaaaaa;
}

.thumbnailOption{
	/*width:150px;*/
	text-align:right;
	margin-top:2px;
	float:right;
}

.simpleeditform {
	display:inline-block;
	margin-bottom:10px;
	text-align:left;
}

.previewScreenGrid {
	position:relative;
	display: inline-block;
}

.previewInfos {
	height: 35px;
	float:left;
	width:100%;
}

.previewIndicatorIcon {
	width:32px;
	height:32px;
}

.dataGrid{
	border:solid 1px #aaaaaa;	
}
.screenshotImage {
	border:solid 1px #aaaaaa;	
}

.previewScreenBackgroundImageContainer {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

.previewScreenBackgroundImageTarget {
	height:100%;
	width:100%;
}

#image_preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.screenPreviewHover{
	max-height:400px;
}

.thumbnail{
	height: 180px;
	width: 150px;
}

.draggableBackgroundImageContainer {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	border-radius: 4px;
}

.draggableBackgroundImageTarget {
	height:100%;
	width:100%;
	border-radius: 4px;
}

.draggableBackgroundColorContainer {
	position:absolute;
	height:95%;
	width:95%;
	border-radius: 4px;
	top:3px;
	left:3px
}

.configButton { 
	height:30px;
	width:30px;
	float:right;
	z-index:1;
	position:relative;
	cursor:pointer;
	cursor:hand;
}
.configButton img { 
	height:26px;
	width:26px;
}

.deleteButton { 
	height:30px;
	width:30px;
	float:right;
	z-index:1;
	position:relative;
	cursor:pointer;
	cursor:hand;
}
.deleteButton img { 
	height:26px;
	width:26px;
}

.deleteButtonDiv {
	float:right;
	margin-top:2px;
}

.sequenceNameDiv {
	display:inline-block;
	padding-left:5px;
}

.sequencename {
	float:left;
	margin-left:10px;
}

.ongriddraggable .ui-icon.ui-resizable-handle {
	height:20px;
	width:20px;
    background-image: url(../images/resize.png);
    background-position:0px 0px;
}

.resizableModuleIndicator {
	position:absolute;
	right:0;
	bottom:0;
}

.widgetText {
	height:90%;
	width:90%;
	margin-left:3%;
	margin-top:3%;
	float:left;
	z-index:1;
	position:absolute;
	overflow: hidden;
	text-align:left;
}

.widgetTimeZone {
	color:red;
	height:90%;
	width:90%;
	margin-left:3%;
	margin-top:3%;
	float:left;
	z-index:1;
	position:absolute;
	overflow: hidden;
	text-align:left;
	font-weight:bold;
	top:0px;
}

.widgetTextSingleLine {
	height:90%;
	width:90%;
	margin-left:3%;
	margin-top:3%;
	float:left;
	z-index:1;
	position:absolute;
	overflow: hidden;
	text-align:left;
	white-space: nowrap;
}

.singlebutton {
	padding:10px 15px 10px 15px;
	background-color:#eefcc2;
	display:inline-block;
	border: 1px solid #aaaaaa;
}

.actionbar {
	padding:5px 5px 5px 5px;
	background-color:#eefcc2;
	display:inline-block;
	border: 1px solid #aaaaaa;
}

.indexActionButton {
	margin:5px;
}

.indexActionBlock {
	display: inline-block;
	margin-top:10px;
	margin-bottom:10px;
}

.accordionAction {
	min-width:318px;
}

.editScreenForm {
	min-width:350px;
}

.recapScheduleAccordion {
	min-width:600px;
}

.recapScheduleTab {
	display:inline-block;
	text-align:left;
	min-width:520px;
}

.thumbnail p {
	font-size:9px;
	word-wrap: break-word;
	max-width:150px;
	height:25px;
	overflow:hidden;
}

.scheduledScreensRecapText {
	text-align: left;
	margin:5px;
	margin-bottom:0px;
	border:1px solid grey;
	padding:5px;
	border-radius: 4px;
	background-color:#EEE;
}

.deviceInfoColumn {
	float:left;
	margin:15px;
}

.deviceSpot {
	clear:both;
	margin-bottom:10px;
	padding:10px;
	/*width:500px;*/
	float:left;
	border:1px solid grey;
}

.deviceIdGcmColumnTitle {
	width:200px;
	float:left;
	margin:0px;
	margin-left:25px;
	font-weight:bold;
}

.deviceIdGcmColumnRow {
	width:200px;
	float:left;
	margin:0px;
	margin-left:25px;
	font-weight:normal;
}

.deviceLogColumnTitle {
	width:150px;
	float:left;
	font-weight:bold;
}

.deviceLogColumnRow {
	width:150px;
	float:left;
}

.devicePeriodColumnTitle {
	width:150px;
	float:left;
	font-weight:bold;
}

.devicePeriodColumnRow {
	width:150px;
	float:left;
}

.deviceDeleteColumnTitle {
	width:50px;
	float:left;
	margin:0px;
	margin-left:0px;
	font-weight:bold;
}

.deviceDeleteColumnRow {
	width:50px;
	float:left;
	margin:0px;
	margin-left:0px;
}

.addAlbumButton {
	margin-left:15px;
	cursor:pointer;
}

.GCMRequestResult {
	margin-top:15px;
	font-weight:bold;
}

.GCMRequestResultSuccess {
	font-color:green;
}

.GCMRequestResultFail {
	font-color:red;
}

label {
	margin-right: 5px;
    float:left;
}

.pack_history_list {
	width:570px;
	margin:auto;
	text-align:left;
}
.pack_history_item {
	min-width:250px;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}

.fos_user_contact_us {
	float:right;
	position:relative;
	top:-20px;
	left:-10px;
}

.g-recaptcha{
	margin: 20px 20px 10px 20px;
	display:inline-block;
}

.shop_terms{	
	margin-top:100px;
	color:#555;
	border-top:1px solid #777;
	display:inline-block;
	padding:10px 30px 10px 30px;
}

.shop_terms a{	
	color:#555;
	text-decoration:none;
}