/* ////////////////////////// BRANDING ////////////////////////////////////// */
/*comment on new server*/
/* Default SecureNet Branding */
@import url(https://fonts.googleapis.com/css?family=Roboto);

* { font-family: 'Roboto', sans-serif !important; line-height:150% !important; font-weight:normal;}

.bodyInner{
  overflow-y: visible;
}

.featureColor, .text-primary {  /* teal #246a68 */
  color: #246a68 !important;
}

.featureColorBG, .cta, #sliderBar, .device2013-setup-step, .ui-slider-range.ui-widget-header.ui-slider-range-min, .add_device
 {  /* teal #246a68 */
  background-color: #246a68 ;
  color:#FFFFFF !important;
}

.error_box
 { /* red */
  background-color:#d74536 !important;
  color: white;
}

.device2013-setup-step-active { /* 50% featureColor */
background-color: rgba(36,106,104,0.50);
color: white;
}

.info_box, .support-inner .highlight2 {
  background-color:rgba(255,255,255,0.1) !important;
}
.highlight3 { /* this is for search word highlighing only */
  background-color:rgba(255,255,255,0.3) !important;
}

.text-danger {
  background-color: #d74536 !important;
}

.notice_box, .bg-warning, .box-warning { /* yellow */
  background-color:#cc8b26;
  color: white;
}
.text-warning {
  color: #cc8b26 !important;
}

.bg-success, .box-success { /* green */
  background-color: #15a251;
  color: white;
}
.text-success {
  color: #15a251 !important;
}

/* Only if light theme, add borders to input fields */
select{
  background-color: #fff !important;
}
select, input {
  border:1px solid #DCDCDC !important;
  padding-left: 10px;
/*  margin-bottom:1px !important;  chrome hides bottom border for some reason, this fixes */
}

option:active{
  background: #fff;
  background-color: rgb(255, 255, 255);
}

a.menu_link:hover {
  background-color:rgba(255,255,255,.2);  /* rgba(255,255,255,.2) is default */
  background-image:none;
  color:#FFFFFF;
}

div.info_box {
  color:#fff; /* is FFFFFF by default */
}

.device2012-info-message-box-077{
  background-color: #cc8b26;
    padding:10px 30px;
    width:100%;
    color:#FFFFFF;
}

/* ////////////////////////// /BRANDING ///////////////////////////////////// */

* {
  -webkit-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
}

* { margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border:0 !important;}

html, body {
  font-size:16px;
  overflow: hidden;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  font-weight:normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.lite-2013-layout-box-content-030, div.lite-content-bkgd, div.lite-menu-content-bkgd, #sign-in .lite-2013-layout-box-content-030.center {
  background-color:transparent;
}

.lite-site-banner-image-010 {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 540px !important;
  max-width: 60%;
}

.lite-2013-body-style, #pageLoading {  /* body tag */
  height:100%;
  overflow:hidden;
}

#pageLoading {
  position: fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:4;
}

input {
    outline: none;
}

/*.lite-2013-layout-box-primary-000{overflow:auto !important;}*/
.menuInner{overflow-y:scroll !important;}

input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

input:-webkit-autofill {
   background-color: white !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-appearance:none;

}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}
.automation_category:active {
  color:inherit !important;
}

b {
  font-weight:normal;
}

input[type="image"]{
  width: auto;
}

.contentWrapper
{
  padding: 0 0 3.5% 0;
}

input {
  width:100%;
  border: 1px solid rgba(255, 255, 255, .3);
  margin:20px 0;
  height:35px;
/*   padding:9px 15px; */
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}


.titleBar {
  height:45px;
}

a{
  background-image:none;
}



.icon-sizing{
  width: 32px;
  height: 32px;
}

.icon-color{
  color:#666;
}

.icon-opacity{
  opacity: 0.6;
}

/* div {
  background:#000000 !important;
} */

.lite-2013-layout-box-menu-040, .lite-2013-layout-box-menu-040 div,
.lite-2013-layout-box-menu-040 a, .form_field_text, .lite-2013-layout-box-primary-020 .table {
  color:#FFFFFF;
}
.accountSelectionDialog > div * {
  color:#000000 !important;
}

h2, .lite-menu-section-header, .lite-welcome-msg, .headerBar {
  font-size:18px !important;
  font-weight:normal !important;
}
h3, a.welcome_box, .iframe_text, .status {
  font-size:18px !important;
}
@media screen and (max-width: 400px){
  .headerBar .current{
    font-size: 15.5px !important;
    margin-top:3px;
  }
}


.table {  /*display:table; was causing unwanted gaps in titleBar ctas */
  display:inline;
}

.clearFix {clear: both; height:0 !important; line-height:0; }

br {
   margin: 0;
   line-height:0;
}

.titleBar, .row {
  padding-left:24px;
  padding-right:30px;
}
div.row {
  overflow: hidden;
  padding-top:15px;
}

.table_row{
  width:100%;
  background-color:transparent !important;
  margin:0;
}

.table_row div{
  float: left;
  padding:9px 30px;
  text-align:left;
}

.col_50{
  width: 50%;
}

.form_field_text{
/* padding: 9px 30px;*/
}

.pretty{
  margin: 30px 0 0 0;
  padding-right: 30px;
}

.pretty:last-child{
  margin-bottom: 30px;
}

.appStoreLinks{
  margin-top: -50px;
}

.lite-2013-layout-box-primary-000 {/*  main wrap */
  width:100%;
  height:100%;
  left:0%;
  padding-left:20%;
  overflow-y:scroll !important;
  overflow: initial !important;
}

.lite-2013-layout-box-primary-010, .ui-dialog.ui-widget { /*  panel */
  position:relative;
  width: 1000px;
  overflow: visible !important;
  margin:0 auto;
  -webkit-border-radius:0;
          border-radius:0;
/*  background-color:transparent;
*/  display:block;
  padding:0;
  top:10px;
}

.lite-2013-layout-box-primary-010{
  margin-bottom: 100px;
}

.ui-dialog.ui-widget {
  width:40% !important;
  -webkit-box-shadow: 0 0 800px 800px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 800px 800px rgba(0, 0, 0, 0.3);
  -webkit-border-radius:0 !important;
          border-radius:0 !important;
  background-color:#FFFFFF;
}

@media screen and (max-width: 1155px){
  .ui-dialog.ui-widget {
    width:55% !important;
  }
}

@media screen and (max-width: 478px){
  .ui-dialog.ui-widget {
    width:100% !important;
  }
}

div.ui-dialog-titlebar {
  -webkit-border-radius:0 !important;
          border-radius:0 !important;
  height:45px;
/*   padding:9px 20px 0 !important; */
  margin:0 !important;
  background:none;
}
.ui-dialog a.ui-dialog-titlebar-close, .ui-state-hover /*.ui-state-hover:hover*/ {
  position:absolute;
  right:0 !important;
  top:10px !important;
  width:45px;
  height:45px;
  padding:0px 13px !important;
  -webkit-border-radius:0 !important;
          border-radius:0 !important;
  background:none;
}
.ui-dialog .ui-dialog-titlebar-close span {
  width: 45px;
 /*  display:none !important; */
 /* -webkit-filter: invert(100%);
          filter: invert(100%);*/
}
.ui-dialog .ui-dialog-titlebar-close span:after {
  /*   content: "X"; */
}
.vertTop {

  -webkit-transform:none;
      -ms-transform:none;
       -o-transform:none;
          transform:none;
}

.vertTop div{
  overflow: visible;
}


.lite-2013-layout-box-content-030 { /*  inner panel - colors at top in branding section */
  width:100%;
  margin-top: 20px;
  margin-top:10px;
}
.lite-2013-layout-box-menu-040 {
  position:fixed;
  z-index:3;
  top:0;
  left:0%;
  min-width:320px;
  width:20%;
  float:left;
  /*width: 375px;*/
  height:100%;
  overflow:hidden !important;
  padding:0 !important;
}

.icon {
  width: 1em;
  padding: 0;
  background: none;
  margin: 0 3px -2px 0;
  /* SIZE */
  /* ROTATE */
}

/**
 * DATE-TIME
 */
/* pickadate.js */
.picker__holder .picker__frame {
  overflow-y: auto; }

.picker__holder .picker__box {
  margin-bottom: 0; }

