.spt-auth-paseo-modal #cboxWrapper {
  background-color: #333;
  border: 1px solid #666666;
  overflow: hidden;
  position: relative;
}

.paseo-dialog div {
  display: block;
  max-width: 100%;
}

.paseo-dialog div:empty {
  padding: 0;
  margin: 0;
}

.paseo-dialog .header {
  background-color: rgb(25, 25, 25);
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: left;
}

.paseo-dialog .header img {
  margin: auto;
  padding: 3px;
  max-height: 50px;
}

.paseo-dialog h4 {
  line-height: 50px;
  padding-left: 10px;
  padding-right: 54px;
  display: inline-block;
  white-space: nowrap;
}

.paseo-dialog .header .fa-icon {
  padding-right: 5px;
}

.paseo-dialog .content {
  padding: 20px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.paseo-dialog .btn.back,
.paseo-dialog .btn.back:hover,
.no-touch .paseo-dialog .btn.back:hover {
  height: 50px;
  margin: 0;
  top: 0;
  float: left;
  font-family: FontAwesome;
  font-size: 24px;
  padding: 0 10px;
}

.spt-auth-paseo-modal .content .btn {
  width: 100%;
  display: block;
}

@media (min-width: 720px) {
  .spt-auth-paseo-modal .content .btn {
    width: auto;
    display: inline-block;
  }
}

.paseo-dialog .form-group {
  width: 100%;
}

.paseo-dialog .fa.fa-icon {
  font-family: FontAwesome;
}

.paseo-dialog .user-menu {
  padding: 0;
  margin: 0;
}

.paseo-dialog .user-menu li {
  border-top: 1px dotted #666;
  height: 65px;
  line-height: 64px;
  list-style: none;
  padding-left: 20px;
  font-size: 24px;
}

.paseo-dialog .user-menu li:first-child {
  border-top: 0;
}

.paseo-dialog .user-menu button {
  text-transform: capitalize;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  padding: 0 10px;
  color: #fff;
  background: transparent;
  text-align: left;
}

.paseo-dialog .user-menu button:hover {
  background: transparent;
  color: #ccc;
}

.paseo-dialog .user-menu .icon:before {
  width: 25px;
}

.paseo-dialog.menu-user .content {
  padding: 0;
}

.message {
  font-size: 16px;
  margin-bottom: 12px;
}

.paseo-dialog .devices {
  width: 100%;
}

.paseo-dialog .devices tr:nth-child(even) {
  background: #222;
}

.paseo-dialog .devices th {
  border-width: 1px;
}

.paseo-dialog .devices td,
.paseo-dialog .devices th {
  padding: 5px;
}

.paseo-dialog .devices li {
  list-style: none;
}

.paseo-dialog .devices li span {
  padding: 5px;
}

.paseo-dialog .btn.edit,
.paseo-dialog .btn.delete {
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 0;
  display: inline-block;
}

.paseo-dialog.intro .header,
.paseo-dialog.outro .header {
  background-color: #ddd;
}

.paseo-dialog.intro .content {
  background-size: 100%;
  padding-top: 56%;
  color: #666666;
}

.paseo-dialog.intro .welcome {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

.paseo-dialog.intro .title-bar {
  color: #333;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}

.paseo-dialog.intro li {
  line-height: 250%;
}

.paseo-dialog.outro .content {
  background-position: 50% 75px;
  text-align: center;
  padding-bottom: 20%;
  color: #666666;
  padding-top: 56%;
}

@media (min-width: 720px) {
  .paseo-dialog.intro .content {
    background-size: auto;
    padding-left: 220px;
    padding-top: 15px;
  }

  .paseo-dialog.outro .content {
    background-position: 50% 50px;
    padding-top: 185px;
    padding-bottom: 5%;
  }
}

.paseo-dialog.provider,
.paseo-dialog.provider .content {
  height: 100%;
}

.paseo-dialog.provider .content {
  padding: 0;
}

.paseo-dialog.provider iframe {
  border: 0;
}

.paseo-dialog.deeplink img {
  margin: auto;
}

.paseo-dialog.deeplink .content {
  text-align: center;
}

#cboxTopLeft,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxTopRight,
#cboxMiddleRight,
#cboxBottomRight {
  width: 0 !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  height: 0 !important;
}

.spt-auth-paseo-modal #cboxClose {
  top: 0px;
  right: 2px;
}

.spt-auth-paseo-modal #cboxClose:after {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
}

.paseo-dialog.loading:before {
  content: '\f110';
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 22px;
  font-size: 5rem;
  margin: -11px 0 0 -11px;
  margin: -2.5rem 0 0 -2.5rem;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.paseo-dialog.overlay:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1;
}

.spt-auth-paseo-modal.iframe #cboxLoadedContent:after {
  background: rgba(0,0,0,1);
}

.paseo-dialog.success:before {
  content: '\f058';
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 22px;
  font-size: 5rem;
  margin: -11px 0 0 -11px;
  margin: -2.5rem 0 0 -2.5rem;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

/** `Main Menu Styles` **/
.navbar-default .navbar-nav .js-spt-auth-parent .spt-auth-dropdown {
  margin-top: 8px;
  -webkit-filter: none;
  filter: none;
}

.navbar-default .navbar-nav .js-spt-auth-parent .spt-auth-dropdown:before,
.navbar-default .navbar-nav .js-spt-auth-parent .spt-auth-dropdown:after {
  display: none;
}

.navbar-default .navbar-nav .js-spt-auth-parent .spt-auth-dropdown.has-auth-image,
.navbar-default .navbar-nav .js-spt-auth-parent .spt-auth-dropdown.has-auth-image:hover {
  background: #989591;
  padding: 5px;
  color: #fff;
}

.navbar-default .navbar-nav .js-spt-auth-parent .spt-auth-dropdown.has-auth-image .inner-text,
.navbar-default .navbar-nav .js-spt-auth-parent .spt-auth-dropdown.has-auth-image:after,
.sb-slidebar .navbar-nav .js-spt-auth-parent .spt-auth-dropdown.has-auth-image .inner-text,
.sb-slidebar .navbar-nav .js-spt-auth-parent .spt-auth-dropdown.has-auth-image:after {
  display: none;
}

.js-spt-auth-parent .spt-auth-dropdown img,
.js-spt-auth-parent .spt-auth-dropdown .icon-cog {
  display: inline;
}

.js-spt-auth-parent .spt-auth-dropdown img {
  max-width: 68px;
}
