﻿@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRR232VGM.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRSW32.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    background-color: #FBE14C;
}
body
{
    color: #3F3F3F;
    font-size: .85em;
    font-family: "DM Sans", Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

a
{    
    outline: none;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
    color: #3F3F3F;
}

a:hover
{
    /*background-color: #c7d1d6;*/
}

header, footer, hgroup, nav, section
{
    display: block;
}

div.clickable a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none;
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE 
    opacity: 0; workaround to make clickable in IE 
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}


mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 75%;
}

#body {
    clear: both;
    padding-top: 32px;
}

#body .main-content {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 32px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px
}

.login-main-content
{
    background: url("../Images/accent.png") no-repeat;
    padding-top: 32px;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

footer
{
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}

footer .content-wrapper {padding-top:10px;}

.hsep {border-bottom:1px solid #ddd}

#footer .text {float:left}
#footer .version
{
	font-size: .8em;
	text-align: right;
	float: right;
    margin-right:5px;
}

body {
    -webkit-touch-callout: none !important;
    /*background: #3bbaed url(/images/i3-wui-bg.png) left top repeat-x;*/
    /*background-color: #FBE14C;*/
    background-color: #ecece3;
}
#header {
    float:left;
    /*background: url(/images/i3-wui-header-bg.png) left top repeat-x;*/
    background-color: #FFFFFF;
    width:100%;
    padding: 8px 0px;
    margin-bottom:4px
}

#logo {
    float: left;
    display: flex; 
    align-items: center;
}
#logo img {
    margin:8px;
    width:200px;
    border:0px none transparent;
}
#logo span {
    display:inline-block;
    font-size: 40px;
}

/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8; /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    font-size: 2.3em;
    margin: 20px 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login
{
    display: block;
    margin: 8px;
    text-align: right;
    color: #3F3F3F
}

#login label {
    color: #9F9F9F;
}

#login a {
    color: #3F3F3F;
    text-decoration: none;
}

#login a:hover {
    color: #3F3F3F;
    text-decoration: underline;
}

#login a.username
{
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}

/* menu
----------------------------------------------------------*/
#navtable tr td a {
    color: #7F7F7F;
    font-size: 1.2em;
    white-space: nowrap;
    margin-right: 16px;
    font-weight: normal;
    padding: 0px 4px !important;
}
#navtable tr td a:hover {
    color: #3F3F3F;
    text-decoration: none;
}

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a
{
    background: none;
    color: #999;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #3F3F3F;
    text-decoration: none;
}
/* camera controls */
/*---------------------------------------------------------*/
         .cameraContainer{
             width: 710px;
             height: 240px;
             position:relative;
             left: 200;
             top: 200;
          }
          
          .cameraView
          {
              position:inherit;
              width:320px;
              height: 240px;
              float:left;
          }

          .cameraControls
          {
               position:inherit;
               width: 320px;               
               height: 240px;
               float: left;
          }
          
          .cameraPanUp
          {
              position:relative;
              left:129px;
              top:25px;
              width:62px;
              height:42px;
          }
              
          .cameraPanDown
          {
              position:relative;
              left:129px;
              top:120px;
              width:62px;
              height:42px;
          }
          
          .cameraPanLeft
          {
              position:relative;
              left:67px;
              top:0px;
              width:42px;
              height:62px;
          }
          
          .cameraPanRight
          {
              position:relative;
              left:211px;
              top:-62px;
              width:42px;
              height:62px;
          }          
          
          .controlContainer
          {
              position:inherit;
              width: 100%;
              height: 60%;
              left:0;
              
          }
                        
          cameraLable 
          {
              color:#777;
              font-size:16px;
              padding:5px;
              margin-bottom:10px;
              float:left;
              width:100%;
           }
/* Camera Controls END */

/* bottom Menu bar
---------------------------------------------------------*/
.bottomMenuBar {
    width: 100%;
    min-height: 200px;
    /*background: url('../Images/navBarBottom.png') repeat;*/
    background-color: #FBE14C;
    padding-top: 16px;
}
.bottomMenuBar table {
    max-width: 75%;
}