/* SUPPORT SECTION */
.supportIcon, .menuIcon, .supportIconPA {
  height:50px;
  padding-top:4px;
}
.supportIcon > img.icon, .menuIcon > img.icon, .supportIconPA > img.icon  {
  width:24px;
  height:24px;
}

.support-menu {
  background-color: #252525;
  position:fixed;
  overflow:hidden;
  z-index:3;
  top:0;
  left:0%;
  min-width:320px;
  width:20%;
  float:left;
  /*width: 375px;*/
  height:100%;
  padding:0 !important;
  margin-top:50px !important;
  padding-bottom:50px !important;
}
.support-inner {
  font-size:14px;
  line-height:140%;
  color:#FFFFFF;
  background-color:#656565;
  position:absolute;
  height:100%;
  width:100%;
}

.support-inner .content {
  position:absolute;
  top:80px;
  height:86.5%;
  width:150%;
  padding-bottom:140px;
  overflow: scroll !important;
  background-color:#454545;
}
/* .support-inner .sectionContent {
  width:68%;
} */
.searchBar {
  background:rgba(255,255,255,1);
  height:48px;
}
.searchIcon {
  position:absolute;
  right:0;
  width:auto;
  z-index:2;
}
.searchInput {
  width:100%;
  height:100%;
  margin:0;
  border:0 !important;
  border-color: #FFFFFF !important;
  outline:0 !important;
  outline-color: #FFFFFF !important;
}

.breadCrumb {
  padding:2% 0 2% 2%;
}
.bC {
  float:left;
  width:auto;
}
.bC div {  /* arrows */
  width:auto;
  float:right;
  padding: 1px 5px;
}
.sectionContent > .summary, .article .articleContent {
  padding:15px 33% 15px 2%;
}

div.section {
  padding:0;
  border-bottom:1px solid rgba(255,255,255,0.1) !important;
}
div.section > h2 {
  font-size:18px !important;
  padding:9px 2%;
  height:45px;
  display:block;
  margin:0;
  font-weight:normal !important;
}
div.article > h5 {
  font-size:16px !important;
  height:45px;
  padding:11px 0 11px 2%;
  display:block;
  margin:0;
  font-weight:normal !important;
  /* border-bottom:1px solid #FFFFFF !important; */
  /* font-weight:600; */
}
div.article, div.section > h2 {
  border-top:1px solid rgba(255,255,255,0.1) !important;

}
div.article {
 /*  padding:0 2%; */
  /* border-bottom:1px solid #CCCCCC; */
}
div.article > div {
  padding:4px 0 15px;
}
.article ul {
  list-style-type: square;
  margin-left: 20px;
  padding:5px 0;
}
.article ul li {
  padding:3px 0;
}

.icon48 {
  padding:12px;
  width:48px;
  height:48px;
}

/* /SUPPORT SECTION */


/*Leave this Color
*/input, select {
    color: #000;
    float:none;
    margin:0;
}

.labelRight, .labelLeft, .labelTop, .labelBottom {
  float:left;
  width:auto;
  padding:15px;
}
.labelTop {
  padding:0;
  margin:5px 0 -10px;
}

.label {
  margin-top:25px;
}
label, .labelB {
  margin-top:5px !important;
}
.textLight {
  color:#FFFFFF;
}

.labelB input[type="radio"], .labelB input[type="checkbox"] {
  margin-top:3px !important;
  margin-right:10px !important;
}
.labelB img {
  opacity:0.3;
}

.copyRight {
  width:100%;
  text-align:center;
  font-size:75%;
  display:block;
  padding-top:60px;
}

.snapShotImg{
  width:100%;
}

.noSnapShotImg{
  padding: 17% 30%;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input#user-name.lightTrans1, input#password.lightTrans1  {
  background-color:rgba(255,255,255,0.10) !important; color:#FFFFFF ;
}
input[type="number"]{
  padding-top: 3px;
}

input[type="checkbox"]{
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 auto;
  padding: 0;
}

input[type="submit"], button[type="submit"], button.cta, span.cta, a.cta{
  display: inline-block;
  float:right;
  min-width:175px;
  width:auto;
  height:45px;
  padding:9px 30px 0;
  margin:0;
  border:0 !important;
  font-size:18px;

}

input[type="submit"], button[type="submit"]{
  margin-left:15px;
  padding-top:0px;
}

a.cta {
  float:right;
  text-align: center;
  width:auto;
  padding:9px 10px !important;
  margin:0;
  border:0;
  font-size:18px;
  text-align: center;
}
a.cta img{
  margin-top:4px;
}

a.cta span.buttonText{
  margin-top:4px;
  float: none !important;
}
@media only screen and (max-width: 459px) {
  a.cta {
    padding:10px 15px !important;
  }
}

.submit{
  margin:15px 0;
}

.btnBar a{
  width: 100%;
  /* TODO none is not a valid value */
  position: none;
}
.lite-2013-layout-box-primary-000-NOTLOGGEDIN, .lite-2013-layout-box-primary-000-NOTLOGGEDIN div{
  overflow: visible;
}

.lite-2013-layout-box-primary-000 div{/*  main wrap */
    overflow: hidden;
  }

/****************************************SIGN IN PAGE****************************************/
.username_signIn, .password_signIn{
  margin-bottom: 5px;
}
/* //////////////////////////////////////////////////////////////// MENU ///////////////////////////////////////////*/


.icon.menuIcon, .icon.supportIcon, .icon.supportIconPA{
  cursor: pointer;
}
.menu {
  background-color: #252525;
  width:100%;
  float:left;
  height:100% !important;
  z-index: 100;
  overflow:hidden !important;
}
.menuInner {
  width:120% !important;
  height:100% !important;
  padding-top:50px;
  padding-right: 15px;
  padding-bottom:70px;
}
.menu_row_box_wrapper a {
  padding:2px 0;
}

.menu_row_box a {
  padding:6px 0 0 24%;
  height:36px;
}
.menuWrap > div,
.lite-2013-layout-box-header-login-status-box-020,
.lite-2013-layout-box-header-login-status-box-with-rl-borders,
.menu_row_box_wrapper,
.lite-menu-box-wrapper  {
  width:100% !important;
  border:0;
  margin:0;
  padding:0;
  height:auto;
  position:relative;
  font-size: 15px;
}

.lite-menu-box-wrapper{
  padding-bottom: 100px;
}

.lite-2013-layout-box-header-login-status-box-020 .lite-2013-layout-box-header-login-status-box-with-rl-borders{
  padding-top: 5px;
  padding-bottom: 10px;
}

.lite-2013-layout-box-header-login-status-box-020 .lite-2013-layout-box-header-login-status-box-with-rl-borders {
  background-color: rgba(255,255,255,0.2) !important;
}
.lite-menu-login-status-item-box .lite-welcome-msg {
  background-color:transparent !important;
}

.lite-menu-section-header {
  text-align:left;
  width:100%;
  margin:0;
  padding:5px 0 0 18%;
}
.lite-2013-layout-box-header-login-status-box-with-rl-borders {
  padding-left:18%;
}
a.welcome_box {
  color:#ddd !important;
  color: #4980b6 !important;
}
a.welcome_box:hover {
    text-decoration: underline !important;
}

.lite-2013-layout-box-header-login-status-box-with-rl-borders img.align-m,
.lite-menu-section-header-shadow-bottom, .lite-nav-menu-icon, .lite-menu-spacer-001 {
  display:none !important;
}

.lite-last-login-msg, .lite-menu-version-box {
  font-size:12px;
}
div.lite-menu-version-box {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:40px;
  margin-top:5px;
  padding:11px 0 0 65px;
  text-align:left;
}
.lite-2013-layout-box-primary-010 > img {  /* logo */
  display:block;
  margin: 0 auto;
  height:auto;
  width:700px;
  max-width:50%; /*was 60% first*/
}

.ui-icon-closethick{
  color:#FFF;
}

/* //////////////////////////////////////////////////////////////// HEADER BAR /////////////////////////////////////////*/
.headerBar {
  position:fixed;
  z-index:5;
  width:100%;
  top:0;
  left:0;
  height:50px;
}
.icon img {
  height:32px;
  width:32px;
  margin:9px 14px;
}
.menuIcon, .supportIcon, .current, .supportIconPA {
  float:left;
  width:auto;
}

