@charset "utf-8";

/* Mobile Layout: 480px and below. */

.model-color{
    color: #333333;
}

.disclaimer{
    font-size: small;
    margin-bottom: 10px;
    line-height: 1.3em;
}
.disclaimer_text {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.sprite {
    background: url('../../content/Access_IPCamSettings/ipcam-icons.png') no-repeat;
}

.sound {
    width: 42px;
	height: 42.5px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px 0px;
}

.talk {
    width: 42px;
	height: 42.5px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -42px;
}

.video {
    width: 42px;
	height: 42.5px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -84px;
}

.take-snapshot {
    width: 42px;
	height: 42.5px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -126.5px;
}

.hd {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -169px;
}

.location {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -211px;
}

.sleep {
    width: 42px;
	height: 42.5px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -253.5px;
}

.rename {
    width: 42px;
	height: 42.5px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -295.5px;
}

.key {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -338px;
}

.wifi {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -380px;
}

.notification {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -422px;
}

.recording {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -464px;
}

.time {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -507px;
}

.motion {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -549px;
}

.set_sleep {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -591px;
}

.led {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -634px;
}

.flip {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -675px;
}

.cam_info {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -718px;
}

.remove {
    width: 42px;
	height: 42px;
    display: inline-block;
	background-size: 100%;
    background-position: 0px -760px;
}

.topic {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: large;
	margin-top: 5px;
}
.subhead {
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
}
.steps {
	margin-bottom: 3px;
	margin-top: 0px;
	list-style-position: outside;
	padding-left: 25px;
}
.text_small {
	font-size: small;
}
.text_normal {
	margin-bottom: 3px;
}
.note, .tip {
	font-size: small;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.icon_note, .icon_tip {
	display: block;
	margin-top: 5px;
	height: 20px;
}
.screenshot {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
	vertical-align: top;
	border: thin solid #CCCCCC;
}
.img_width_90, .img_width_75, .img_width_50, .img_width_33, .img_width_25 {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	vertical-align: middle;
}
.bullets {
	margin-top: 0px;
	margin-bottom: 3px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
.img_inline {
	height: 25px;
	display: inline-block;
	text-align: center;
}
.img_inline_small {
	height: 15px;
	display: inline-block;
	text-align: center;
}
a.ref {
	font-weight: bold;
	font-size: inherit! important;
	text-decoration: underline !important;
	color: #0000FF;
	cursor: pointer;
}
.language {
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	font-size: small;
	bottom: 8px;
}
.language a {
	color: #FFFFFF;
	text-decoration: none;
}
body {
}

.img_center {
    text-align: center;


}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.screenshot {
	max-width: 280px;
	margin-left: 20px;
}
.img_width_90 {
	max-width: 270px;
	margin-left: 20px;
}
.img_width_75 {
	max-width: 225px;
	margin-left: 20px;
}
.img_width_50 {
	max-width: 150px;
	margin-left: 20px;
}
.img_width_33 {
	max-width: 100px;
	margin-left: 20px;
}
.img_width_25 {
	max-width: 75px;
	margin-left: 20px;
}

}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.img_width_90 {
	width: 90%;
	margin-left: 5%;
}
.img_width_75 {
	width: 75%;
	margin-left: 5%;
}
.img_width_50 {
	width: 50%;
	margin-left: 5%;
}
.img_width_33 {
	width: 33%;
	margin-left: 5%;
}
.img_width_25 {
	width: 25%;
	margin-left: 5%;
}

}
