body{
    color: #222;
    font: 13px Arial, Helvetica, sans-serif;
    min-width: 1000px;
}

img {
    border-style: none;
}

#calender{
    width: 550px;
}

a {
    text-decoration: none;
    color: #1261b3;
}

a:hover {
    text-decoration: underline;
}

input,
textarea,
select {
    font: 14px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #222;
}

input[type=submit]:hover {
    cursor: pointer;
}
p.share-account-info{
    line-height: 16px;
    margin: 0 0 16px;
    text-align: justify;
    width: 460px;
}
a.action {
    background: none repeat scroll 0 0 #70A140;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    /*width: -moz-fit-content;*/
    height: 17px;
    text-decoration: none;
}
.subuser-menu{
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: none;
    float: right;
    margin-top: 30px;;
    /*right: 15.5%;*/
    list-style: none outside none;
    /*margin: 2px 0 0;*/
    min-width: 160px;
    /*padding: 5px 0;*/
    position: absolute;
    text-align: center;
    /*top: 100%;*/
    z-index: 1000;
}

.subuser-menu li{font-size: 15px; padding: 7px 0px}
.subuser-menu li:hover{background:#DFDFDF;}
.subuser-menu li a{text-decoration: none; color: #000000}

.bold {
    font-weight: bold;
}
.clear-both {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-align-center {
    text-align: center;
}

#wrapper {
    width: 990px;
    margin: 0 auto;
}

#header {
    width: 970px;
    padding: 17px 10px 6px;
    overflow: hidden;
}

#header .logo {
    float: left;
    width: 300px;
    height: 81px;
    text-indent: -9999px;
    overflow: hidden;
}

#header .logo a {
    display: block;
    height: 100%;
}

#header .bar {
    overflow: hidden;
}

#header .tools {
    float: right;
    line-height: 19px;
    overflow: hidden;
    margin: 0 -24px 0 0;
}

#header .tools li {
    float: left;
    margin: 0 24px 0 -24px;
    padding: 0 0 0 24px;
    background: url(https://backend.rl.ama1a.org/assets/tools-separator.gif) no-repeat;
}

#header .tools li a {
    float: left;
}

.container {
    width: 990px;
    overflow: hidden;
    min-height: 500px;
}

.nav-bar #nav a {
    color: #fff;
    float: left;
    cursor: pointer;
    background: url(https://backend.rl.ama1a.org/assets/btn-nav.gif) no-repeat -9999px -9999px;
    font-weight: bold;
    padding: 13px 17px 14px;
}

.nav-bar {
    width: 970px;
    padding: 10px 10px 0;
    overflow: hidden;
    height: 45px;
    background: url(https://backend.rl.ama1a.org/assets/bg-nav-bar.png) no-repeat;
}

#nav {
    width: 100%;
    overflow: hidden;
    line-height: 18px;
}

#nav li {
    float: left;
}

#nav a {
    color: #fff;
    float: left;
    cursor: pointer;
    background: url(https://backend.rl.ama1a.org/assets/btn-nav.gif) no-repeat -9999px -9999px;
}

#nav li.active a,
#nav a:hover {
    text-decoration: none;
    background-position: 0 -45px;
}

#nav li:first-child.active a,
#nav li:first-child a:hover {
    background-position: 0 0;
}

#nav a strong {
    font-weight: bold;
    float: left;
    padding: 13px 17px 14px;
    background: url(https://backend.rl.ama1a.org/assets/btn-nav.gif) no-repeat -9999px -9999px;
}

#nav li.active a strong,
#nav a:hover strong {
    background-position: 100% -90px;
}

#main {
    width: 990px;
    background: url(https://backend.rl.ama1a.org/assets/bg-container.png) repeat-y -990px 0;
}

#main.full {
    background: url(https://backend.rl.ama1a.org/assets/bg-container-full.png) repeat-y -990px 0;
}

.main-holder {
    width: 970px;
    padding: 0 10px 30px;
    overflow: hidden;
    /*background: url(https://backend.rl.ama1a.org/assets/bg-container.png) no-repeat 0 100%;*/
}

#bg-container-lower-fix{
    color: #ff0000;
    min-width: 970px;
    padding: 0 1px 3px;
    overflow: hidden;
    min-height: 5px;
    margin-left: 4px;
    background: url(https://backend.rl.ama1a.org/assets/bg-container-lower.png) no-repeat 0 100%;
}

#bg-container-lower-fix.full {
    background: url(https://backend.rl.ama1a.org/assets/bg-container-full-lower.png) no-repeat 0 100%;
}

#content {
    float: right;
    width: 720px;
}

.instruction_large {
    width: 100%;
    color: #2a2a2a;
    text-align: center;
    font-family: sans-serif;
    font-size: 24px;
}
.instruction_medium {
    width: 100%;
    color: #2a2a2a;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
}
.instruction_small {
    width: 100%;
    color: #2a2a2a;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
}

#main.full #content {
    width: 100%;
}

.centered {
    min-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-style: italic;
}

.resortlock_verification_form_centered{
  width: 40%;
  margin: 0 auto;
  text-align: right;
}

.items {
    width: 100%;
    background: #fff;
    position: relative;
    border-left: 0px solid silver;
}

.items:after {
    content: "";
    display: block;
    clear: both;
}

.items .items-list {
    float: left;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    background: #f7f7f7;
    padding: 0 0 2px;
    text-align: center;
    /*border-right: 1px solid #e5e5e5;*/
}
.items.enterprise .items-list {
    height:120px;
    float: right;
}
.items.enterprise .items-list li {
    margin-top: 10px;
}
.items.enterprise .items-list li a {
  float: none;
  display: inline-block;
}
.items.enterprise .item-info {
  width: 215px;
  text-align: center;
}
.items.enterprise .item-info .info-holder {
  float: none;
  text-align: left;
  display: inline-block;
}

.items .items-list li {
    float: left;
    /*padding: 0 2px 0 0;*/
    /*width: 110px*/
    width: 120px
}

.items .items-list a {
    float: left;
    color: #222;
    cursor: pointer;
    text-decoration: none;
}

.items .items-list li.active a,
.items .items-list a:hover {
    margin: 0 0 -12px;
    color: #fff;
}