.panelTestMessage {
    color: #FFFF00;
    padding-top: 12px;
    float:right;
    width:auto;
}

.currentBar, .statusBar {
  width:60%;
  height:50px;
  float:left;
  margin:0;
  padding:0;
  overflow:hidden;
}
@media screen and (max-width: 320px){
  .currentBar{
    width: 66%;
  }
.statusBar {
    width: 33%;
  }
}
.statusBar {
  background-color:#252525;
  width:auto;
  float:right;
}
.status, .armedDisarmed {
  float:right;
  padding:0 15px 0 0;
}
.current, .armedDisarmed {
  color:#FFFFFF;
  padding-top:12px;
}

.alert_status_text{
  padding-top: 2px;
}

.status {
  padding-top:14px;
  color:#FFFFFF;
}

.info_box, .error_box, .notice_box {
  padding:10px 30px;
/*   margin-bottom:20px; */
  width:100%;
}

.expandStatus {
    -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  position:absolute;
    overflow: hidden !important;

  right:15px;
  top:15px;
  width:20px;
  height:20px;

}
.expandStatus > div.up {
  top:25%;
  left:25%;
}
.expandStatus > div {
  overflow: hidden !important;
  border:3px solid #fff !important;
  position:absolute;
  top:-25%;
  left:-25%;
  width:20px;
  height:20px;
}

.expandedStatus{
    overflow: hidden !important;

  position:absolute;
  right:0;
  z-index: 2;
  top:50px;
  width:455px;
  max-width:100%;
}


/* //////////////////////////////////////////////////////////////// PANEL & TABLES /////////////////////////////////////////*/
.lite-page-header-bar, .lite-page-header-box {
  display:none;
}


.table, .tableRow, table, tr {
  width:100%;
  background-color:transparent !important;
  margin:0;
}

.table_row{
  padding:2.5px 0 2.5px 0;
}

.tableCell {
  float:left;
  width:100%;
  height:auto;
  padding:5px 20px;
}
.tableRow {
  padding:5px 0;
}

.content_table_row {
  height: auto;
  background: none;
}

.content_table_row div {
  width: auto;
  margin: 0 5px;
  float: left;
  height: auto;
  display: inline-block;
  padding:5px 0;
}


.tableHeader{
  float:left;
/*   color: orange; */
}

.contactHeaderAlt {
  display:none;
}

.content_table_row div input[type="image"]{
  width: 90%;
  height: 10%;
}

.checkB {
  margin:2px 5px 2px 0;
}

.line {
  height:1px;
  margin:0;
}

/* //////////////////////////////////////////////////////////////// Contacts Page /////////////////////////////////////////*/

.subText {
  font-size:15px;
}

.expandArrow {
    -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  position:absolute;
  right:1px;
  top:12px;
  width:20px;
  height:20px;

}
.expandArrow > div.up {
  top:25%;
  left:25%;
}
.expandArrow > div {
  border:3px solid #000000 !important;
  position:absolute;
  top:-25%;
  left:-25%;
  width:20px;
  height:20px;
}
.expanded > div {
  text-align:center;
}

.Contacts .titleRow + .row{
  padding-top: 25px !important;
}

.contactToggleButtons{
  width:16.6%;
  float:left;
}

.contactToggleButtonsDisable{
  width:16.6%;
  float:left;
  cursor: not-allowed;
}

.contactActionIcon{
  width:20px;
  height:20px;
  padding:0;
  margin:0 14px -1px 0;
  float:left;
  clear:right;
}

/* //////////////////////////////////////////////////////////////// History Page /////////////////////////////////////////*/


.historyRow a{
  float: left;
}


.historyRow .selectWrap select{
  float: left;
  background-color:rgba(255,255,255,.2)
}

.historyRow div table tr{
  width: 100%;

}


.historyRow div table tr td{
  width: auto;
}


.historyRow div table tr td select{
  width: 15%;
  background-color: rgba(255,255,255,.2);
}

table tbody tr td input[type="image"]{
  width: auto;
  height: auto;
}

.recordingDates a img{
  margin-top: 3px;
}

#slider{
  background: rgb(238, 238, 238);
  overflow:hidden;
  width: auto;
  margin: 0 30px 30px 30px;
  height:25px;
}
#sliderBar{
  width: 1%;
  padding-left: 5px;
  /* background: #246a68; */
  overflow:visible;
  height:25px;
}
#sliderBar div {
  float:right;
  width:auto;
  padding-right:10px;
}

.liveVideoWindowTitle div.table div.titleRow{

  padding-left: 30px;
  text-align: center;
  background: none;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* //////////////////////////////////////////////////////////////// Time Schedules /////////////////////////////////////////*/

input[type="image"]{
    border:none !important;
}

.submit_section {
  margin-bottom:-30px;
}

#ui-datepicker-div a:link, #ui-datepicker-div a:visited, #ui-datepicker-div a:hover, #ui-datepicker-div a:active, a.ui-state-hover {
  color:#000 !important;
  background-color:transparent !important;
}
.ui-state-hover {
  background-color:none !important;
}
#ui-datepicker-div {
  background-color:#FFFFFF;
  color:#000 !important;
  max-width:600px;
  width:90%;
  left:0;
  margin:0 auto;
}
#reportingSettings{
  /* TODO non-integer value is not valid */
  padding-bottom: 24.5px !important;
}
.Time_Schedules .titleRow + .row,
.Time_Schedules .contentWrapper .row:first-child{
  /* TODO non-integer value is not valid */
  padding-top: 24.5px !important;
}
#addTimeShedule .titleRow + div.row{
  /* TODO non-integer value is not valid */
  margin-bottom: 14.5px !important;
}

.ui-datepicker-header, .ui-datepicker-title, .ui-datepicker-calendar {
  /* TODO invalid CSS syntax */
  padding:15px 30px;
}
.ui-datepicker-header {
  background-color:#EEEEEE;
  text-align:center;
  height:45px;
  margin-top:5px;
}
a.ui-datepicker-prev, a.ui-datepicker-next {
  position:absolute;
  top:0;
  padding:15px 30px;
  margin-top:5px;
  display:block !important;
}
.ui-datepicker-prev {
  left:0;
}
.ui-datepicker-next {
  right:0;
}
.timeScheduleCustom{
  width: 2%;
  float:left;
  text-align: right;
  overflow:hidden;
  margin:0;
  display:inline-block;
}

.timeScheduleRow{
  margin: 0 0 10px 0;
}

.timeScheduleBlock{ /* bgcolor in branding */
  width: 2.08%;
  float:left;
  overflow:visible;
  margin:2px 0 0 0;
  display:inline-block;
}

.timeScheduleSpace{
  width: 2.08%;
  float:left;
  overflow:visible;
  margin:2px 0 0 0;
  display:inline-block;

}

.downloads{
  margin: 20px 0 20px 0;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

input[type="radio"] {
    display:inline-block;
    width:19px ;
    height:19px;
    cursor:pointer;
    float: left;
    margin-top:5px !important;
}


.empty {
  width:0 !important;
  line-height:0px ;
}
.content_table {
  background-color:transparent;
}
.content_table_title, .content_table_title_nav {
  padding:0;
  height:45px;
  background-image:none;

}

.content_table_title_nav{
  font-weight: normal;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding-top: 10px;
  /*   padding-left: 15px; */
}

div.tabTop.colorOn div.content_table_title_nav._8.active{
  overflow: visible;
}

.content_table_title_corners {
  display:none;
}
.content_table_title_button {
  width:80px !important;
  padding:9px 20px 0;
  text-align:center;
}

.content_table_footer_nav {
  background-color:transparent;
  background-image:none;
}




/* Popup */
#table-center {
  width:100%;
  margin:0;
}
#table-center td {
  height:45px;
  padding:9px 20px 0;
}
#table-center tr {
  background-color:transparent;
}
#switchAccountDialog {
  padding:0;
}
.ui-dialog-titlebar-close {
  background: url("../../media/images/icons/icon32_close.png") 50% center no-repeat !important; /*cant point to user dirs */
  background-size:16px 16px !important;
}
span.ui-icon-closethick {
  display:none !important;
}
.ui-widget-overlay {
  opacity:.6;
  background:none;
  background-color:#000000;
}
/*////////////////////////////////////////////////////////////////////////////// ALARM CONTROL*/