.bottomMenuBar table td strong {
    display: block;
    margin-bottom: 16px;
}

.bottomMenuBar table td a {
    display: block;
    margin-bottom: 4px;
    text-decoration: none;
}

.bottomMenuBar table td a:hover {
    text-decoration: underline;
}

.bottomMenuBar table td.footer-text {
    padding-top: 32px;
    padding-bottom: 16px;
    font-size: 11px;
}
.btnMenuBottom
{
    border:none;
    width: 40px;
    height: 40px;
}
.btnFav
{
    
}
.btnRooms
{
    position: relative;
    width: 25px;
    height: 25px;
    top: 2px;
    left: 125px;
}
.btnScene
{
    position: relative;
    width: 25px;
    height: 25px;
    top: 2px;
    left: 125px;
}
.btnDev
{
    position: relative;
    width: 25px;
    height: 25px;
    top: 2px;
    left: 125px;
}

/* Device buttons
---------------------------------------------------------*/
.defaultItem
{
    margin:0px 10px 0px 0px;
    margin-bottom:10px;
    padding-bottom:20px;
    border-bottom: 1px solid #7ac0da;
    top:10px;
    width:100%;
}
.btnDefault
{
     position:absolute;
     top:50%;
     height:48px;
     margin-top:-24px;
     left:50%;
     margin-left:-24px
}
    
.devItem
{
    float:left;
    margin:0px 10px 0px 0px;
    width:90px
}
.btnDiv
{
    position:relative;
    margin:0px auto;
    background-image: url(/images/btnDeviceNormal.png);
    width:72px;
    height:73px;
}

.btnImage
{
     position:absolute;
     top:50%;
     height:48px;
     margin-top:-24px;
     left:50%;
     margin-left:-24px
}

.btnOverlay
{ 
    border:0;
  position:absolute;
  top:50%;
  height:70px;
  width:69px;
  margin-top:-35px;
  left:50%;
  margin-left:-35px;
}

.btnStatusImg
{
    position:absolute;
    margin-top:-1px;
    margin-left:-2px;
    text-align:left;
}


/* page elements
----------------------------------------------------------*/
.sectionTable
{
    font-size: 20px;
    color: #3F3F3F;
    font-weight:bold;
}

/* featured */
.featured
{
    background-color: #fff;
}

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #3F3F3F;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

fieldset label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

fieldset label.checkbox
{
    display: inline;
}

fieldset input[type="text"], fieldset input[type="password"], select
{
    border: 1px solid #DFDFDF;
    color: #3F3F3F;
    font-size: 1.2em;
    margin: 4px 0px;
    padding: 4px;
    width: 300px;
    border-radius: 2px;
    box-shadow: 2px 2px 4px #F3F3F3;
}

    fieldset input[type="text"]:focus, fieldset input[type="password"]:focus {
        border: 1px solid #DFDFDF;
    }

    fieldset input[type="submit"] {
        background-color: #FBE14C;
        border: 1px solid #FBE14C;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 8px 16px;
        border-radius: 8px;
    }

/* ajax login/registration dialog */
.ui-dialog
{
    font-family: inherit;
    font-size: 1.0em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
}

.ui-dialog input
{
    font-family: inherit;
    font-size: 1.25em;
}

.ui-dialog-titlebar
{
    color: inherit;
    font-weight: inherit;
    border: 0 none;
    background: none;
    float: right;
}

.ui-dialog-titlebar-close
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-widget-header
{
    border: 0 none;
    background: none;
}

.modal-popup
{
}

