/*
=================================================================
webQR
=================================================================
*/

#loginlogo {
	background:url(../img/logo.png) no-repeat;
	width:130px;
	height:130px;
    position: absolute;
    /*display: none;*/
    top: 9px;
    left: 8px;
    z-index: 1002;
}

#subpage_base { list-style-type: none; margin:0px; padding:0px; }
#subpage_base li { width:100%; }
.placeHolder div {height:43px; width:100%; background-color:white!important; border:dashed 1px gray !important; float:left; }
.placeHolder2 div {height:30px; width:99%; background-color:white!important; border:dashed 1px gray !important; float:left; }
.subpage_move_ancor {cursor:move}

.button_float_right
{
	float:right;	
}

#iPhoneImage {
	width: 320px; height: 484px; overflow: hidden;
}

#ModalPagePreview iframe {
	/*width: 338px; height: 512px;*/
	width: 320px; height: 484px;
	/*overflow: hidden;*/
}

#status_page_logo {
	background:url(../img/logo.png) no-repeat;
	width:130px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}

#status_page_mobile {
	width:auto;
	margin:20px;
	font-size:20px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}

.NewPacketStyle .iradio_square-grey {
	margin-left:37px;
}
.NewPacketStyle .span2 {
	width:130px;
}
.new_packet_typedesc{
	display: block;
	margin-top: 5px;
	text-align: center;
	width: 100px;
}

.hide_uploader {
	display:none;
}

/* Tile modification */
.tile-webqr-modified p {
	line-height: 2 !important;
}

.tile-webqr-modified > i {
	width: auto !important;
	position: absolute;
	left: 40px;
	top: 20px;
}

.tile-webqr-modified > .tile-info > .pull-left {
	width: auto !important;
	position: absolute;
	padding-left: 120px;
	top: -90px;
}

.tile-webqr-modified > .tile-info > .pull-right {
	display: none;
}



/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
	width: 100px;
	height: 100px;
	background-image: url("../img/bootstrap-colorpicker/saturation.png");
	cursor: crosshair;
	float: left;
}
.colorpicker-saturation i {
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
	display: block;
	height: 5px;
	width: 5px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
	width: 15px;
	height: 100px;
	float: left;
	cursor: row-resize;
	margin-left: 4px;
	margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
	display: block;
	height: 1px;
	background: #000;
	border-top: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -1px;
}
.colorpicker-hue {
	background-image: url("../img/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
	background-image: url("../img/bootstrap-colorpicker/alpha.png");
	display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
	background-size: contain;
}
.colorpicker {
	padding: 4px;
	min-width: 130px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
	display: table;
	content: "";
	line-height: 0;
}
.colorpicker:after {
	clear: both;
}
.colorpicker:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}
.colorpicker:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 7px;
}
.colorpicker div {
	position: relative;
}
.colorpicker.colorpicker-with-alpha {
	min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
	display: block;
}
.colorpicker-color {
	height: 10px;
	margin-top: 5px;
	clear: both;
	background-image: url("../img/bootstrap-colorpicker/alpha.png");
	background-position: 0 100%;
}
.colorpicker-color div {
	height: 10px;
}
.colorpicker-selectors {
	display: none;
	height: 10px;
	margin-top: 5px;
	clear: both;
}
.colorpicker-selectors i {
	cursor: pointer;
	float: left;
	height: 10px;
	width: 10px;
}
.colorpicker-selectors i + i {
	margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
	display: inline-block;
	cursor: pointer;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}
.colorpicker.colorpicker-inline {
	position: relative;
	display: inline-block;
	float: none;
	z-index: auto;
}
.colorpicker.colorpicker-horizontal {
	width: 110px;
	min-width: 110px;
	height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
	margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
	width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
	width: 100px;
	height: 15px;
	float: left;
	cursor: col-resize;
	margin-left: 0px;
	margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
	display: block;
	height: 15px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	border: none;
	margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
	background-image: url("img/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
	background-image: url("img/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker-right:before {
	left: auto;
	right: 6px;
}
.colorpicker-right:after {
	left: auto;
	right: 7px;
}
.colorpicker-no-arrow:before {
	border-right: 0;
	border-left: 0;
}
.colorpicker-no-arrow:after {
	border-right: 0;
	border-left: 0;
}
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
	display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
	display: none;
}
.colorpicker-inline.colorpicker-visible {
	display: inline-block;
}
/*# sourceMappingURL=bootstrap-colorpicker.css.map */