.Alarm_Control #account_lite_alarm_control_status_frame #cell_2,
.Alarm_Control #account_lite_alarm_control_status_frame #cell_4, /* lock */
.Alarm_Control #account_lite_alarm_control_status_frame #cell_6,
.Alarm_Control #account_lite_alarm_control_status_frame #cell_9,
.Alarm_Control #account_lite_alarm_control_status_frame #cell_11, /* alert icon */
.Alarm_Control #account_lite_alarm_control_status_frame #cell_12,
.Alarm_Control #account_lite_alarm_control_status_frame #cell_14,
.Alarm_Control #account_lite_alarm_control_status_frame #cell_16,
.Alarm_Control #account_lite_alarm_control_status_frame #cell_17,
.Alarm_Control #account_lite_alarm_control_status_frame #cell_19,
.Alarm_Control #account_lite_alarm_control_status_frame #row_6
 {
  display:none !important;
}

.col50 {
  float:left;
  width:50%;
  padding:9px 20px;
  text-align:left;
  padding-left:5%;
}

/* put on row of titles */
.titleRow, .titleRow .tableRow {
  padding:0 0 0 30px;
  height:45px;
  text-align:left;
}

.titleRow .tableCell {
  width:100%;
  padding-left:20px;
}
.titleRow > div {
  height:45px;
  padding:0;
  text-align:left;
}

.titleRow p {
  padding-top: 10px;
  width:auto;
  display:inline-block;
}

.titleRow span.antiTrunc {
  color:#fff;
  padding-top: 12px;
  width:auto;
  display:inline-block;
}

.cells_1 > div {
  width:100% !important;
}
.noPad, td.ctaWrap {
  padding: 0 !important;
}

div.ctaWrap {
  height:45px;
  width:auto !important;
  padding:0 !important;
  margin:0;
}

.cta, input.cta, .ctaWrap input, button.cta, span.cta {
  width:auto !important;
  padding:0 30px !important;
  height:45px;
  margin:0;
}
.cta {
  margin-left:10px !important;
}

button.hideShowSchedButton{
  background-color:#246a68;
  display: inline-block;
  float:left;
  min-width:175px;
  width:97%;
  height:45px;
  padding:5px 30px;
  margin:0;
  border:0 !important;
  font-size:18px;
}

a.hideShowSchedBackButton{
  background-color:#246a68;
  display: inline-block;
  float:right;
  min-width:175px;
  width:100%;
  height:45px;
  padding:5px 30px;
  border:0 !important;
  font-size:18px;
}


.doorLockSyncButton a {
  background-color:#246a68;
  display: inline-block;
  float:left;
  width: 100% !important;
  height:45px;
  padding:5px 30px;
  margin: 15px 0 0 0;
  border:0 !important;
  font-size:18px;
}

.bypassBtn{
  float:right;
  width:155px;
  height:57px;
  padding:10px 20px;
  margin:0;
  border:0;
  font-size:18px;
}

.silentOption, .delayOption{
}

.armingLevels{
  float:left;
  margin: 0 auto;
  width: 100%;
}

.armingOptions{
  float:right;
  margin-top:-15px;
  width: auto;
}
@media screen and (max-width: 600px){
  .armingOptions div.floatR{
    padding-left:0px !important;
    padding-right:0px !important;
  }
}

@media screen and (min-width: 600px){
.padB10.alarm_controls_wrapper{
  margin-right: -10px
  }
  .armingOptions{
    max-width: 106px;
  }

  .armingLevels{
      position: absolute;
  left:0;
  right:0;
    width: 80%;
  }
}


option:disabled{
  color: #bbb !important;
}


/* ///////////////////////////////////////////////////////EVENTSCHEDULE////////////////////////////////////////////////////////////////*/
.eventSchedule{
  margin:1% 0;
}

.eventSchedule:first-child{
  width: 28% !important;
}

.eventSchedule:nth-child(2){
  width: 50% !important;
  padding-right: 2%;
}
@media screen and (max-width: 1200px){
  .eventSchedule:first-child{
    width: 32% !important;
  }

  .eventSchedule:nth-child(2){
    width: 46% !important;
    padding-right: 2%;
  }
}

@media screen and (max-width: 600px){
  .eventSchedule{
    text-align: center;
  }
  .eventSchedule:first-child{
    width: 100% !important;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .eventSchedule:nth-child(2){
    width: 100% !important;
    margin-bottom: 20px;
  }

  #scene_setup .personalizeCell{
    width: 50% !important;
  }
}

.collapse input{
  float:left;
  margin: 0 0 0 0;
}

.alarmControl{
  margin: 10px 30px;
}

/* ///////////////////////////////////////////////////////REMOVE LAST OF LINES////////////////////////////////////////////////////////////////*/


#automation_contents .row:last-of-type .line{
  display: none;
}

#contact_list .row:last-of-type .line{
  display: none;
}

#cameraSettingsForm div:nth-last-child(2) .line {
  display: none;
}

#scene_setup .row:last-of-type .line {
  display: none;
}

#scenes_contents #scenes_all_appliances:last-of-type .row .line{
  display: none;
}

.scenesTitle{
  padding-top: 10px;
}



/* ///////////////////////////////////////////////////////Camera Settings////////////////////////////////////////////////////////////////*/
.camSettings{
  width: 14.2%;
  float: left;
}

a.addCam{
  padding: 10px;
  margin: 10px;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.device2012-body-box-020{
  margin: 0 0 0 0;
}

.device2013-layout-page-parent-box{
  margin: 0 0 0 0;
  width: 100%;
}

.content_table_row div.contactCell{
  margin: 0 auto;
  text-align:center;
  padding: 5px 0;
  width:7.5%;
  overflow:visible;
}

.content_table_row div.contactText{
  margin: 0 auto;
/*   padding: 5px 0 5px 15px; */
  width:20%;
}


.content_table_row div.contactCell input[type="image"]{
  margin: 0 auto;
  padding: 0;
  width:32px;
  height:32px;
  float: none;
}

.addCam a.colorOn{
  float:right;
  width:175px;
  height:auto;
  padding:10px 50px;
  margin: 0 30px 30px 0;
  border:0;
  font-size:18px;
  text-decoration: none;
}

.content_table_row div.contactCell.camIcon{
  margin: 15px 0 0 0;
  padding: 5px 45px;
}
.content_table_row div.contactText.camText{
  margin: 15px 0 0 0;
  padding: 5px 0 5px 30px;
}

.macAdr{
  margin: 0 30px;
}

.snet-dvr-psdfhoto-slide-thumbnail-ui-element div a img{
  clear:both;
  margin: 30px 30%;
  display: inline-block;
  text-align: center;
}

.liveVideoFeatureControls.display-none{
  display: none;
}

.liveVideoFeatureControlsExpander{
  margin: 15px 0 30px 0;
}
.liveVideoFeatureControls div.streamButton a{
  width: 90% !important;
}
.liveVideoFeatureControls div.streamButton.submit{
  margin-bottom: 5px !important;
}

@media screen and (max-width: 600px){
  .recordingLink{
    /*width: 50% !important;*/
    margin-bottom: 20px;
  }
  .recordingLink a span.buttonText{
    display: block !important;
  }

  .liveVideoFeatureControls div.streamButton.submit{
    width: 50% !important;
    margin-bottom: 10px;
  }

  .liveVideoFeatureControls div.streamButton.submit a span.buttonText{
    /*display: inline-block !important;*/
  }
}


/* ///////////////////////////////////////////////////////Device Settings////////////////////////////////////////////////////////////////*/

.deviceStatus{
  margin: 15px 0 15px 0;
  padding-left: 30px;
}

select {
  -moz-appearance: none;
    border:none;
    margin:0;
    height:35px;
    width: 100%;
    float: left;
    padding:0 5px 0;
    -webkit-box-sizing : border-box;
       -moz-box-sizing : border-box;
            box-sizing : border-box;
    /* background:rgb(238,238,238); */
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    outline-color:#000000;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}

.selectWrap{
    position:relative;
    overflow:hidden;
    -webkit-box-sizing : border-box;
       -moz-box-sizing : border-box;
            box-sizing : border-box;
    max-width:100%; /* for text area dragging */
    margin:0 0;
    border:1px solid #CCCCCC;
    background: #FFFFFF;
    cursor:pointer;

}

.selectArrow {
    position:absolute;
    top: 8px;
    right: 0px;
    padding: 0px 0 0 6px;
    width: 30px;
    height: 35px;
    color: #666;
    background-color: transparent;
    pointer-events: none;
}

.select{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.recordingDates select{
/*  margin:0px 10px 10px 0 ;
*/}

.roomSelect{
  padding: 11px 15px;
}

.settingsIcons img{
  height: 35px;
  margin: 0 25%;
}

.deviceSettings{
  margin: 20px 0 0 0;
  padding-right: 30px;
}

.deviceSettings ._4{
  margin: 0 0 0 0;
  padding-right: 15px;
}
.deviceSettings ._4 input{
  margin: 0 0 0 0;
}

.removeDevice{
  padding-right: 30px;
  margin-top: 30px;
}

.submit._3{
  margin: 0 0 0 0;
}

.submit a.colorOn, .submit button.colorOn, .submit span.colorOn, .submit a.colorOff, .submit span.colorOff {
  float:right;
  min-width:175px;
  width:auto;
  height:auto;
  padding:10px 40px;
  text-align: center;
  border:0;
  font-size:18px;
  text-decoration: none;
}

/*
#js-update-devices-container-02{
  padding: 10px 0 0 30px;

}*/

#device2012_setup_container_update_devices_001 > div.pretty._8 > div.submit._3 > a.colorOff{
  margin:0;
}

#deviceNameLocationTitle + .row{
  padding-top: 30px;
}

/* ///////////////////////////////////////////////////////Personalize Scene////////////////////////////////////////////////////////////////*/



div.personalizeCell{
  text-align:center;
  margin:1% 0;
}

div.personalizeCell input[type="image"]{
  display:block;
  width:32px;
  height:32px;
  padding:0;
  margin:0 auto;
  float:none;
}

input[type="submit"].sceneBtn{
  margin: 0 30px 10px 0;
}

.energySettings{
  padding: 10px 30px;
}

.scene-action-list-box-custom-dimension{
  height: 100%;
}

#select_action_list option:nth-child(even) {
  background-color: #f8f8f8;
}