.modal-popup input[type="text"], .modal-popup input[type="password"]
{
    width: 90%;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error
{
    border: 1px solid #e80c4d;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

ul#social li
{
    display: inline;
    list-style: none;
}

ul#social li a
{
    color: #999;
    text-decoration: none;
}

a.facebook, a.twitter
{
    display: block;
    float: left;
    height: 24px;
    padding-left: 17px;
    text-indent: -9999px;
    width: 16px;
}

a.facebook
{
    background: url("../Images/facebook.png") no-repeat;
}

a.twitter
{
    background: url("../Images/twitter.png") no-repeat;
}

/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

table.bottomnav
{
    margin-top: 0em;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a
{
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
    color: #3F3F3F;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover
{
    color: #000;
}

th.asc a, th.desc a
{
    margin-right: .75em;
}

th.asc a:after, th.desc a:after
{
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after
{
    content: '▲';
}

th.desc a:after
{
    content: '▼';
}

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}


footer a:link, footer a:visited, footer a:active
{
    text-decoration: none;
}

#footer {font-size:12px}
footer .text, #footer .text {margin-right:30px}
footer a, #footer a {margin-left:60px; text-decoration:none}
footer a:hover, #footer a:hover {color: #aaa}

/**************************
*   START Mobile Styles   *
***************************/
@media screen and (max-width: 850px) {

    /* header
        ----------------------------------------------------------*/
    header .float-left, header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login
    {
        /*font-size: .85em;
        margin: 0 0 12px;
        text-align: center;*/
    }

    #login ul
    {
        margin: 5px 0;
        padding: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a
    {
    }

    #login a:hover
    {
    }

    /* menu */
    nav
    {
        margin-bottom: 5px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li
    {
        margin: 0;
        padding: 0;
    }


    /* main layout
        ----------------------------------------------------------*/
    .main-content, .featured + .main-content
    {
        background-position: 10px 0;
    }

    .content-wrapper
    {
        padding-right: 0px;
        padding-left: 0px;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li
    {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine
    {
        background: none;
    }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img
    {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }

    /* forms */
    fieldset input[type="text"], fieldset input[type="password"]
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
        ----------------------------------------------------------*/
    footer .float-left, footer .float-right
    {
        float: none;
    }
    
    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }


    ul#social
    {
        padding: 0;
        margin: 0;
    }

    a.facebook, a.twitter
    {
        background: none;
        display: inline;
        float: none;
        padding-left: 0;
        text-indent: 0;
    }
    #header {height:52px;margin:0}
    .content-wrapper {max-width:100%;padding-top:5px !important}
    #logo img {margin:2px;width:170px;}    
    .bottomMenuBar {height:50px;padding:0}
    .bottomMenuBar table {margin:0 auto;width:100%}    
    .content-div, #footer {margin-left:5px !important;margin-right:5px !important}

    .PageHeader #login {
        float: right;
        margin-top:2px!important;
    }


}
/************************
*   END Mobile Styles   *
*************************/

.hub1-deprecation {
    font-weight: bold;
    color: red;
}

.textStatusGreen {
    color : green;
}
.textStatusYellow {
    font-weight: bold;
    color: darkorange;
}
.textStatusRed {
    font-weight: bold;
    color: red;
}

/* TABLE
----------------------------------------------------------*/

.userDisplayTable table {
    border: solid 1px #ecece3;
    border-collapse: collapse;
}

.userDisplayTable table td {
    padding: 5px 8px;
    border: solid 1px #ecece3;
}

.userDisplayTable table th {
    padding: 6px 8px;
    background-color: #ecece3;
    border: solid 1px #ecece3;
    font-size:inherit;
}

/*text-align: left;*/
.userDisplayTable table th.counts {
    width: 50;
}

.content-div {
    height:90%;
}
.allHouseInfo {
    /*overflow-x: scroll;*/
    /*overflow-y: scroll;*/
}
.sceneSeparator {
    background-color: #ecece3;
}
.dataDisclaimer {
    font-size:12px;
}

.HouseConfigHeader {
    align-items: center;
}
.HouseConfigHeader form {
    padding-top: 10px;
}
.PageHeader #login {
    float: right;
    margin-top:2px;
}
.footerWithDisclaimer {
    margin: 0px 20px;
    padding: 0 0 15px 0;
}
.footerWithDisclaimer #BottomDisclaimer {
    margin-bottom: 10px;
}
