* {
  outline: none !important;
}

body {
  color: #525252;
  background: #353535;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0;
}

#logo {
  position: relative;
  background: #505559;
}
#logo a {
  color: #D8D8D8;
  font-family: "Righteous", cursive;
  display: block;
  font-size: 20px;
  line-height: 50px;
}
#logo a:hover {
  background-position: right 25px;
  text-decoration: none;
}

.navbar {
  margin: 0;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #242424;
  z-index: 2000;
}

#content {
  position: relative;
  z-index: 10;
  background: #f7fafd;
  box-shadow: 0 0 6px #000;
  padding-bottom: 3000px !important;
  margin-bottom: -2980px !important;
  overflow: hidden;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.full-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#top-panel {
  line-height: 50px;
  height: 50px;
  background: #505559;
}

#main {
  margin-top: 50px;
  min-height: 800px;
  overflow: hidden;
}

.box {
  display: block;
  z-index: 1999;
  position: relative;
  border: 1px solid #ccc;
  background: transparent;
  margin-bottom: 20px;
}

.full-content .box {
  border: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.box-header {
  color: #505559;
  position: relative;
  overflow: hidden;
  height: 24px;
  border-bottom: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image: -moz-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image: -ms-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image: -o-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image: linear-gradient(to bottom, #eaeaea, #e0e0e0);
}

.box-name .modal-header-name {
  padding-left: 15px;
  line-height: 24px;
}
.box-name:hover {
  cursor: move;
}
.box-name > i {
  margin-right: 5px;
}

.box-icons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.box-content {
  position: relative;
  padding: 15px;
  background: #f7fafd;
}
.box-content.dropbox, .box-content.sortablebox {
  overflow: hidden;
}
.box-content input[type=text] {
  width: 80px;
}

.box-icons a {
  cursor: pointer;
  text-decoration: none !important;
  border-left: 1px solid #f7fafd;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  color: #505559;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box-icons a:hover {
  background: #f7fafd;
  color: #505559;
}
.box-icons a.beauty-table-to-json {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
}
.box-icons a.button-hidden {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.padding-15 {
  padding: 15px !important;
}

.no-padding .table-bordered {
  border: 0;
  margin: 0;
}
.no-padding .table-bordered thead tr th:first-child, .no-padding .table-bordered tbody tr th:first-child, .no-padding .table-bordered tfoot tr th:first-child, .no-padding .table-bordered thead tr td:first-child, .no-padding .table-bordered tbody tr td:first-child, .no-padding .table-bordered tfoot tr td:first-child {
  border-left: 0px !important;
}
.no-padding .table-bordered thead tr th:last-child, .no-padding .table-bordered tbody tr th:last-child, .no-padding .table-bordered tfoot tr th:last-child, .no-padding .table-bordered thead tr td:last-child, .no-padding .table-bordered tbody tr td:last-child, .no-padding .table-bordered tfoot tr td:last-child {
  border-right: 0px !important;
}

.bs-callout {
  padding: 15px;
  border-left: 3px solid #505559;
  background: #ededed;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #505559;
}

.no-padding .bs-callout {
  border: 0;
}

.page-header {
  margin: 0 0 10px;
  border-bottom: 1px solid #c7c7c7;
}

.box-content .page-header {
  margin: 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
}
.box-content .form-group, .box-content .globe-modal-inner .form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn {
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Segoe UI", Verdana, sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  outline: none !important;
}

.btn-label-left span {
  position: relative;
  left: -10px;
  display: inline-block;
  padding: 0px 8px;
}

.btn-label-right span {
  position: relative;
  right: -10px;
  display: inline-block;
  padding: 0px 8px;
}

.btn i {
  vertical-align: middle;
}

.btn-app {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 14px;
}
.btn-app i {
  font-size: 24px;
  line-height: 48px;
  display: block;
}

.btn-app-sm {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 14px;
}
.btn-app-sm i {
  font-size: 14px;
  line-height: 28px;
  display: block;
}

.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #496A84;
  color: #f8f8f8;
  border-color: #315D80;
  opacity: 1;
}
.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active {
  background-color: #496A84;
  color: #f8f8f8;
  border-color: #315D80;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #496A84;
  border-color: #315D80;
  opacity: 0.7;
}

.form-control {
  height: 26px;
  padding: 2px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.input-lg {
  height: 39px;
}

.input-sm {
  height: 18px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  min-height: inherit;
  padding-top: 0;
}
.form-horizontal .control-label {
  padding-top: 4px;
}

.input-group-addon {
  padding: 0px 6px;
}

.form-group .form-control, .form-group .input-group {
  margin-bottom: 5px;
}
.form-group input.form-control {
  width: 100%;
}

.input-group .form-control {
  margin: 0;
}

#page-500 h1 {
  font-size: 5em;
}

.page-404 h1 {
  font-size: 5em;
}
.page-404 .form-inline {
  margin: 40px auto;
  width: 60%;
  padding: 15px;
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-404 .input-group-btn:last-child > .btn, .page-404 .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  margin-bottom: 0;
  height: 39px;
}

#page-500 h3, .page-404 h3 {
  margin: 5px 0 20px;
}

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #ebebeb;
  z-index: 2000;
}

.globeops-getdata {
  position: absolute;
  top: 25px;
  left: 15px;
  color: #ebebeb;
}

#page-500, #page-login {
  position: absolute;
  height: 100%;
  width: 100%;
}

#page-500 {
  background: #ebebeb;
}
#page-500 img {
  display: block;
  margin: 30px auto;
}

#page-login .logo {
  position: absolute;
}
#page-login h3 {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Righteous", cursive;
}
#page-login .text-right {
  margin-top: 15px;
}
#page-login .box {
  margin-top: 15%;
}

.large {
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .page-404 .form-inline {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .page-404 .form-inline {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #main {
    margin-top: 100px;
  }
  .page-404 .form-inline {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .panel-menu a.account {
    padding: 5px 0px 5px 0;
  }
  .panel-menu i.pull-right {
    margin-left: 0;
  }
  #dashboard_links .nav-stacked > li {
    float: none;
  }
  #dashboard_links .nav-pills > li.active > a:before {
    display: none;
  }
}
#head-device h2, h3, h5 {
  display: inline-block;
  padding-left: 20px;
}