#select_action_list option{
  padding-left: 10px
}



/*****************************DEVICE CONTROL PAGE*****************************/
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable.ui-dialog-buttons{
  padding-bottom: 1em;
  -webkit-box-shadow: 0 0 800px 800px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 800px 800px rgba(0, 0, 0, 0.3);
}
.thermostat_state,
.fan_mode{
  float: left;
}
.thermostat_state{
  width: 59%;
}
.fan_mode{
  width: 39%;
}

a.thermoButtons.background_transparent{
  background-color: rgba(255,255,255,0.1) !important;
}
a.thermoButtons{
  float:left !important;
  /*margin-top: 10px;*/
  margin-right: 2px;
  text-align: center;
  padding:9px 20px !important;
  font-size:18px;
}
a.thermoButtons:first-child{
  margin-left: 0px;
}

.thermostat_state a.thermoButtons{
  width: 32%;
}
.fan_mode a.thermoButtons{
  width:48.3%;
}
.fan-desc,
.therm-desc{
  text-align: left;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

@media screen and (max-width: 599px){
  .thermostat_state,
  .fan_mode{
    width: 100%;
  }
  a.thermoButtons{
    box-sizing:border-box !important;
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
  }
}

@media screen and (max-width: 1090px){
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable.ui-dialog-buttons{
    width: 380px !important;
  }
}

@media screen and (max-width: 400px){
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable.ui-dialog-buttons{
    width: 100% !important;
  }
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable.ui-dialog-buttons
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{
  padding: 9px 0 0 1em;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset button{
  padding: 0 30px !important;
  height: 45px;
  margin-left: 1em;
  min-width: 145px;
}
.ui-dialog-buttonset button.ui-state-hover:hover{
  position:relative;
}
.css-device2012-thermostat-mode-box div{
  margin-top: 20px;
}
@media screen and (max-width: 560px){
  .css-device2012-thermostat-mode-box div:first-child{

}
.css-device2012-thermostat-mode-box a{
  margin-bottom: 10px;
  width: 100%;
  }
}
#automation_device_4{
  margin-top: 15px;
}
.automation_right_icon .scene-activate-btn{
  width: 100%;
}
.content_table_title_nav {
  padding-top:12px;
  padding-bottom: 12px;
  min-height:45px;
  line-height: 22px !important;
}
.active{
  border: 1px;
  border-top: thick double #666;
}
.tab {
  float:left;
  text-align:center;
  height:45px;
  margin-bottom:0;
}
div.tabTop.colorOn {
  height:7px;
  overflow: visible;
  margin-bottom:5px;
}
.tabText {
  height:38px;
}
a.automation_right_icon .lightIcon{
  background-size:72px 72px !important;
  width: 72px;
  height:72px;
  margin:0 auto;
  margin-top:24px;
  margin-bottom:8px;
}
.multiIcon{margin-top:10px;margin-bottom:10px;text-align: center;}
.climateIcon{background: transparent url('../../media/images/icons/icon-climate-96-black.png') no-repeat;margin: 8px auto;}
.appliancesIcon{background: transparent url('../../media/images/icons/icon-appliances-96-black.png') no-repeat;margin: 8px auto;}

a.automation_category .lightIcon{background: transparent url('../../media/images/icons/icon-lights-96-black.png') no-repeat;}
a.automation_category .lockIcon{background: transparent url('../../media/images/icons/icon-doorlock-96-black.png') no-repeat;}
a.automation_category .energyIcon{background: transparent url('../../media/images/icons/icon-energy-96-black.png') no-repeat;}
a.automation_category .securityIcon{background: transparent url('../../media/images/icons/icon-security-96-black.png') no-repeat;}
a.automation_category .appliancesIcon{background: transparent url('../../media/images/icons/icon-appliances-96-black.png') no-repeat;}
a.automation_category .climateIcon{background: transparent url('../../media/images/icons/icon-climate-96-black.png') no-repeat;}
a.automation_category .allIcon{background: transparent url('../../media/images/icons/icon-armaway-96-black.png') no-repeat;}
a.automation_category .otherIcon{background: transparent url('../../media/images/icons/icon-sensor-96-black.png') no-repeat;}

.batteryLevel{background: transparent url('../../media/images/icons/ic_battery_80_white_48dp.png') no-repeat;background-size:64px 64px !important;margin:0 auto;margin-top:24px;margin-bottom:8px;}
.outOfRange{background: transparent url('../../media/images/icons/ic_signal_wifi_off_white_48dp.png') no-repeat;background-size:64px 64px !important;margin:0 auto;margin-top:24px;margin-bottom:8px;}

.multiIcon img{
  margin-top: 5px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 600px){
  .multiIcon img{
    width: 40px;
    height: 40px;
  }
  .thermostat_wrapper{
    margin-top: 10px !important;
  }
  .automation_category:nth-child(4){
    border-right: none !important;
  }
}
@media screen and (max-width: 380px){
  .therm-mode-description{
    width: 36% !important;
  }
  .therm-fan-mode-description {
    width: 30% !important;
  }
}

a.automation_category .deviceIcon{
  width: 100%;
  padding: 8px;
  max-width: 50px;
}

a.automation_left_bar._33 .deviceIcon{
  width: 100%;
  padding: 8px;
  max-width: 50px;
}

a.automation_right_icon .lightName{
  text-decoration: none;
  text-align:center;
  line-height:120%;
  margin:0;
  padding:8px 0;
}


.controlSliderWrap {
  position:absolute;
  height:260px;
  width:50px;
  left:-20px;
  top:-50px;
  background-color:#000000;
  z-index:8;
  border-bottom:20px solid #000000;
  border-top:20px solid #000000;
}

.controlSliderBar {
  position:absolute;
  overflow: visible;
  width:8px;
  height:440px;
  left:21px;
  top:190px;     /* 190 is bottom, -10 is top
  border-bottom-width:220px;         /* takes feature color */
  border-bottom-style:solid;
  border-top:180px solid #151515;
  z-index:9;

}
.controlSliderVal {
  position:absolute;
  left:-22px;
  width:50px;
  height:40px;
  color:#FFFFFF;
  font-size:21px;
  padding-top:7px;
}

.sceneRun{
  min-width:175px;
  width:auto;
  height:auto;
  padding:10px 40px;
  text-align: center;
  border:0;
  font-size:18px;
  text-decoration: none;
}

  .lockName{
    text-decoration: none;
    text-align:left;
    line-height:120%;
    margin:0;
    padding:20px 0 30px 0;
  }

  .device-status-description-batteryLevel{
    text-align: left;
  }

  .batteryAndRange{
    padding:25px 0;
  }

   .sliderPad{
    padding:10px 0;
  }

  .automation_right_icon{
    padding:15px 3%;
  }

  .tempStats{
    padding: 4px 5px 0px 20px;
  }

  .ui-slider-range.ui-widget-header.ui-slider-range-min{
    height:20px;
  }

.ui-slider-range.ui-widget-header.ui-slider-range-min{
  border-right: 2px solid #333 !important;
}

  .automation_slider{
    margin: 10px 0;
  }

  .gutter{
    padding: 9px 30px 9px 30px;
  }

  .headingGutter{
    padding: 30px;
    padding-left:0;
  }

  .css-device2012-device-items-box.container-fluid{
    float: right;
  }
  .ControlMenu{
    display: inline;
  }
  .ControlMenu:first-child a:last-child{
    border-right: 2px solid rgba(25,25,25,.4);
  }

@media screen and (max-width: 600px){
  .ControlMenu{
    display: block;
  }
  .ControlMenu{
    margin-top: 2px;
  }
  .ControlMenu a{
    width: 25%;
  }
    .ControlMenu:first-child a:last-child{
    border-right: none;
  }
  .css-device2012-device-items-box a.automation_right_icon{
    padding-right: 0;
    width: 120px !important;
    max-width: 150px !important;
  }
  div.row{
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .multiIcon{
    max-width: 26%;
  }
  .thermoIcon{
    max-width: 100%;
  }

  .lockName.m33{
    text-align: center;
  }
  .lockName span.label{
    text-align: center !important;
  }
  .lockName._4.m33 + ._2.m33,
  .NOTNOTautomation_locker_text,
  .temperature.temperature-lg + div._8
  {
    text-align: center !important;
    float: right;
  }
  .device-status-description-batteryLevel{
    text-align: center;
  }
}

@media screen and (max-width: 500px){
  .multiIcon {
    max-width: 23%;
  }
  .thermoIcon{
    max-width: 100%;
  }
  .temp-unit{
    display: none;
  }
}

@media screen and (max-width: 330px){
  .multiIcon {
    max-width: 21%;
  }
    .thermoIcon{
    max-width: 100%;
  }
}

  .device2013-thermostat-target-temp-down-button{
    float:left;
  }

  .tempText{
    padding: 28px 0 28px 15px;
  }

.toggle{
  float:right;
  position:relative;
  min-height:45px;
  padding:10px 0;
  color:#fff;
  text-align:center;
}

.toggleOn {
  padding-right:10px;
  left:10%;
  position:absolute;
  top:0;
  float:right;
  min-height:45px;
  padding:12px 0;
  color:#fff;
  text-align:center;
}

.toggleOff {
  padding-right:10px;
  left:90%;
  position:absolute;
  top:0;
  float:right;
  min-height:45px;
  padding:12px 0;
  color:#fff;
  text-align:center;
}

.temperature-lg{
  text-align: center;
  font-size:34px;
}

center div{
  width: 100%;
  margin: 0 auto;
}

.device2013-setup-step
{
display: table-cell;
margin: 0;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

.addZwave{
  padding-bottom: 70px;
}

.saveBtn span.colorOn{
  float:right;
  min-width:175px;
  width:auto;
  height:35px;
  padding:5px 40px;
  text-align: center;
  border:0;
  font-size:18px;
  text-decoration: none;
}

.setupBar{
  padding: 10px 0;
}

div.add_device_wrapper a span
, div.add_device_wrapper button span
{
line-height: 50px !important;
}

.scenes_left_bar
{
padding: 10px 0;
}

#responsiveVideo {
  padding: 0 3.5%;
  width:100%;
}

#unsupportedVideo {
  #padding: 0 3.5%;
  width:100%;
}

.zero{
  font-weight: bold;
  text-decoration: underline;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{
  padding: 9px 0 0 5px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset button{
  float:left;
  width:auto;
  height:auto;
  padding:10px 30px !important;
  margin-left: 10px;
  border:0;
  font-size:18px;
}

.ui-widget-overlay{
  display:none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable.ui-dialog-buttons{
  z-index: 1 !important;
}

.tempArrowIcon{
  margin-top: 10px;
  width: 35px;
  /*padding: 8px;*/
  max-width: 50px;
}

.tempArrowIcon.arrowLeft{
  margin-right: -12px;
}

.tempArrowIcon.arrowRight{
  margin-left: -12px;
}

/*.picker.picker--time.picker--opened.picker--focused{
  overflow: visible !important;
}*/
.climate_info_wrapper{
  position: relative;
}
.loading_climate_icon{
  display: none;
  position: absolute;
  top: 40%;
  left: 45%;
  margin-top: -60px; /* Half the height */
  margin-left: -60px; /* Half the width */
  z-index: 2;
}
.loading_fan_icon{
  display: none;
  position: absolute;
  top: 40%;
  left: 45%;
  margin-top: -60px; /* Half the height */
  margin-left: -60px; /* Half the width */
  z-index: 2;
}


#setup_container .device_step_progresscircles, #setup_container .device_step_progresscircles2{
  width: 70px !important;
}

.device2012-setup-status-circle-image{
  width: 70px !important;
}

.device2012-text{
  font-size: 16px !important;
}


/*****************************LOGIN PAGE*****************************/

form#sign-in{
  overflow: hidden;
}


/*****************************ACTIVITY PAGE*****************************/

.row.contact input[type="submit"]{
  color: transparent;
}
p.no_additional_info{
  margin-top: 10px;
  font-size: 20px;
}
.Activity .titleRow + .row{
  padding-top: 20px !important;
}

/*****************************ALARM CONTROL PAGE*****************************/
.padB20 input[type="radio"]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.alarm_controls_wrapper{
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  min-height: 169px;
}
div.row.alarm_state_text, #troubleBeepRow{
  padding-top: 0;
}
.alarm_state_text, #troubleBeepRow{
  width: 24%;
  padding: 0;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
}
.alert_icon_top{
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.alarm_state_text img:hover, #troubleBeepRow img:hover{
  cursor: pointer;
}
.alarm_state_text img, #troubleBeepRow img{
 display: block;
 width: auto;
 margin: 0 auto 10px;
}
.alarm_state_text input[type=radio], #troubleBeepRow input[type=radio]{
  visibility:hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.alarm_state_text label,