.items .items-list a .m {
    float: left;
    background: url(https://backend.rl.ama1a.org/assets/btn-item.png) no-repeat -9999px -9999px;
    width: 120px;
}

.items .items-list li.active a .m,
.items .items-list a:hover .m {
    background-position: 50% -264px;
}

.items .items-list a .l {
    float: left;
    background: url(https://backend.rl.ama1a.org/assets/btn-item.png) no-repeat -9999px -9999px;
    width: 120px;
}

.items .items-list li.active a .l,
.items .items-list a:hover .l {
    background-position: 0 -132px;
}

.items .items-list a .r {
    padding: 10px 19px 7px;
    height: 103px;
    /*min-width: 75px;*/
    min-width: 80px;
    float: left;
    background: url(https://backend.rl.ama1a.org/assets/btn-item.png) no-repeat -9999px -9999px !important;
    z-index: 9999999;
}

.items .items-list li.active a .r,
.items .items-list a:hover .r {
    padding: 10px 19px 19px;
    background-position: 100% 0;
}

.items .items-list a .icon {
    display: block;
    margin: 0 auto;
    width: 73px;
    height: 77px;
    overflow: hidden;
}

*+html .items .items-list a .icon {
    margin: 0;
}

.items .items-list a .icon img {
    display: block;
}

.items .items-list li.active a .icon img,
.items .items-list a:hover .icon img {
    margin: -77px 0 0;
}

.items .items-list a .text {
    padding: 2px 0 0;
    display: block;
}

.items .item-info {
    overflow: hidden;
    padding: 9px 14px 10px;
    display: inline-block;
}

.items .item-info .btn-edit {
    overflow: hidden;
}

.items .item-info .btn-edit a {
    float: right;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(https://backend.rl.ama1a.org/assets/ico-edit.gif) no-repeat;
}

.items .item-info .info-holder {
    padding: 14px 0 0;
    line-height: 16px;
    font-size: 14px;
    float: right;
    margin-right: 24px;
}

.items .item-info .info-holder .date {
    font-size: 15px;
    line-height: 19px;
    display: block;
    margin: 0 0 5px;
}

.items .item-info .info-holder .time {
    display: block;
    line-height: 25px;
    font-size: 24px;
    font-weight: bold;
}

.items .item-info .info-holder span {
    display: block;
}

.content-holder {
    border: none;
    padding: 0 19px 0;
    background: url(https://backend.rl.ama1a.org/assets/bg-content-holder.gif) repeat-x;
    min-height: 200px;
    width: 680px;
}
.enterprise_view .content-holder {
  padding: 15px 19px 0 19px
}

.item-scroll{
  float: left;
  background: #E6E6E6;
  width:  100%;
}

.section {
    width: 690px;
    margin: 0 -5px 5px;
    background-color: white;
    border-radius: 5px;
     -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
    box-shadow: -5px 5px 6px #222;
    float: left;
}

.widget-section {
    width: 320px;
    /*margin: 0 -5px 5px;*/
    margin-left: 10px;
    margin-top: 10px;
    background-color: #5D5D5D;
    border-radius: 5px;
    border: 1px #808080 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: -5px 5px 6px #222;
    float: left;
}
.widget-section.widget-section-full {
    width: 100%;
    color: #FFF;
    padding: 10px 0;
    margin-left:0;
    float:left;
    margin-top:10px;
}

.widget-section:nth-child(even){margin-left: 20px;}
.widget-section:nth-child(n+3){margin-top: 20px}

.widget-section-full.widget-section:nth-child(even){margin-left: 0;}
.widget-section-full.widget-section:nth-child(n+3){margin-top: 10px;}


.widget-section .holder{
    height: 227px;
    overflow: auto;
    overflow-x: hidden;
}

.widget-section .frame {
    margin: 15px 0;
    padding: 0 5px;
    width: 325px;
    display: inline-block;
    vertical-align: top;
}

.section .holder {
    width: 100%;
    overflow: hidden;
}

.section .frame {
    margin: 15px 0;
    padding: 0 5px;
    width: 680px;
    display: inline-block;
    vertical-align: top;
}

#main.full .section {
    width: 930px;
}

#main.full .section .holder {
    /*background: url(https://backend.rl.ama1a.org/assets/bg-section-full.png) no-repeat -940px 100%;*/
}

#main.full .section .frame {
    width: 930px;
    /*background: url(https://backend.rl.ama1a.org/assets/bg-section-full.png) repeat-y -1880px 0;*/
}


*+html .section .frame {
    display: inline;
}

.section .section-content {
    padding: 0px 5px 10px 0px;
    position: relative;
    margin: -10px 0 -5px;
    width: 680px;
    overflow: hidden;

}
#main.full .content-holder, #main.full .section .section-content {width: 930px;}

.section .section-info {
    float: left;
    padding: 10px 14px 9999px;
    margin: 0 0 -9989px;
    width: 122px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.section .section-items {
    float: right;
    padding: 0 0 9999px;
    margin: 0 0 -9999px;
    width: 250px;
    border-left: 1px solid #e5e5e5;
}

.section .section-holder {
    overflow: hidden;
    padding: 10px 19px 10px;
}

.section .title {
    display: block;
    line-height: 18px;
    margin: 0 0 2px;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.section .section-info .temp {
    line-height: 54px;
    font-size: 40px;
    color: #58a632;
    font-weight: bold;
    display: block;
    margin: 0 0 2px;
    width: 130px;
}

.section .section-info .temp .deg {
    display: inline-block;
    vertical-align: text-top;
    line-height: 35px;
    font-size: 25px;
}

.section .info {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}

.section .switcher {
    overflow: hidden;
    padding: 10px 0 6px;
    height: 40px;
    float: right;
}

.section .switcher .btn-switcher {
    float: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    line-height: 16px;
    color: #222;
    margin: 5px 0;
    padding: 0 13px 0 0;
    background: url(https://backend.rl.ama1a.org/assets/btn-switcher.png) no-repeat 100% -30px;
}

.section .switcher .btn-switcher span {
    float: left;
    padding: 6px 0 8px 13px;
    background: url(https://backend.rl.ama1a.org/assets/btn-switcher.png) no-repeat;
}

.section .switcher .btn-holder {
    float: right;
}

.section .switcher .btn-holder .btn-switcher {
    margin: 5px 10px 5px 0;
    line-height: 18px;
}

.section .switcher .btn-holder .btn-switcher span {
    padding: 6px 0 6px 13px;
}

.section .switcher .hold {
    font-size: 12px;
    margin: 5px 0;
}

.section .switcher .value {
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 0 0;
    text-align: center;
}

.section .switcher .value-holder {
    display: inline-block;
    float: left;
    font-size: 28px;
    line-height: 40px;
    padding-left: 0px;
    vertical-align: top;
    padding-right: 5px;
}

.section .switcher .value .deg {
    display: inline-block;
    vertical-align: text-top;
    line-height: 28px;
    font-size: 17px;
}

.section .section-items .items-holder {
    width: 245px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    background: url(https://backend.rl.ama1a.org/../assets/line-02.gif) repeat-y 140px 0;
}

.section .section-items .list-items {
    overflow: hidden;
    padding: 10px 0 15px 14px;
    width: 225px;
}

.section .section-items .items-holder .list-items {
    padding: 10px 14px 15px;
    width: 112px;
    float: left;
}

.section .section-items .list-items ul {
    float: left;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}

.section .section-items .list-items ul li {
    float: left;
    margin: 0 1px 0 -1px;
    padding: 0 0 0 1px;
    background: url(https://backend.rl.ama1a.org/assets/list-item-separator.gif) repeat-y;
}

.section .section-items .list-items ul li a {
    float: left;
    padding: 6px 10px;
    min-width: 35px;
    text-align: center;
    color: #222;
    background: url(https://backend.rl.ama1a.org/assets/btn-list-items.png) no-repeat 0 -150px;
}

.section .section-items .list-items ul li.active a,
.section .section-items .list-items ul li a:hover {
    text-decoration: none;
    color: #fff;
    background-position: 0 -120px;
}

.section .section-items .list-items ul li a.first {
    background-position: 0 -30px;
}

.section .section-items .list-items ul li.active a.first,
.section .section-items .list-items ul li a.first:hover {
    background-position: 0 0;
}

.section .section-items .list-items ul li a.last {
    background-position: 100% -90px;
}

.section .section-items .list-items ul li.active a.last,
.section .section-items .list-items ul li a.last:hover {
    background-position: 100% -60px;
}

.list-body {margin-top:30px;}

.section .section-items .items-holder .level-item {
    overflow: hidden;
    padding: 30px 5px 27px 20px;
    line-height: 16px;
    font-size: 11px;
    font-weight: bold;
}

.section .section-items .items-holder .level-item .level-label {
    float: left;
    padding: 0 5px 0 0;
}

.section .section-items .items-holder .level-item .level-list {
    float: left;
    width: 35px;
}

.section .section-items .items-holder .level-item .level-list li {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    width: 5px;
    height: 15px;
    margin: 0 2px 0 0;
    background: url(https://backend.rl.ama1a.org/assets/bg-livel-item.gif) no-repeat;
}

.section .section-items .items-holder .level-item .level-list li.active {
    background-position: 0 -15px;
}

.tab {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.tab-heading {
    width: 100%;
    overflow: hidden;
    padding: 0 0 5px;
}

.tabset {
    float: left;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
}

.tabset li {
    float: left;
    padding: 0 5px 0 0;
}

.tabset a {
    color: #fff;
    float: left;
    cursor: pointer;
    padding: 0 5px 0 0;
    background: url(https://backend.rl.ama1a.org/assets/btn-tabset.png) no-repeat 100% -30px;
}

.tabset a:hover {
    color: #222;
    text-decoration: none;
    background-position: 100% -90px;
}

.tabset li.ui-tabs-selected a,
.tabset li.ui-tabs-selected a:hover {
    margin: 0 0 -5px;
    background-position: 100% -155px;
    color: #222;
}

.tabset a span {
    float: left;
    padding: 6px 10px 6px 15px;
    background: url(https://backend.rl.ama1a.org/assets/btn-tabset.png) no-repeat;
}

.tabset a:hover span {
    background-position: 0 -60px;
}

.tabset li.ui-tabs-selected a span,
.tabset li.ui-tabs-selected a:hover span {
    padding: 6px 10px 11px 15px;
    background-position: 0 -120px;
}

span.btn-add {
    display: inline-block;
    overflow: hidden;
}

.tab-heading .btn-add {
    float: right;
    width: auto;
}

.btn-add a {
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    float: left;
    color: #222;
}

.tab-heading .btn-add a {
    background-position: 100% -30px;
}

.btn-add a span {
    float: left;
    padding: 6px 10px 6px 33px;
    border: 1px solid #aaa;
    border-radius: 4px 4px 4px 4px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(https://backend.rl.ama1a.org/../assets/btn-plus.png) no-repeat 8px center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2YxZjdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWU4ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: url(https://backend.rl.ama1a.org/../assets/btn-plus.png) no-repeat 8px center, linear-gradient(to bottom, #ffffff 0%,#f1f7f9 46%,#dae8ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dae8ee',GradientType=0 ); /* IE6-8 */
    transition: 0.1s linear;
}
.btn-add a span:hover {
    transition: 0.1s linear;
    border: 1px solid #555;
}

.block .box-holder .btn-add a span {
    padding: 6px 0 6px 28px;
}

.tab-heading .btn-add a span {
    background-position: 0 0;
}

.btn-add a:hover span {
    text-decoration: none;
}

.block {
    width: 100%;
    overflow: visible;
    float: left;
    background: #fff;
    border-radius: 5px;
}

.block .block-holder {
    width: auto;
    overflow: inherit;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.block .block-holder .block-frame{
    overflow: auto;
}

#main.full .block {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

#main.full .block .block-holder {
    /*width: 100%;*/
    background-color: #fff;
    border-radius: 5px;
}

.block .block-frame .outside{
    width: 670px;
    min-height: auto;
    margin: 0;
    overflow: auto;

    border-radius: 5px;
    background-color: #fff;
    line-height: 20px;
}

.block .block-frame.inside {
    position: relative;
    width: inherit;
    overflow: auto;
    line-height: 20px;
}

.block-frame .inside .row-submit{
    width: 100%;
    height: auto;
}

.guestcode_submit{
    position: absolute;
    bottom: 5px;
    left: 245px;
}

.generated_spinner{
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    bottom: 0;
    left: 385px;
    background: url(https://backend.rl.ama1a.org/../assets/resortlock_generate.gif) no-repeat;
    z-index: 2;
}

.generation-results{
    display: block;
    position: relative;
    width: inherit;
    overflow: auto;
    margin: 5px;
    border-radius: 5px;
    border: 2px solid #999;
    background: url(https://backend.rl.ama1a.org/../assets/leather_1.png) repeat;
    z-index: 1;
}

/*Style 6i_lock_report*/
table.lock_reports th{
  padding: 5px 0px;
  text-align: center;
}
table.lock_reports tr td{
  padding: 5px 20px;
}
/*End Style 6i_lock_report*/

/*Style resortlock new template form*/
.generation-results .main{
    padding: 0px 0px 10px 10px;
}
.generation-results .main input{
    width: 170px;
}
.generation-results .main textarea{
    width: 620px;
}
/*End resortlock new template form*/

.generation-results table{
    margin: 5px 0;
    width: 100%;
}

.generation-results table tr{
    white-space: nowrap;
}

.generation-results table tr.highlight{
    background:rgba(255,255,255,0.6);
}

.generation-results table tr.light:hover{
    background:rgba(255,255,255,0.6);
}

.generation-results table tr td{
    padding: 5px 10px 5px 5px;
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    text-shadow: 0px 1px 0px #fff;
}
.generation-results .generation-table tr td:first-child{
  width: 30px;
}

.generation-results .generation-table tr td:nth-child(2){
  border-left: 2px solid #BBB;
}

.border-top-icon{
  border-top: 2px solid #BBB;
}

#lock-settings-contents{
    padding: 10px 0px 10px 10px;
    background-color: #fff;
    border-radius: 0px 5px 5px 5px;
}

#lock-access-code-contents, #lock-schedules-contents, #lock-history-contents{
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
}

#thermostat-setting-content, #power-plug-setting-content,#camera-setting-content, #motion-sensor-setting-content{
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    border-radius: 0px 5px 5px 5px;
}

#thermostat-sch-content, #thermostat-history-content, #power-plug-sch-content, #power-plug-history-content, #camera-presets-content, #camera-alerts-content, #motion-sensor-history-content{
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
}

.resortlock_button_ico_close{
  width: 9px;
  height: 11px;
  border: none;
  color: transparent;
  background: transparent url(https://backend.rl.ama1a.org/../assets/ico-close.gif) no-repeat 0 0;
  background-size: 9px 11px;
  cursor: pointer;
}

.resortlock_status{
  float: right;
  padding: 5px 24px 5px 24px;
  border: 1px solid #6e6e6e;
  background-color: #878787;
  border-radius: 4px;
  box-shadow:         inset 0 0 5px #000000;
}

.block h2, .list-header h2 {
    line-height: 27px;
    font-weight: bold;
    margin: 10px;
    font-size: 18px;
}

h2.logo {
  margin: -5px 0 0 -5px;
}

.list-header h2 {
    margin-top: 20px;
}
.list-controls {
    float:right;
    margin:30px 40px;
}
.list-controls a.active { font-weight: bold}

.form-create .label {
    width: 100%;
    overflow: hidden;
    margin: 0 0 7px;
}

.form-create .label label {
    float: left;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

.form-create .row {
    width: 250px;
    overflow: hidden;
    margin: 0 0 15px;
}

.form-create .row .text {
    background: #fff;
    border: 1px solid #b9c1cc;
    padding: 6px 9px;
    width: 230px;
}

.inside .form-create {
    min-height: 30px;
}

.short_space.level{
    max-width: 100px;
}

.long_box{
    min-width: 260px;
}

select.long_box{
  min-width: 281px;
}

.short_box{
    max-width: 75px;
}

.field_with_errors{
    display: inline;
}

select#code_type{
    min-width: 281px;
}

select #guestcode_hours_start_4i{
  width: 84px;
  height: 34px;
}

select #guestcode_hours_start_7i{
  width: 84px;
  height: 34px;
}

.form .time-selection{
  float: left;
  max-width: 185px;
  margin-left: 3px;
}

.form .time-selection select{
    max-width: 84px;
    height: 34px;
}

.form-create .row-submit, .form .row-submit {
    width: 100%;
    overflow: hidden;
    padding: 0px 0 0;
}

.form-create .row-submit .btn-submit{
    float: left;
    width: 60px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: url(https://backend.rl.ama1a.org/../assets/btn-submit.png) no-repeat;
}

.form .row-submit .btn-submit{
    min-height: 30px;
    padding: 0px 10px 0px 10px;
    color: #eee;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0px -1px 1px #333,
                -1px 0px 0px #333;
    border-radius: 6px;
    border: 1px solid #4e7732;
    cursor: pointer;
    text-indent: 0;
    background: #7faa3d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYWEzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTc3MzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to bottom,  #7faa3d 0%,#4e7732 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7faa3d', endColorstr='#4e7732',GradientType=0 ); /* IE6-8 */
}

.form .row-submit .btn-submit:hover {
    transition: 0.1s linear;
    border: 1px solid #333;
}

.form .row-submit .browse {
    float: left;
    width: 70px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: url(https://backend.rl.ama1a.org/../assets/browse.jpg) no-repeat;
}

.form-create .facebox-save {
    width: 70px;
}

.row-submit span {
    float: left;
    padding: 5px 10px;
    line-height: 20px;
}

.form-create .row-submit .cansel {
    float: left;
    margin: 5px 0;
    line-height: 20px;
}

.dialog_form_new{
  text-align: center;
  margin: 30px 10px;
}

input#lock_resortlock_start, #lock_resortlock_end{
    width: 75px;
}

.block .sub-title {
    display: block;
    font-weight: bold;
    margin: 0 0 4px;
    font-size: 14px;
}

.block p {
    margin: 0 0 16px;
}

.block .box {
    width: 640px;
    /*background: url(https://backend.rl.ama1a.org/../assets/bg-box-02.png) no-repeat;*/
    margin: 0 0 0px;
}

.block .box .box-holder {
    width: 100%;
    overflow: hidden;
    /*background: url(https://backend.rl.ama1a.org/../assets/bg-box-02.png) no-repeat -640px 100%;*/
}

.block .box .box-frame {
    position: relative;
    width: 598px;               /* Not 600px, so as to compensate for the 1px border */
    padding: 5px 0px 5px 20px;
    margin: 1px 0;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    border-radius: 4px;
    /*background: url(https://backend.rl.ama1a.org/../assets/bg-box-02.png) repeat-y -1280px 0;*/
}

.block .box .box-frame .btn-close {
    position: absolute;
    width: 11px;
    height: 11px;
    right: 11px;
    top: 3px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(https://backend.rl.ama1a.org/../assets/ico-close-2.gif) no-repeat;
}

.info-table {
    width: 280px;
    margin: 0 0 15px;
    font-size: 14px;
}

.info-table th {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.info-table th,
.info-table td {
    line-height: 17px;
}

.info-table .grey td {
    background: #e6e6e6;
}

.info-table .time,
.info-table .cool,
.info-table .heat {
    padding: 7px 10px 6px;
}

.info-table .time {
    width: 65px;
}

.info-table .cool {
    width: 60px;
}

.info-table .heat {
    width: 51px;
}

.info-table .action {
    width: 90px;
}

.info-table .mode {
    width: 70px;
}

.info-table .icons-col {
    width: 34px;
    padding: 7px 10px 6px 0;
}

.info-table .icons {
    float: right;
}

.info-table .icons li {
    float: left;
    padding: 0 0 0 7px;
}

.info-table .icons a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 11px;
}

.info-table .icons .edit {
    width: 11px;
    background: url(https://backend.rl.ama1a.org/../assets/ico-edit-2.gif) no-repeat;
}

.info-table .icons .close {
    width: 9px;
    background: url(https://backend.rl.ama1a.org/../assets/ico-close.gif) no-repeat;
}

.days-list {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.days-list .days-label {
    float: left;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px 0 5px;
}

.days-list ul {
    float: left;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
}

.days-list li {
    float: left;
    padding: 0 2px 0 0;
}

.days-list a {
    cursor: pointer;
    color: #222;
    float: left;
    padding: 0 6px 0 0;
    background: url(https://backend.rl.ama1a.org/../assets/btn-days.png) no-repeat 100% -30px;
}

.days-list li.active a,
.days-list a:hover {
    text-decoration: none;
    color: #fff;
    background-position: 100% -90px;
}

.days-list a span {
    float: left;
    padding: 6px 0 6px 6px;
    min-width: 13px;
    background: url(https://backend.rl.ama1a.org/../assets/btn-days.png) no-repeat 0 0;
}

.days-list li.active a span,
.days-list a:hover span {
    background: url(https://backend.rl.ama1a.org/../assets/btn-days.png) no-repeat 0 -60px;
}

img.shadow {
    /*width: auto;*/
    /*margin: 20px;*/
    /*border: 1px solid #ccc;*/
    /*padding: 10px;*/

}

img.shadow:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 7px;
}


#sidebar {
    float: left;
    padding: 15px;
    width: 220px;
}

.select-form {
    width: 100%;
    overflow: hidden;
}

.select-form .row {
    margin: 0 0 5px;
    width: 100%;
    overflow: hidden;
}

.select-form .label {
    width: 100%;
    overflow: hidden;
    margin: 0 0 3px
}

.select-form .label label {
    float: left;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.select-form .select {
    width: 220px;
    overflow: hidden;
    margin: 0 0 10px;
}

.select-form .select select {
    width: 220px;
    float: left;
}

.select-form.select-property-in-page, .search-form-in-page {
    float: right;
    margin-right: 30px;
    margin-top: -10px;
    width: auto;
}

#sidebar .image {
    width: 220px;
    height: 165px;
    margin: 0 0 21px;
}

#sidebar .image img {
    vertical-align: top;
}

#sidebar .box {
    width: 220px;
    background: url(https://backend.rl.ama1a.org/../assets/bg-box.gif) repeat-y;
}

#sidebar .box .holder {
    width: 100%;
    background: url(https://backend.rl.ama1a.org/../assets/bg-box.gif) no-repeat -220px 0;
}

#sidebar .box .frame {
    width: 220px;
    background: url(https://backend.rl.ama1a.org/../assets/bg-box.gif) no-repeat -440px 100%;
}

#sidebar .box .info {
    padding: 13px 15px 16px;
    width: 190px;
    line-height: 18px;
    margin-bottom: 20px;
}

#sidebar .box .info .current-weather {
    float: right;
    margin-right: 1px;
}

#sidebar .box .info img {
    float: left;
}

#sidebar .box .info .high-low {
    float: left;
    font-size: 12px;
    margin-left: -10px;
    margin-right: -10px;
}

#sidebar .box .info .temp {
    display: block;
    font-weight: bold;
    line-height: 27px;
    font-size: 24px;
}

#sidebar .box .info span {
    display: block;
}

#sidebar .box .info-list {
    border-top: 1px solid #d2d2d2;
    background: url(https://backend.rl.ama1a.org/../assets/line-01.gif) repeat-y 104px 0;
}

#sidebar .box .info-list li {
    display: inline-block;
    vertical-align: top;
    width: 79px;
    padding: 11px 11px 11px 15px;
    line-height: 16px;
}

.forecast-high-low {
    float: right;
    font-size: 12px;
}

#weather-forecast-next-day1-name, #weather-forecast-next-day2-name {
    margin-left: -10px;
    margin-bottom: 5px;
}

#weather-icon {
    margin-left: -10px;
}

*+html #sidebar .box .info-list li {
    display: inline;
}

#sidebar .box .info-list li .temp {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

#sidebar .box .info-list li span {
    display: block;
}

#footer {
    width: 970px;
    padding: 7px 10px 29px;
    overflow: hidden;
    margin: 0 auto;
}

.footer-nav {
    float: left;
    line-height: 19px;
    font-size: 11px;
    overflow: hidden;
}

.footer-nav li {
    float: left;
    padding: 0 3px 0 18px;
    margin: 0 18px 0 -18px;
    background: url(https://backend.rl.ama1a.org/../assets/footer-nav-separator.gif) no-repeat;
}

.footer-nav a {
    float: left;
}

.footer-nav li.copy {
    font-weight: bold;
}

.footer-nav li.copy a {
    color: #222;
}

.value-holder input[type="text"] {
    background-color: transparent;
    border: 0 none;
    float: left;
    font: bold 25px Helvetica, sans-serif;
    text-align: right;
    width: 45px;
    /*padding-right: 0;*/
}

.target-temp {
}

.target-temp-value {
    float: left;
}

.target-temp-button {
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}

.variance-value {

}

.variance-value input[type="text"] {
    background-color: transparent !important;
    border: 0 none !important;
    float: left !important;
    font: bold 28px Helvetica, sans-serif !important;
    padding: 2px 0 0 !important;
    text-align: right !important;
    width: 48px !important;
}


.special-text-field {

}

.special-text-field input[type="text"] {
    background-color: transparent !important;
    border: 0 none !important;
    float: left !important;
    font: bold 28px Helvetica, sans-serif !important;
    padding: 2px 0 0 !important;
    text-align: right !important;
    width: 48px !important;
}

.time-text-field {
    /*font-size: 25px;*/
    font-weight: bold;

}

.time-text-field input[type="text"] {
    background-color: transparent !important;
    border: 0 none !important;
    float: left !important;
    font: bold 28px Helvetica, sans-serif !important;
    padding: 0 0 0 !important;
    width: 35px !important;
}

.colon {
    float: left;
    font-size: 30px;
    font-weight: bold;
}

.admin-logout {
    float: right;
    font-size: 15px;
    width: 100px;
}

.small-field {
    width: 10px !important;
}

.days-list li .days-checkbox {
    display: none;

}

.days-list li {
    float: left;
    padding: 0 2px 0 0;
}

.days-list label {
    cursor: pointer;
    color: #222;
    float: left;
    padding: 0 6px 0 0;
    background: url(https://backend.rl.ama1a.org/../assets/btn-days.png) no-repeat 100% -30px;
}

.days-list li.active label,
.days-list label:hover {
    text-decoration: none;
    color: #fff;
    background-position: 100% -90px;
}

.days-list label span {
    float: left;
    padding: 6px 0 6px 6px;
    min-width: 13px;
    background: url(https://backend.rl.ama1a.org/../assets/btn-days.png) no-repeat 0 0;
}

.days-list li.active label span,
.days-list label:hover span {
    background: url(https://backend.rl.ama1a.org/../assets/btn-days.png) no-repeat 0 -60px;
}

.hold-off {
    display: none;
}

#sch-info1 {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}

#sch-info2 {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}

.switcher {
    overflow: hidden;
    /*  padding:10px 0 6px;*/
    height: 40px;
}

.switcher .btn-switcher {
    float: left;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    line-height: 16px;
    color: #222;
    margin: 5px 0;
    padding: 0 13px 0 0;
    background: url(https://backend.rl.ama1a.org/../assets/btn-switcher.png) no-repeat 100% -30px;
}

.switcher .btn-switcher span {
    float: left;
    padding: 6px 0 8px 13px;
    background: url(https://backend.rl.ama1a.org/../assets/btn-switcher.png) no-repeat;
}

.switcher .btn-holder {
    float: right;
}

.switcher .btn-holder .btn-switcher {
    margin: 5px 10px 5px 0;
    line-height: 18px;
}

.switcher .btn-holder .btn-switcher span {
    padding: 6px 0 6px 13px;
}

.switcher .hold {
    font-size: 12px;
    margin: 5px 0;
}

.switcher .value {
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 0 0;
    text-align: center;
    float: left;
}

.switcher .value-holder {
    display: inline-block;
    float: right;
    font-size: 28px;
    line-height: 40px;
    padding-left: 8px;
    vertical-align: top;
}

.switcher .value .deg {
    display: inline-block;
    vertical-align: text-top;
    line-height: 28px;
    font-size: 17px;
}

.schedule-detail-level {
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    text-align: left;
    width: 43px;
    float: left !important;
}

#time-minute {
    text-align: left !important;
}

#time-hour {
    text-align: right !important;
}

.time-fromat {

}

.buttons-holder {
    float: left;
}

.time-holder {
    width: 30% !important;
}

.loading-image {
    display: none;
    background-image: url(https://backend.rl.ama1a.org/../assets/loading-image-new.gif);
    background-size: 100% 100%;
    color: white;
    float: left;
    height: 11px;
    width: 16px;
}

.loading-image-new {
    display: inline-block;
    visibility: hidden;
    padding-bottom: 3px;
    text-align: center;
}

.loading-spinner {
  margin-top: 7px;
  margin-left: 6px;
  background: transparent url(https://backend.rl.ama1a.org/../assets/inner_spinner.gif) no-repeat 0 0;
  background-size: 24px 24px;
  float: left;
  height: 24px;
  width: 24px;
}

.loading-shade {
  position: absolute;
  left: 0;
  top: 0;
  background: #aaa url(https://backend.rl.ama1a.org/../assets/inner_spinner.gif) no-repeat center center;
  opacity: 0.5;

  zoom: 1;
  filter: alpha(opacity=50);
}

.thermostat-target-temp .target-temp
.loading-image-new {
    float: left;
    padding-bottom: 0px;
    padding-top: 25px;
    text-align: center;
    width: 0px;
}

.loading-image-show {
    visibility: visible;
    display: inline-block;
}

.loading-image-hidden {
    visibility: hidden;
}

#thermostat-section-holder
.switcher {
    padding-top: 0px;
}

#thermostat-section-holder
.list-items {
    padding-bottom: 0px;
}

.refresh {
    float: left;
}

.wi-fi-strength {
    float: right
}
.signal-strength {
    margin: 0 auto;
    height: 30px;
    width: 40px;
    background: url(https://backend.rl.ama1a.org/assets/signal-strength.png) no-repeat;
}
.signal-strength-1 { background-position:  -40px 0; }
.signal-strength-2 { background-position:  -80px 0; }
.signal-strength-3 { background-position: -120px 0; }
.signal-strength-4 { background-position: -160px 0; }
.signal-strength-5 { background-position: -200px 0; }

.hidden-file-upload {
    display: none
}

.file-upload-field {

}

.left-file-field {
    float: left;
    width: 40% !important
}

.stack-left {
    float: left;
}
.sub-action {
    margin: 0 10px;
}

.right-file-field {
    float: left;
    width: 60% !important;
    padding-top: 20px !important
}

.tab-menu-class {
    float: left;
    width: 50%
}

#clear-both {
    clear: both;
}

/* Link Buttons*/

.clear {
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button1 {
    background: transparent url(https://backend.rl.ama1a.org/../assets/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button1 span {
    background: transparent url(https://backend.rl.ama1a.org/../assets/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button1:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button1:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* button end */

/*Text URLs*/
.url_text{
    padding: 4px;
    color: whitesmoke;
    text-align: center;
    font-size: 115%;
    background-color: #3a7ecc;
    border: 2px solid #3a7ecc;
    border-radius: 4px;
}
/*END Text URLs*/

#error_message,#error_explanation {
    width: 400px;
    border: 2px solid #D00;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #CCCCCC;
}

.error_message {
    display: none;
    width: inherit;
    padding: 7px;
    margin: 5px 5px 15px 5px;
    clear: both;
    color: #2d2d2d;
    font-family: 'Arimo', sans-serif;
    font-size: 1.3em;
    text-shadow: 0 1px #FFCCC0;
    border-radius: 4px;
    background-color: #F2A79B;
    cursor: pointer;
    box-sizing: border-box;
    overflow: auto;
}

.block-holder .outside .error_message {
    display: none;
    width: inherit;
    margin: 5px;
    clear: both
}

#success_message,#success_explanation {
    width: 400px;
    border: 2px solid green;
    border-radius: 4px;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #CCCCCC;
}

.alert_message {
  display: none;
  width: inherit;
  padding: 7px;
  margin: 5px;
  clear: both;
  color: #2d2d2d;
  font-family: 'Arimo', sans-serif;
  font-size: 1.3em;
  text-shadow: 0 1px #fdec97;
  border-radius: 4px;
  background-color: #e5d378;
  cursor: pointer;
  box-sizing: border-box;
  overflow: auto;
}

.success_message {
    display: none;
    width: inherit;
    padding: 7px;
    margin: 5px;
    clear: both;
    color: #2d2d2d;
    font-family: 'Arimo', sans-serif;
    font-size: 1.3em;
    text-shadow: 0 1px #86E8D0;
    border-radius: 4px;
    background-color: #5FB8A0;
    cursor: pointer;
    box-sizing: border-box;
    overflow: auto;
}

.form .success_explanation {
    width: inherit;
    border: 2px solid green;
    border-radius: 4px;
    padding: 7px 7px 12px 7px;
    margin-bottom: 20px;
    background-color: #CCCCCC;
}

.resortlock_more_guestcode_options{
    margin: 5px 7px 0 7px;
}

span.ui-icon {
    display: block;
    float: right;
    margin-top: 2px;
}

/* css hack for jquery-ui datepicker */
#ui-datepicker-div {
    width: 202px;
}
#ui-datepicker-div .ui-state-active {
    border: 1px solid #7E7783;
    background: #5F5964;
    font-weight: bold;
    color: white;
    outline: none;
}
#ui-datepicker-div .ui-datepicker-header a span {
    display: block;
}

.tables td.info, .block .info {
    color: #aaa;
    font-style: italic;
}
.tables td.info {
    text-align: center;
}

#new_lock td {
    min-width: 200px;
    min-height: 222px;
    border-left: 1px solid silver;
}

#lock-image-hidden {
    display: none;
    min-width: 200px;
    min-height: 200px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
}

.rules-button-bar {
    background-color: #3d3d3d;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    border-radius:0 0 5px 5px;
    width:610px;
}

#credit-card-errors{
    color: red;
    margin-bottom: 1px;
}

.check_time_view{
    background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #333333;
    font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
    padding: 8px 15px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 150px;
}

.check-time-loading{
    display: block;
    visibility: hidden;
    padding-bottom: 3px;
    padding-left: 150px;
    /*text-align: center;*/
    vertical-align: text-top;
    width: 50%;
}

.check-time-loading-show {
    visibility: visible;
    display: block;
}

.check-time-loading-hidden {
    visibility: hidden;
}
.device-specific {
    margin-bottom: 12px;
}
.lesser { color: #999;}

.door-controller-expander-button, .door-controller-io-panel-expander-button {
    border: 1px solid #1261b3;
    padding: 2px 4px;
}
.door-controller.expanded .door-controller-expander-button, .door-controller-io-panel.expanded .door-controller-io-panel-expander-button { padding: 2px 6px; }
.door-controller-expander-button:after, .door-controller-io-panel-expander-button:after {
    content: "+";
}
.door-controller.expanded .door-controller-expander-button:after, .door-controller-io-panel.expanded .door-controller-io-panel-expander-button:after {
    content: "-";
}
.door-controller .door-controller-io-panel, .door-controller-io-panel .door-controller-io-panel-settings { display: none;}
.door-controller.expanded .door-controller-io-panel, .door-controller-io-panel.expanded .door-controller-io-panel-settings { display: block;}

.door-controller .pull-right { line-height: 30px;}

.door-controller, .door-controller a { font-size: 1.0em;}
.door-controller a.btn { font-size: 1.0em;}
.door-controller .row-fluid { line-height: 1.5em }
/*
  Bootstrap-style grids
*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
.tables-large .pull-right,
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.action-container{
  display: block;
  width: 100%;
  height: 29px;
  color: #1367ff
}

.call-to-action{
  display: inline-block;
  width: auto;
  border: none;
  padding: 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #5d922a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}

.call-to-navigate{
  display: inline-block;
  border: none;
  padding: 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #004486;
  border-radius: 5px;
  cursor: pointer;
}

.resortlock_more_guestcode_options .call-to-print{
  display: inline-block;
  border-color: #FF7002;
  margin-left: 5px;
  padding: 8px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #FF7002;
  border-radius: 5px;
  cursor: pointer;
}

.muted {color: #999;}

/* Main Dashboard */
.white-smoke{
    color: whitesmoke;
    font-weight: bolder;
    text-align: center;
}
table.main-dashboard-widgets{width: 96%}
table.main-dashboard-widgets th{
    color: whitesmoke;
    font-weight: bolder;
    text-align: center;
}
table.main-dashboard-widgets th:first-child {
  text-align: left;
}
td.device-name {
  width: 40%;
  font-size: 14px;
  color: #88b7e1;
  font-weight: bold;
  padding-right: 4px;
}
td.device-name {
  width: 40%;
  font-size: 14px;
  color:#88b7e1;
  font-weight: bold;
  padding-right: 4px;
}
td.list-guest-code {
  padding-right: 4px;
}
td.device-details {
  padding: 10px 13px 10px 0;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}
tr.widgets-details{border-bottom: 1px solid whitesmoke; vertical-align: middle; padding-left: 2px}

table.main-dashboard-widgets > tbody > tr:first-child{border-bottom: none}
table.main-dashboard-widgets > tbody > tr:last-child{border-bottom: none}
a#camera-widget-name, a#power-monitor-widget, a#thermostat-widget, a#motion-sensor-widget, a#lock-widget, a#power-plug-widget, .sensor-widget a {font-size: 14px; color:#88B7E1; font-weight: normal;}

table.main-dashboard-widgets .create-guest-code {
  width: 17px !important;
  height: 18px !important;
}
table.main-dashboard-widgets .create-guest-code .iconic-property-fill {
  fill: #989898;
}
table.main-dashboard-widgets #lock-unlock-button ul li a {
  padding: 6px 2px;
}

a#camera-widget-name, a#power-monitor-widget, a#thermostat-widget, a#motion-sensor-widget, a#lock-widget, a#power-plug-widget{font-size: 14px; color:#88B7E1; font-weight: normal;}

.camera-name{width: 97% !important;}
.outer-shell{border-bottom: 1px solid whitesmoke; padding-bottom: 10px; padding-top: 10px; height: 200px}
.outer-shell:last-child{border-bottom: none}
#single-camera-widget{width: 200px; height: 150px; margin: 0 auto}
tr.widgets-details .t_temp{font-size: 18px; color: #64BD39; font-weight: bolder}
.loading-content{display: block}
tr.widgets-details .value-holder input[type="text"]{
    color: whitesmoke;
    width: 35px;
    height: 21px;
    background-color: transparent;
    border: 0 none;
    float: left;
    font: bold 18px Helvetica, sans-serif;
    text-align: center;
    vertical-align: bottom;
    padding-top: 25%;
    padding-bottom: 25%;
    padding-right: 0px;
    padding-left: 0px;
}

tr.widgets-details .value-holder .deg {
    color: whitesmoke;
    display: inline-block;
    float: left;
    cursor: default;
    padding-top: 25%;
    padding-bottom: 25%;
}
tr.widgets-details .target-temp-button {
    padding-top: 10%;
    padding-bottom: 5%;
    vertical-align: middle;
}
.resortlock_infobar {
    display: inline-block;
    width: 90px; margin-left:
    auto; margin-right: auto;
    font-weight: bold;
    font-size: 14px;
}

/* Bootstrap overrides */
.door-controller-io-panel.row-fluid .span8 {margin-left: 15px;}
.door-controller-io-panel-settings.row-fluid .span3 {margin-left: 40px;}
.dashboard-access-history { width: 95%; margin-left: 10px;}
.dashboard-access-history td {padding:10px 0; font-size: 1.1em; line-height: 1.4em}

.item-dashboard a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs-nav-dashboard.png) no-repeat; }
.item-door-controllers a { width: 70px; height: 71px;  background: url(https://backend.rl.ama1a.org/assets/acs-nav-door-controllers.png) no-repeat;}
.item-users a { width: 70px; height: 71px;  background: url(https://backend.rl.ama1a.org/assets/acs-nav-users.png) no-repeat;}
.item-groups a { width: 70px; height: 71px;  background: url(https://backend.rl.ama1a.org/assets/acs-nav-groups.png) no-repeat;}
.item-schedules a { width: 70px; height: 71px;  background: url(https://backend.rl.ama1a.org/assets/acs-nav-schedules.png) no-repeat;}
.item-doors a { width: 70px; height: 71px;  background: url(https://backend.rl.ama1a.org/assets/acs-nav-doors.png) no-repeat;}
.item-reports a { width: 70px; height: 71px;  background: url(https://backend.rl.ama1a.org/assets/acs-nav-reports.png) no-repeat;}

.item-locks a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_lock.png) no-repeat; }
/*.item-plugs a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_plug.png) no-repeat; }*/
.item-power_plugs a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_plug.png) no-repeat; }
.item-cameras a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_camera.png) no-repeat; }
.item-thermostats a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_stat.png) no-repeat; }
/*.item-motion a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_motion.png) no-repeat; }*/
/*.item-energy a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_energy.png) no-repeat; }*/
.item-motion_sensors a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_motion.png) no-repeat; }
.item-sensors a { width: 70px; height: 71px; background: url(https://backend.rl.ama1a.org/assets/acs_nav_motion.png) no-repeat; }
.items.enterprise li a span { margin-top: 80px; display: block;}
.items.enterprise li a:hover, .items.enterprise li.active a { background-position: 100% -71px; color: #333; }

/* End Bootstrap Overrides */

.panel-default {
       border-color: #ddd;
   }
.panel {
       background-color: #fff;
       border: 1px solid silver;
       border-radius: 4px;
       box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
       margin-bottom: 20px;
   }

.panel-default > .panel-heading {
       background-color: #f5f5f5;
       border-color: #ddd;
       color: #333;
   }
.panel-heading {
       border-bottom: 1px solid transparent;
       border-top-left-radius: 3px;
       border-top-right-radius: 3px;
       padding: 10px 15px;
   }
.child-heading {
       border-bottom: 1px solid transparent;
       border-top: 1px solid silver;
       background: #F5F5F5 ;
       padding: 10px 15px;
   }

.monthly-total{font-size: 18px; padding: 10px 15px; height: 20px}
.monthly-cost{font-weight: bold;font-size: 18px}

.panel-body {
       /*padding: 15px;*/
   }

.header-text{color: #3F3F3F; font-size: 20px}
.acc-management table.paid-plan, .acc-management table.paid-plan td{border: 1px solid silver; margin: 0}
table.paid-plan td{padding: 10px; border: 1px solid silver}
table.paid-plan td:nth-child(1){width: 170px; font-size: 1.2em}
table.paid-plan td:nth-child(2){text-align: right; font-size: 1.2em}
span.paid-device-total, .alert-device-total, .rule-device-total, .total-history-cost, .total-camera-history-cost{font-weight: bold}
table.payment-plan td:first-child{width: 17px}
table.paid-plan td:last-child, table.payment-plan td:last-child{width: 62px; text-align: center; font-size: 1.2em}
table.payment-plan td:nth-child(2){padding: 15px; border: 1px solid silver}
table.payment-plan td:first-child,table.payment-plan td:last-child{padding: 10px; border: 1px solid silver}
.acc-management table.payment-plan{margin: 0}
table.payment-plan{margin: 0; width: 100%}

.payment-button {
       box-shadow:inset 0px 1px 0px 0px #36cb2b !important;
       background:-moz-linear-gradient( center top, #36cb2b 5%, #2bb321 100% ) !important;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36cb2b', endColorstr='#2bb321') !important;
       background-color:#36cb2b !important;
       border-top-left-radius:5px !important;
       border-top-right-radius:5px !important;
       border-bottom-right-radius:5px !important;
       border-bottom-left-radius:5px !important;
       text-indent:0 !important;
       border:1px solid #36cb2b !important;
       display:inline-block !important;
       color:#ffffff !important;
       font-family:Arial !important;
       font-size:15px !important;
       font-weight:bold !important;
       font-style:normal !important;
       height:43px !important;
       line-height:22px;
       width:144px !important;
       text-decoration:none !important;
       text-align:center !important;
       text-shadow:1px 1px 0px #36cb2b !important;
   }
.payment-button:hover {
       background:-moz-linear-gradient( center top, #2bb321 5%, #36cb2b 100% ) !important;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bb321', endColorstr='#36cb2b') !important;
       background-color:#2bb321 !important;
   }.payment-button:active {
            position:relative !important;
            top:1px !important;
        }
 a.payment-button{line-height: 41px !important;}

.payment-info-left{width: 50%; float: left}
.payment-info-right{width: 50%; float: right}
.payment-info-center{
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background-color: transparent;
}


.acc-form-container2 {
       border: 1px solid silver;
       border-radius: 5px;
       padding: 10px;
       height: 288px;
   }

.plan-list-header{
       font-size: 24px;
       text-align: center;
   }
table.sign-up-table-header{width: 100%;margin-top: 20px; display: inline-block}
table.sign-up-table-header tr:first-child td{width: 25%; font-weight: bold; font-size: 18px; padding: 5px}
table.sign-up-table-header tr:first-child{background: #2D2D2D; color: #D1D1D1; text-align: center}

table.sign-up-table-header tr:nth-child(2){background:#1463A5 }
table.sign-up-table-header tr:nth-child(2) td{ position: relative; font-size: 50px; text-align: center; color: white; font-weight: bolder; padding: 7px; border-right: 1px #002F55 solid}
table.sign-up-table-header tr:nth-child(2) td:last-of-type{ border-right: none}
table.sign-up-table-header tr:nth-child(2) td span.power-class{font-size: 12px; color: #84B1C6; position: absolute; text-align: left; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);}
.dollar{font-size: 28px}
table.sign-up-table-header tr:last-child td{ vertical-align: top}
.feature-list{font-size: 14px; background: #EEE; padding: 20px;border-left: 1px solid silver; border-right: 1px solid silver; border-bottom: 1px solid silver}
.resortlock-landing-length{height: 170px; font-family: 'Arimo', sans-serif;}
.resortlock-landing-length :hover{background-color: #555;}
table tr td.premium-td{padding-left: 38px !important; text-align: left !important;}

hr.carved {
      clear: both;
      float: none;
      width: 100%;
      height: 2px;
      margin: 10px 0;
      border: none;
      background: #ddd;
      background-image: -moz-linear-gradient(
                center top,
                rgb(221,221,221) 50%,
                rgb(255,255,255) 50%
        );
  }

.select-button {
       border-top: 1px solid #5b8c16;
       background: #77bc17;
       background: -o-linear-gradient(top, #6fb113, #77bc17);
       padding: 10.5px 70px;
       border-radius: 5px;
       box-shadow: rgba(0,0,0,1) 0 1px 0;
       text-shadow: rgba(0,0,0,.4) 0 1px 0;
       color: white;
       font-size: 22px;
       font-weight: bolder;
       text-decoration: none;
       vertical-align: middle;
       width: 100%;
   }
.select-button:hover {
       border-top-color: #77bb18;
       background: #77bb18;
       color: #ffffff;
       text-decoration: none;
   }
.select-button:active {
       border-top-color: #77bb18;
       background: #77bb18;
   }

.pull-center{text-align: center}
.most-popular{
       font-size: 11.75px;
       color: #000000;
       background: #FEFEB4;
       transform: rotate(-45deg);
       position: absolute;
       padding: 3px 15px;
       left: -22px;
       top:17px;
   }
.outer-ribbon{
       height: 88px;
       left: 0px;
       overflow: hidden;
       position: absolute;
       top: 0px;
       width: 250px;
   }

.most-popular:before, .most-popular:after{
       content: "";
       border-top:   3px solid #6e8900;
       border-left:  3px solid transparent;
       border-right: 3px solid transparent;
       position:absolute;
       bottom: -3px;
   }

.bold-title{
       font-size: 30px;
       font-weight: bold;
       text-align: center;
   }
.bold-header{
       font-size: 20px;
       font-weight: bold;
       text-align: center;
   }
.gray-header{
       font-size: 20px;
       color: #808080;
       text-align: center;
       padding-bottom: 20px;
   }
table.plan-content{
  width: 100%;
  border: 1px solid #fff;
  background-color: #dfdfdf;
}
table.plan-content td{
  width: 415px;
  padding: 15px 20px 15px 20px;
}
table.plan-content td.small-column{
  width: 80px;
}
table.plan-content td .plan-circle{
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #a9a9a9;
  border: 1px solid #f1f1f1;
  border-radius: 40px;
}
.plan-content tr.med-column:hover{
  transition: background-color 0.15s ease;
  background-color: #b2b2b2;
}
.plan-content li{
  text-indent: 1.1em;
}
.plan-center-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/*Tooltip*/
a.tooltips {
      display: inline;
      position: relative;
  }
a.tooltips span {
      background: none repeat scroll 0 0 #000000;
      border-radius: 6px;
      color: #ffffff;
      font-size: 11.5px;
      padding: 10px;
      position: absolute;
      text-align: justify;
      visibility: hidden;
      width: 240px;
  }
a.tooltips span:after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #000000;
      content: "";
      height: 0;
      left: 28%;
      margin-left: -8px;
      position: absolute;
      top: 100%;
      width: 0;
  }
a.tooltips:hover span {
      bottom: 30px;
      left: 50%;
      margin-left: -76px;
      opacity: 0.8;
      visibility: visible;
      z-index: 999 !important;
  }

a.tooltips.setting-tooltip:hover span {
    margin-left: -46px !important;
}

a.tooltips.setting-tooltip span:after {
    left: 16%;
}

/*data tooltip*/
[data-tooltip] {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    border-radius:         3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#guestcode_hours_start,#guestcode_minutes_start, #guestcode_minutes_end, #guestcode_minutes_end{
  height: 35px !important;
}
.form .custom-guestcode .level{
  margin-top: 9px
}
.save-default-gcode-time{
  height: 30px;
  padding-bottom: 10px;
  display: none
}

.save-default-gcode-time span{
  float: right;
}

/* fixed tooltip */
.fixed-tooltips {
  display: inline;
  position: relative;
}

.fixed-tooltips span {
       background: none repeat scroll 0 0 #000000;
       border-radius: 6px;
       color: #1fe912;
       font-size: 17px;
       font-weight: bold;
       left: -1px;
       padding: 22px;
       position: absolute;
       text-align: justify;
       top: -100px;
       visibility: visible;
       width: 192px;
       opacity: 0.8;
   }
.fixed-tooltips span:after {
       border-left: 8px solid transparent;
       border-right: 8px solid transparent;
       border-top: 8px solid #000000;
       content: "";
       height: 0;
       left: 28%;
       margin-left: -8px;
       position: absolute;
       top: 100%;
       width: 0;
   }
/*a.fixed-tooltips:hover span {*/
    /*bottom: 30px;*/
    /*left: 32%;*/
    /*margin-left: -76px;*/
    /*opacity: 0.8;*/
    /*visibility: visible;*/
    /*z-index: 999;*/
/*}*/


.plan-panel{display: none; vertical-align: top;margin-top: 20px; margin-left: 30px}
.white-bg{background: white}

.device-pricing tr:first-child td, .premium-pricing tr:first-child td {
       border-bottom: 2px solid gray;
   }

.device-pricing tr:first-child td:first-child, .premium-pricing tr:first-child td:first-child {
       border: none !important;
   }
.device-pricing tr:first-child td:last-child, .premium-pricing tr:first-child td:last-child {width:12%}
.payment{width: 90% !important;}
select.small-payment{width:  118px !important}
div.submit-button{
      margin-right: 52px;
      text-align: right;
      padding-left: 67.6%;
  }

.payment-new-left{height: 270px}
.customize-plan {
       font-size: 20px;
       font-weight: bold;
       padding: 15px;
   }

#connection-lost{
       top: 0;
       position: fixed;
       display: none;
       background: none repeat scroll 0 0 #f6f6f6;
       box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 1em rgba(0, 0, 0, 0.3);
       color: #444444;
       font-family: "Lucida Grande",sans-serif;
       font-size: 14px;
       max-width: 100%;
       overflow: hidden;
       padding: 1em;
       width: 36em;
       z-index: 999;
       left: 32%;
       text-align: center;
       /*border: 1.5px solid crimson;*/
   }

.connection-status{
       border-radius: 50%;
       bottom: 0;
       content: " ";
       display: block;
       height: 1em;
       left: 1em;
       margin: auto;
       position: absolute;
       top: 0;
       width: 1em;
       background-color: darkred;
   }
.alert-loading, .history-loading{display: none}

.barlittle {
       background-color: #2187e7;
       background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
       /*border-left: 1px solid #111;*/
       /*border-top: 1px solid #111;*/
         /*border-right: 1px solid #333;*/
         /*border-bottom: 1px solid #333;*/
     width: 10px;
       height: 10px;
       float: right;
       margin-left: 5px;
       opacity: 0.1;
       -moz-transform: scale(0.7);
       -webkit-transform: scale(0.7);
       -moz-animation: move 1s infinite linear;
       -webkit-animation: move 1s infinite linear;
   }

#block_1 {
       -moz-animation-delay: .4s;
       -webkit-animation-delay: .4s;
   }

#block_2 {
       -moz-animation-delay: .3s;
       -webkit-animation-delay: .3s;
   }

#block_3 {
       -moz-animation-delay: .2s;
       -webkit-animation-delay: .2s;
   }

#block_4 {
       -moz-animation-delay: .3s;
       -webkit-animation-delay: .3s;
   }

#block_5 {
       -moz-animation-delay: .4s;
       -webkit-animation-delay: .4s;
   }

@-webkit-keyframes move {
    0% {
          -webkit-transform: scale(1.2);
          opacity: 1;
      }

    100% {
          -webkit-transform: scale(0.7);
          opacity: 0.1;
      }
}

/*JQuery UI Tooltips*/
.ui-tooltip, .arrow:after {
  background-color: #fff;
  border: 2px solid white;
}
.ui-tooltip{
  padding: 5px 0 5px 10px;
  width: 100px;
  border-radius: 20px;
  box-shadow: 0 0 7px black;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px #555;
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
/*END JQuery UI Tooltips*/

.resortlock_button_ico_close_temp{
  width: 9px;
  height: 11px;
  border: none;
  color: transparent;
  background: transparent url(https://backend.rl.ama1a.org/../assets/ico-close.gif) no-repeat 0 0;
  background-size: 9px 11px;
  cursor: pointer;
}

.payment-loading{display: none;float: right}

.iconic {
  width: 45px;
  height: 45px;
}
.iconic-property-fill{
  fill: #252525;
}
.iconic-property-stroke{
  stroke: #252525;
}

.iconic-signal .iconic-property-stroke { stroke: #bfbfbf; }
.iconic-signal.wifi-strength-1 .iconic-signal-bar-1 { stroke: #ff313e; }

.iconic-signal.wifi-strength-2 .iconic-signal-bar-1 { stroke: #ff7a00; }
.iconic-signal.wifi-strength-2 .iconic-signal-bar-2 { stroke: #ff7a00; }

.iconic-signal.wifi-strength-3 .iconic-signal-bar-1 { stroke: #58a632; }
.iconic-signal.wifi-strength-3 .iconic-signal-bar-2 { stroke: #58a632; }
.iconic-signal.wifi-strength-3 .iconic-signal-bar-3 { stroke: #58a632; }

.iconic-signal.wifi-strength-4 .iconic-signal-bar-1 { stroke: #58a632; }
.iconic-signal.wifi-strength-4 .iconic-signal-bar-2 { stroke: #58a632; }
.iconic-signal.wifi-strength-4 .iconic-signal-bar-3 { stroke: #58a632; }
.iconic-signal.wifi-strength-4 .iconic-signal-bar-4 { stroke: #58a632; }

.iconic-signal.wifi-strength-5 .iconic-signal-bar-1 { stroke: #58a632; }
.iconic-signal.wifi-strength-5 .iconic-signal-bar-2 { stroke: #58a632; }
.iconic-signal.wifi-strength-5 .iconic-signal-bar-3 { stroke: #58a632; }
.iconic-signal.wifi-strength-5 .iconic-signal-bar-4 { stroke: #58a632; }
.iconic-signal.wifi-strength-5 .iconic-signal-bar-5 { stroke: #58a632; }

.iconic-bell * {
  fill: #FFA202;
  cursor: pointer;
}
td.iconic-archive{
  width: 10%;
  margin-right: 10px;
  cursor: pointer;
  /*transition: all 1s linear;*/
}
.iconic-send-archive{
  width: 16px;
  height: 16px;
  display: block;
  background: url(https://backend.rl.ama1a.org/../iconic/png/black/retina/share-boxed-sm-@2x.png) no-repeat 0 0;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
}
.bell{
  display: none;
  padding: 5px 10px 0 0;
  transition-duration: 200ms;
}
.bell:hover{
  transform: translateY(-2px);
  transition-duration: 100ms;
}

.time-bx{
  font-weight: bold;
  font-size: 13.33px;
  text-align: center;
  padding: 5px;
}
.back-button{top: 10% !important;}
.print-button:active {
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 1px 0px 0px rgba(213,96,0,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 1px 2px 0px rgba(0,0,0,0.1);
    transform: translateY(3px);
}

.print-body{
    width: 900px;
    /*text-align: center;*/
    border: 2px dotted #000000;
    margin: 0 auto;
    padding: 20px;
}
.print-body{
    width: 900px;
    /*text-align: center;*/
    border: 2px dotted #000000;
    margin: 0 auto;
    padding: 20px;
}

.maintenance-fr-msg{
  padding: 10px;
}

#facebox .maintenance-fr-msg {
  width: 650px !important;
}

.close-fbox{float: right}

.status-box { font-size: 1.1em; color: #999; margin-top:12px;}
.status-box h2 {font-size: 1.2em; margin-bottom: 10px;}
.status-box a.small { font-size: 0.8em;}
.status-box td {padding-right: 20px;}

#device-bridge-status.status-box {margin-top: 0; margin-right: 10px;}
#device-bridge-status.status-box h2 {margin: 0;}

#select-option-and-links {
    float: left;
    width: 100%;
    border: 1px solid #B9C1CC;
}

#select-option {
    float: left;
    width: 32%;
    text-align: center;
}

#select_entry_per_page {
    margin: 5px;
}

#print-user-list {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
}

#export_as_csv {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
}

#add-user-link {
    margin-top: 30px;
}

.user-list-border {
    float: left;
    height: 42px;
    background-color: #B9C1CC;
    width: 1px;
}

.sensor-widget .sensor-field {
    color: #ddd;
    float:left;
    height: 40px;
    display:block;
    line-height: 20px;
    margin-left: 10px;
    text-align: center;
}
.sensor-widget span.value {
    color: #FFF;
    font-weight: bold;
    display:block;
    width:100%;
    font-size: 16px;
}

.sensor-icon {
    float:left;
    width: 40px;
    height: 40px;
    display:block;
    background: url(https://backend.rl.ama1a.org/assets/sensor-bug-standard-white.png) no-repeat;
}
.sensor-icon.sensor-icon-garage-open {
    background: url(https://backend.rl.ama1a.org/assets/sensor-bug-garage-open-white.png) no-repeat;
}
.sensor-icon.sensor-icon-garage-closed {
    background: url(https://backend.rl.ama1a.org/assets/sensor-bug-garage-closed-white.png) no-repeat;
}
.sensor-icon.sensor-icon-glassbreak {
    background: url(https://backend.rl.ama1a.org/assets/sensor-bug-glassbreak-white.png) no-repeat;
}
.sensor-icon.sensor-icon-vibration {
    background: url(https://backend.rl.ama1a.org/assets/sensor-bug-vibration-white.png) no-repeat;
}
.sensor-icon.sensor-icon-ialert {
    background: url(https://backend.rl.ama1a.org/assets/ialert-standard-white.png) no-repeat;
}
.sensor-field.sensor-name {
    width: 150px;
    text-align: left;
    line-height: 36px;
    margin-left: 15px;
}
.sensor-field.sensor-name a {
    font-size: 16px;
}
.sensor-mode, .sensor-temp, .sensor-light, .sensor-motion, .sensor-tampering, .sensor-unknown {
    width: 85px;
    text-transform: uppercase;
    border-right: 1px solid #888;
}
.sensor-motion, .sensor-tampering {
    width: 143px;
}
.sensor-unknown {
    width: 297px;
}
.sensor-light .value { text-transform: none;}
.sensor-field.sensor-mode {
    width: 105px;
    line-height: 36px;
}
.sensor-field.sensor-mode-garage, .sensor-field.sensor-mode-glassbreak {
    line-height: 20px;
}

.sensor-field.sensor-battery, .sensor-field.sensor-signal {
    width: 55px;
    margin-left: 30px;
}
.sensor-field.sensor-signal {
    margin-left: 10px;
}

.sensor-battery div.battery { margin-top:5px; margin-left:0; width: 40px;}

.sensor-signal div.wi-fi { margin-top:2px; width: 40px;}

.alert-triggered { color: #660000; font-weight: bold }

#temperature-alert-range, #light-alert-range { margin-top: 10px; }

.price_spinner {
  width: 15px;
  opacity: 0.4;
}

#airbnb_listings li {
    margin-bottom: 12px;
    height: 75px;
    line-height: 75px;
    border-top: 1px solid #ddd;
}
#airbnb_listings li:nth-child(even) {
    background: #f3f3f3;
}
#airbnb_listings li .input {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
#airbnb_listings li .thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100%;
    text-align: center;
    padding-right: 15px;
}
#airbnb_listings li .thumbnail img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
#airbnb_listings li .description {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2em;
    padding-top: 25px;
}
#airbnb_listings li .description .name {
    font-size: 11pt;
}
#airbnb_listings li .description .address {
    font-size: 9pt;
    color: #888;
}

.airbnb_link {
  text-align: center;
}
.airbnb_link a {
  display: inline-block;
  background: #ff5a60;
  color: #fff;
  font: bold 13pt sans-serif;
  padding: 10px 60px;
}
.airbnb_link a:hover {
  text-decoration: none;
  background: #ef4a50;
}

#guestcodes_wrapper .dataTables_filter {
	margin: 5px 0 10px 0;
}
#usercodes_wrapper .dataTables_filter {
	margin: 5px 0 10px 0;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: initial;
  }

  #wrapper,
  #header,
  .container {
    width: initial;
  }
}
