/* ARC Console CSS */

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 100%;
    margin: 0.25em;
    padding: 0;
}

a {
    text-decoration: none;
    color: #7f7fb2;
    font-weight: bold;
}

a:visited {
    color: #7f7fb2;
}

a:hover, a:active  {
    text-decoration: underline;
    color: #e5aa4c;
}

li {
    padding-bottom: 0.25em;
}

img {
    border: 0px;
}

th {
    background-color: #c9c9de;
}

/* ==================== */
.header {
    width: 97%;
}

.header-left {
    float: left;
    padding-left: 1em;
}
.header-right {
    float: right;
}

.main-title {
    font-size: 3em;
    font-weight: bold;
    color: #7f7fb2;
}
.main-title2 {
    font-size: 1.2em;
    font-weight: bold;
}
.main-title3 {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    color: #7f7fb2;
}

/* ==================== */
.section {
    padding: 1em 1em 0em 1em;
    
}
.subsection {
    padding-top: 0.5em;
}
.section .text > div, .subsection .text > div {
    padding-top: 0.75em;
}

.section-title {
    font-size: 1.3em;
    font-weight: bold;
}
.subsection-title {
    font-size: 1.1em;
    font-weight: bold;
}

/* ==================== */
.text-and-images {
}
.text-and-images .images {
    float: right;
    margin: 0em 0em 1em 1em;
}
.text-and-images .text {
}
.text-and-images .image {
    padding-bottom: 1em;
}
.text-and-images .caption {
    font-weight: bold;
    font-size: 0.9em;
    padding-left: 4em;
    color: #7f7fb2;
}

/* ==================== */
ul.features {
}

ul.features li {
    padding-bottom: 1em;
}
ul.features li .title {
    font-weight: bold;
    display: block;
    padding-bottom: 0.5em;
}

/* ==================== */
.use-case {
}
.use-case .title {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    padding: 0em 2em 0em 2em;
}
.use-case .description {
    font-size: 1.1em;
    font-style: italic;
    padding: 1em 3em 1em 3em;
}
.use-case .discussion div {
    padding: 0em 2em 1em 2em;
}

/* ==================== */
.warning {
    padding: 1em 2em 0.5em 2em !important;
    font-style: italic;
}
.warning .title {
    font-weight: bold;
}

/* ==================== */
.ui-description .images {
    width: 600px;
    text-align: left;
}
.ui-description .images img {
    max-width: 600px;
}
ul.ui-description {
    padding: 0;
    list-style-type: none;
}
ul.ui-description li {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1em 3em;
    vertical-align: middle;
}
ul.ui-description li[type="1"] {
    background:url('../images/label-1.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="2"] {
    background:url('../images/label-2.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="3"] {
    background:url('../images/label-3.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="4"] {
    background:url('../images/label-4.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="5"] {
    background:url('../images/label-5.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="a"] {
    background:url('../images/label-a.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="b"] {
    background:url('../images/label-b.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="c"] {
    background:url('../images/label-c.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="d"] {
    background:url('../images/label-d.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="e"] {
    background:url('../images/label-e.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="f"] {
    background:url('../images/label-f.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="g"] {
    background:url('../images/label-g.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="h"] {
    background:url('../images/label-h.32x32.jpg') no-repeat 2px 3px transparent;
}
ul.ui-description li[type="i"] {
    background:url('../images/label-i.32x32.jpg') no-repeat 2px 3px transparent;
}

/* ==================== */
.footer {
    border-top: 1px solid #7f7fb2;
    width: 97%;
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    margin-top: 0.5em;
}
/* ==================== */
.footer-left {
    float: left;
    font-size: 0.8em;
    font-style: italic;
}
/* ==================== */
.footer-right {
    float: right;
    font-size: 0.8em;
    font-style: italic;
}


/* ======================================== */
/* Fancy CSS Buttons

  Adapted from: http://www.cssbuttongenerator.com

Button color schemes based on native zoneminder pale blue color:

  Inactive button:
    7f7fb2 - main color
    9797b2 - lighter version of main color
    a7a7b2 - very light for shading very edges

  Active button:
    e5aa4c - main color
    e5bd7f - lighter version of main color
    e5cfac - very light for shading very edges


 */

.arc-button-container {
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.arc-button {
    display: inline-block;
    font-size:2em;
    font-style:normal;
    height: 1em;
    width: 8em;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
    margin: 2px;
    padding-bottom: 0.2em;

 	-moz-box-shadow:inset 2px 2px 13px 0px #a7a7b2;
	-webkit-box-shadow:inset 2px 2px 13px 0px #a7a7b2;
	box-shadow:inset 2px 2px 13px 0px #a7a7b2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7F7FB2), color-stop(1, #9797b2) );
	background:-moz-linear-gradient( center top, #7F7FB2 5%, #9797b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F7FB2', endColorstr='#9797b2');
	background-color:#7F7FB2;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #469df5;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #287ace;
}

.arc-button:hover {
 	-moz-box-shadow:inset 2px 2px 13px 0px #e5cfac;
	-webkit-box-shadow:inset 2px 2px 13px 0px #e5cfac;
	box-shadow:inset 2px 2px 13px 0px #e5cfac;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E5AA4C), color-stop(1, #e5bd7f) );
	background:-moz-linear-gradient( center top, #E5AA4C 5%, #e5bd7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5AA4C', endColorstr='#e5bd7f');
	background-color:#E5AA4C;
	border:1px solid #469df5;
	color:#ffffff;
	text-shadow:1px 1px 0px #287ace;
}
.arc-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5bd7f), color-stop(1, #E5AA4C) );
	background:-moz-linear-gradient( center top, #e5bd7f 5%, #E5AA4C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5bd7f', endColorstr='#E5AA4C');
	background-color:#E5AA4C;
}
.arc-button:active {
	position:relative;
	top:1px;
}