.alarm_state_text .alarm_text ,
#troubleBeepRow label,
#troubleBeepRow .alarm_text{
  width: 100%;
}
.alarm_state_wrapper{
  width: 100%;
  display:inline-block;
}
.hide_icons{
  display:none;
}

.hideSubmit{
  display:none;
}

.iconImportant{
  overflow: visible;
}
.alarm_state_wrapper label{
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.alarm_state_text .alarm_text, #troubleBeepRow .alarm_text{
  text-align: center;
}
.alarm_icons{
  width: 60px;
  height: 60px;
}
.alert_icons_top{
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 400px){
  .alert_icons_top{
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
}
.armedStatus.textR{
  padding: 10px 55px 0 0;

}
@media screen and (max-width: 400px){
  .armedStatus .textR{
    font-size: 16px !important;
  }
}
.armedStatus .alert_status_text {
  text-align: right;
  display:block;
  overflow:visible;
  float:right;
  width:auto;
}
.armedStatus .icon_wrapper {
  width: 50px;
  text-align: right;
  display:block;
  float:right;
}

@media screen and (max-width: 400px){
  .armedStatus .icon_wrapper {
    width: auto;
  }
}
.state_disarmed{
  /*display: none;*/
}
.iconArming, .stateUnknown, .iconAlarm, .entry_delay{
  cursor: pointer !important;
  display: none;
}
.iconArming .alarm_state_wrapper img{
  cursor: pointer !important;
}
.entry_delay .alarm_state_wrapper img{
  cursor: pointer !important;
}

.stateUnknown{
  margin-top: 6px;
  margin-bottom: 6px;
}

.stateOffline{
    margin-top: 6px;
    margin-bottom: 6px;
}

.alarm_state_text.iconArming img:hover{
  cursor: auto;
}
.alarm_state_text.entry_delay img:hover{
  cursor: auto;
}

.alarm_state_text.stateUnknown img:hover{
    cursor: auto;
}

.alarm_state_text.stateOffline img:hover{
  cursor: auto;
}

.lite-2013-layout-box-content-030 button{
  cursor: pointer;
}
span.alert_status_text{
  display:inline-block;
  padding-bottom: 10px;
}
#global-chime{
  font-size: 18px;
    width: 130px;
    position: relative;
    min-height: 45px;
    cursor: pointer;
    text-align: center;
}
.chime_state{
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.chime_state_on{
  width: 90%;
}
.chime_state_off{
  width: 10%;
}
.chime_text{
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 45px !important;
}
@media screen and (max-width:6000px){
  .chime_text_off{
    height: 100%;
    line-height: 45px !important;
  }
}
@media screen and (max-width: 600px){
  .armedStatus.textR .alert_status_text{
    display: none;
  }
  .icon_wrapper {
    float:right !important;
    min-width:30px;
  }
  .alarm_text{
    margin-right: 0;
  }
  .alert_icons_top{
    margin-left:0;
  }
}
@media screen and (max-width: 600px){
  .alarm_state_text.row{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 480px){
  .alarm_state_wrapper{
    width: 100%;
  }
  .alarm_state_text, #troubleBeepRow{
    width: 49%;
    margin-left: 0;
    margin-right: 0;
  }
}
#cancelBypass,
#clearBypass{
  margin-top: 10px;
}
#cancelBypass{
  margin-right: 20px;
  margin-left: 0 !important;
   float: left !important;
}
#clearBypass{
  float: right !important;
}
#clearBypass{
  /* TODO important_s_ is not a thing */
  margin-left: 0 !important;
}
.toByPass, .clickToBypass{
  font-size: 1.2em;
}
@media screen and (min-width: 480px) and (max-width: 800px){
  .Alarm_Control  div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all{
    width: 65% !important;
  }
}
@media screen and (max-width: 600px){
  #cancelBypass, #clearBypass{
    width: 45% !important;
  }
}

/*****************************PERSONALIZE SCENE PAGE*****************************/
#remove2{
  width: auto !important;
}
#action_list ._2.marL10.marT10.padL10.m4{
  margin-top: 5px !important;
  margin-left: 10px;
  text-align: center;
}
#select_action_list option{
  padding: 10px;
}
.navButtons img{
  width: 35px;
}

/*****************************ZONES PAGE*****************************/
.sensor_name_wrapper{
  width: 45% !important;
}
.sensor_status{
  width: 30% !important;
}
.zone_status{
  width: 45% !important;
}
.zone_status + div{
  width: 45%;
}
#sensor_live_status_1{
  color: white !important;
}
form[name="sensors"]{
  overflow: hidden;
  padding-bottom: 10px;
}
.area_name{
  padding-top:25px !important;
  padding-bottom: 10px;
}
.byPassState{
  margin-left: 10px;
}

.showZoneOptions > div {
  display: inline-block !important;
}

@media screen and (max-width: 600px){
  .sensor_name_wrapper font{
    width: 47% !important;
  }
  .sensor_status{
    width: 28% !important;
  }

  .zone_status{
    width: 45% !important;
  }
  .zone_status + div{
    width: 45% !important;
  }
}

/*****************************DEVICE SETTINGS PAGE*****************************/

#device2012_setup_container_update_devices_001  input,
.selectWrap select{
  padding-left: 10px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable.ui-dialog-buttons.device_settings_modal
{
	outline: 0px;
	z-index: 1002 !important;
	position: absolute !important;
	height: auto;
	width: 300px;
	top: 80px !important;
	left: 200px !important;
	display: block;
}

/*****************************DEVICE CONTROL PAGE*****************************/
.add_device_wrapper
{
	width:30%;
	clear:both;
	margin:0 auto;
}

.add_device_wrapper button.add_device
{
	width: 100%;
}

.add_device
{
	display: block;
	/*
	width: auto;
	*/
	padding: 0 30px !important;
	height: 50px;
	margin: 0;
	cursor: pointer;
	font-size:18px;
}
.add_device span{
	color: rgb(255, 255, 255);
}

@media screen and (max-width: 732px){
	.add_device_wrapper{
		width: 35%;
	}
}
@media screen and (max-width: 630px){
	.add_device_wrapper{
		width: 37%;
	}
}
@media screen and (max-width: 450px){
	.add_device_wrapper{
		width: 40%;
	}
}
@media screen and (max-width: 400px){
	.add_device_wrapper{
		width: 52%;
	}
}

@media screen and (max-width: 600px)
{
	.add_device_wrapper a
	, .add_device_wrapper button
	{
	line-height: 50px !important;
	}

}

/*****************************CAMERA SETTINGS PAGE*****************************/
.Camera_Settings .ui-dialog.ui-widget.ui-widget-content.ui-corner-all{
  z-index: 100;
}
.Camera_Settings .ui-dialog.ui-widget.ui-widget-content.ui-corner-all select{
  margin-top: 10px;
}

span.ui-dialog-title{
 margin:10px 0 0 14px !important;
}

#allowDialog,
#denyDialog{
  height: auto !important;
  padding: 20px;
}
div.align-c input{
  background: #252525 !important;
  margin-top: 20px;
}
span.ui-icon-closethick{
  display: inline-block !important;
}
a.ui-dialog-titlebar-close{
  background: none !important;
  display:  inline-block;
  float: right;
  margin-right: 20px;
  margin-top: 3px;
}

a.ui-dialog-titlebar-close img{
  width: 20px;
}
div.overlay{
    display: none;
    height: 100%;
    background: transparent;
    position: absolute;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 10;
}

.Camera_Settings .align-c input{
  background: #246a68 !important;
  color: white;
}

#wpatable #preshared_key_text{
  line-height: 35px !important;
}
#wireless_offline ._2.m8{
   line-height: 35px !important;
}
div#wpatable .titleRow._8{
  line-height: 45px !important;
}
#wireless_encrypt{
  width: 100% !important;
}
#reset_wireless{
  display:none;
  position: center;
  top: 50%;
  left: 40%;
  font-size: 14px;
  color: blue;
  background-color:#a9e7fb;
  z-index: 1;
  width: 550px;
  border-width: 10px;
  border-top-style: double;
  border-left-style: outset;
  border-right-style: inset;
  border-bottom-style: double;
  border-color: #a9e7fb;
  padding: 5px;
}

.spinnerGif{
  margin-bottom: -10px;
  width: 32px;
}

.installationText{
  padding-top: 25px !important;
}
#camera_firmware,
#camera_install{
  background-color: rgba(0,0,0,.5);
}

.toggleOn .device-status-primary-description-text-box,
.toggleOn .do-action-unlock{
  display: inline-block;
  width: 100%;
  padding-right: 10px;
}

.toggle .do-action-unlock, .toggle .do-action-lock,
.toggleOn .do-action-unlock, .toggleOn .do-action-lock,
.toggleOff .do-action-unlock, .toggleOff .do-action-lock{
  display: inline-block;
  width: 100%;
  line-height: 47px !important;
  padding-right: 10px;
}

.lock_switch_on .uil-ellipsis-css, .lock_switch_off .uil-ellipsis-css{
  margin: 13px 0 14px 0;
}

.lock_switch_on .toggle, .lock_switch_off .toggle,
.lock_switch_on .toggleOn, .lock_switch_off .toggleOn,
.lock_switch_on .toggleOff, .lock_switch_off .toggleOff{
  padding: 0 0 0 0 !important;
}

/*****************************VIDEO PAGE/RECORDINGS PAGE*****************************/
.liveVideoEmbedIE{
  height:100% !important;
  width:100% !important;
}
.Video .row.gap,
.Recordings .row.gap{
  padding-top: 25px;
  padding-bottom: 5px;
}
.historyRow .row:first-of-type{
  padding-top: 30px !important;
}

div.row.recordingVideoButtons{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (min-width: 701px){
  .recordingVideoButtons .recordingLink a.cta:first-child{
    padding-right: 18px !important;
  }
  .recordingVideoButtons .recordingLink:nth-child(2) a.cta{
    padding-right: 22px !important;
  }
  .recordingVideoButtons .recordingLink:nth-child(3) a.cta{
    padding-right: 17px !important;
  }
  .recordingVideoButtons .recordingLink:nth-child(4) a.cta{
    padding-right: 29px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 700px){
  .recordingVideoButtons .recordingLink a.cta:first-child{
    padding-right: 10px !important;
  }
  .recordingVideoButtons .recordingLink:nth-child(2) a.cta{
    padding-right: 11px !important;
  }
  .recordingVideoButtons .recordingLink:nth-child(3) a.cta{
    padding-right: 5px !important;
  }
  .recordingVideoButtons .recordingLink:nth-child(4) a.cta{
    padding-right: 16px !important;
  }
}
.Recordings input[type="checkbox"]{
  margin-right: 6px;
  margin-top: 4px;
}
@media screen and (max-width: 600px){
  .Recordings form .padR30{
    padding-right: 0px !important;
  }
}

.Video .row.mAll.center-children.gap,
.Video .pause_video,
.Video .buttons_outer_wrapper{
  padding-left: 3.5% !important;
  padding-right: 3.5% !important;
}
.Video .buttons_wrapper{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.Video #liveVideoFeatureControls2 .streamButton{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25% !important;
  float: left !important;
}
#liveVideoFeatureControls2 > div > div > div:nth-child(3) a.featureColorBG.cta{
    float:left !important;
}
@media screen and (max-width: 670px){
  .Video #liveVideoFeatureControls2 .streamButton{
    width: 24.6% !important;
  }
}
@media screen and (max-width: 600px){
  .Video #liveVideoFeatureControls2 .streamButton{
    width: 50% !important;
    padding-right: 1.5% !important;
    padding-left: 1.5% !important;
    margin-right: 0 !important;
  }
  #liveVideoFeatureControls2 > div > div > div:nth-child(3) a.featureColorBG.cta{
      float:right !important;
  }
  .Video .recordingVideoButtons .recordingLink:first-child,
  .Recordings .recordingVideoButtons .recordingLink:first-child{
    display:none;
  }
  .Video .row.gap, .Recordings .row.gap{
    padding-top: 20px;
  }
  .recordingLink:nth-child(4) a.cta span img{
    margin-left: 0px;
  }
}
.Video #liveVideoFeatureControls2 .streamButton:nth-child(4){
  margin-right: 0px !important;
}
.Video #liveVideoFeatureControls2 .streamButton a{
  margin-left: 0 !important;
  width: 100% !important;
}
.Video .pause_video{
  display:none;
}
.streamButton a{
  /* TODO auto is not a valid min-width value */
  min-width: auto;
}
.Video .row.gap div._2.m2,
.Recordings .row.gap div._2.m2{
  width: 25%;
}
.Video .row.gap div a:not(:last-child),
.Recordings .row.gap div a{
  float:left;
  display: block;
  width: 100% !important;
  margin-left: 0 !important;
  text-align: center;
}
.Video .row.gap div a img,
.row.gap div a img{
  /*float: left;*/
 /* margin-right: 3px !important;
  margin-left: 6px !important;*/
}

.StreamQuality{
  padding: 18px;
}

.StreamQuality a:hover{
  color: #3EB6B3;
}

#video_frame{
  padding: 3.5%;
}
/*multi-view*/
.multi_view_back{
	height: 100%;
	float: right;
	min-width: 175px;
	width: auto;
	margin: 0;
	border: 0 !important;
	font-size: 18px;
	background-color: #246a68;
	color: white;
}

@media screen and (max-width: 599px){
  .multi_view_back{
    padding: 10px 15px;
    min-width: 50px;
  }
}
.video_back{
    min-height: 45px;
    padding: 10px 15px;
    text-align: center;
    display: block;
    min-width: 145px;
    background: rgb(73, 128, 182);
}
#alarm_control .titleRow:first-child .titleRow button[type="submit"]{
  display: none;
}
#alarmControlSubmitButton{
  display: none;
}
.Recordings div.deviceStatus + a img,
.Recordings video,
.Video div.deviceStatus + a img,
.Video video{
  padding: 0 3.5% !important;
}
div.recordingLink{
  padding-right: 1.4% !important;
  padding-bottom: 1.4%;
}
.recordingLink a.cta {
  min-width: inherit !important;
}
.recordingLink:nth-child(4) a.cta img {
  margin-left: 10px;
}
.Video .video_description_container,
.Recordings .video_description_container{
  padding-left: 3.5% !important;
  padding-right: 3.5% !important;
}
.Video div.submit,
.Recordings div.submit{
  float: right !important;
  width: 22.7% !important;
}
.Video div.submit button,
.Recordings div.submit button{
  padding-left: 10px !important;
  padding-right: 16px !important;
  width: 100% !important;
  float: none !important;
  min-width: inherit !important;
  margin-left: 0 !important;
}
.Video input.recording_input,
.Recordings input.recording_input{
  width: 48.55% !important;
  margin-left: 0.6% !important;
  font-size: 16px !important;
}
.Video .video_description_text,
.Recordings .video_description_text{
  width: 25.2% !important;
  font-size: 18px !important;
}
.Video .video_description ,
.Recordings .video_description{
  padding-left: 0!important;
  padding-right: 0 !important;
}
@media screen and (max-width: 700px){
 .Video a.cta,
 .Recordings a.cta{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 600px){
  .Video div.submit,
  .Recordings div.submit{
    width: 48.4% !important;
  }
  .Video .video_description,
  .Recordings .video_description{
    padding-left: 0!important;
    padding-right: 0 !important;
  }
  .Video input.recording_input,
  .Recordings input.recording_input{
    width: 48.1% !important;
    margin-left: 0.6% !important;
  }
  .Video .video_description_text,
  .Recordings .video_description_text{
    width: 100% !important;
  }
  .Video .recordingLink a span.buttonText,
  .Recordings .recordingLink a span.buttonText{
    display: none !important;
  }
}
@media screen and (min-width: 478px) and (max-width: 533px){
  .Video .row.gap div a span{
    font-size: 14px;
  }
  .recordingLink a span.buttonText{
    font-size: 18px !important;
  }
}
@media screen and (min-width: 460px) and (max-width: 477px){
  .Video .row.gap div a span{
    /* TODO non-integer value is not valid */
    font-size: 12.5px;
  }
  .recordingLink a span.buttonText{
    font-size: 18px !important;
  }
}



/*****************************PROPERTY DETAILS PAGE*****************************/

.Property_Details .titleRow + .row{
  padding-top: 30px !important;
}

/*****************************ACCOUNT DETAILS PAGE*****************************/

.Account_Details .titleRow + .row{
  padding-top: 30px !important;
}


input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #ecf0f1;
  border: none;
  width: 10px;
  height: 35px;
  border-radius: 0px;
  cursor: pointer;
}

input[type=range]::-moz-range-track {
    background: transparent;
    border: none;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 35px;
    width: 10px;
    border-radius: 0px;
    cursor: pointer;
}


input[type=range] {
  -webkit-appearance: none; 
  -moz-appearance: none; 
  width: 100%;
  border:none !important;
  padding: 0 !important;
  margin-right: 0px;
}

input[type=range]:focus {
  outline: none; 
}


input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent; 
  border-color: transparent;
  color: transparent;
}


input[type=range]::-ms-thumb {
  height: 35px;
  width: 5px;
  border: none;
  border-radius: 0px;
  background: #777;
  box-shadow: none;
  cursor: pointer;
}

input[type="range"]::-ms-thumb:after{
  content:" ";
  width:2000px;
  height:35px;
  position:absolute;
  right:6px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  border: none;
  border-radius: 0px;
  height: 35px;
  box-shadow: none;
}

input[type=range]::-ms-fill-upper {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

#rangevalue {
  pointer-events: none;
  text-align: center;
  font-family: "Quantico", sans-serif;
  font-size: 18px;
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
  margin-top: -50px;
  padding: 10px 0px;
  width: 100%;
  color: #FFF;
}

.supportPlayerWrapper {
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 25px;
  height: 0;
}
.supportPlayerWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-moz-document url-prefix() {
  #rangevalue {
    pointer-events: none;
    margin-top: -55px;
  }
}




