html {
    overflow-y: scroll; 
}
body {
  background-color: #ededed;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
body a,
body a:hover,
body a:focus,
body a:active,
body a.active {
  color: #333333;
  text-decoration: none;
}
h4 {
  font-weight: 300;
  font-size: 150%;
}
.heading {
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  background-color: white;
  border: none;
  padding: 10px;
}
.text-center {
  text-align: center !important;
}
input[type=text],
input[type=password],
input[type=select] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login-container {
  background: #708fa0;
}
#account-login-form .form-group {
  margin-bottom: 10px;
}
.topbar .dropdown-header {
  font-weight: 300;
  color: #bebebe;
}
.topbar .dropdown-header .dropdown-header-link a {
  color: #708fa0 !important;
}
#topbar-first {
  /*background-color: #708fa0;*/
  background-color: #30116a;
  color: white;
}
#topbar-first a {
  color: white;
}
#topbar-first .caret {
  border-top-color: #bebebe;
}
#topbar-first .btn-group > a {
  background-color: #7f9baa;
}
#topbar-first .btn-enter {
  background-color: #7f9baa;
  margin: 6px 0;
}
#topbar-first .btn-enter:hover {
  background-color: #89a2b0;
}
#topbar-first .media-list a {
  color: #555555;
}
#topbar-first .media-list li {
  color: #555555;
}
#topbar-first .media-list li i.accepted {
  color: #708fa0 !important;
}
#topbar-first .media-list li i.declined {
  color: #ff8989 !important;
}
#topbar-first .media-list li.placeholder {
  border-bottom: none;
}
#topbar-first .media-list .media .media-body .label {
  padding: .1em .5em .1em;
}
#topbar-first .account .user-title {
  text-align: right;
}
#topbar-first .account .user-title span {
  color: #d7d7d7;
}
#topbar-first .dropdown.account > a,
#topbar-first .dropdown.account.open > a,
#topbar-first .dropdown.account > a:hover,
#topbar-first .dropdown.account.open > a:hover {
  /*background-color: #708fa0;*/
  background-color: #30116a;
}
#topbar-second {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #d4d4d4;
}
#topbar-second .nav > li > a {
  padding: 6px 13px 0px 13px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  min-height: 49px;
}
#topbar-second .nav > li > a:hover,
#topbar-second .nav > li > a:active,
#topbar-second .nav > li > a:focus {
  border-bottom: 3px solid #708fa0;
  background-color: #f7f7f7;
  color: #555555;
  text-decoration: none;
}
#topbar-second .nav > li > a i {
  font-size: 14px;
}
#topbar-second .nav > li > a .caret {
  border-top-color: #7a7a7a;
}
#topbar-second .nav > li.active > a {
  min-height: 46px;
}
#topbar-second .nav > li > a#space-menu {
  padding-right: 13px;
  border-right: 1px solid #ededed;
}
#topbar-second .nav > li > a#search-menu {
  padding-top: 15px;
}
#topbar-second .nav > li > a:hover,
#topbar-second .nav .open > a,
#topbar-second .nav > li.active {
  border-bottom: 3px solid #708fa0;
  background-color: #f7f7f7;
  color: #555555;
}
#topbar-second .nav > li.active > a:hover {
  border-bottom: none;
}
#topbar-second #space-menu-dropdown li > ul > li > a > .media .media-body p {
  color: #bebebe;
  font-size: 11px;
  margin: 0;
  font-weight: 400;
}
.media-list li {
  border-bottom: 1px solid #eee;
  border-left: 3px solid white;
  font-size: 12px;
  color: #555555;
}
.media-list li a {
  color: #555555;
}
.media-list li.new {
  border-left: 3px solid #dffcff;
  background-color: #dffcff;
}
.media-list li:hover,
.media-list li.selected {
  background-color: #f7f7f7;
  border-left: 3px solid #708fa0;
}
.media .time {
  font-size: 11px;
  color: #777777;
}
.media .media-body {
  font-size: 13px;
}
.media .media-body h4.media-heading {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.media .media-body h4.media-heading a {
  color: #333333;
}
.media .media-body h4.media-heading small,
.media .media-body h4.media-heading small a {
  font-size: 11px;
  color: #333333;
}
.media .media-body h5 {
  color: #777777;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 15px;
}
.media .media-body .module-controls {
  font-size: 85%;
}
.media .media-body .module-controls a {
  color: #708fa0;
}
.media .content a {
  color: #708fa0;
  font-weight: 600;
}
.media .content .files a {
  color: #555555;
}
.module-installed {
  opacity: 0.5;
}
.module-installed .label-success {
  background-color: #d7d7d7;
}
.modal .dropdown-menu,
.panel .dropdown-menu,
.nav-tabs .dropdown-menu {
  border: 1px solid #d7d7d7;
}
.modal .dropdown-menu li.divider,
.panel .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider {
  background-color: #f7f7f7;
  border-bottom: none;
  margin: 9px 1px !important;
}
.modal .dropdown-menu li,
.panel .dropdown-menu li,
.nav-tabs .dropdown-menu li {
  border-left: 3px solid white;
}
.modal .dropdown-menu li a,
.panel .dropdown-menu li a,
.nav-tabs .dropdown-menu li a {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 15px;
}
.modal .dropdown-menu li a i,
.panel .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i {
  margin-right: 5px;
}
.modal .dropdown-menu li a:hover,
.panel .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover {
  background: none;
}
.modal .dropdown-menu li:hover,
.panel .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.modal .dropdown-menu li.selected,
.panel .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected {
  border-left: 3px solid #000000;
  background-color: #f7f7f7 !important;
}
.panel {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 0 3px #dadada;
  -webkit-box-shadow: 0 0 3px #dadada;
  -moz-box-shadow: 0 0 3px #dadada;
  border-radius: 4px;
  position: relative;
}
.panel h1 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
  color: #555555;
}
.panel .panel-heading {
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  background-color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
}
.panel .panel-body {
  padding: 10px;
  font-size: 13px;
}
.panel .panel-body p {
  color: #555555;
}
.panel .statistics .entry {
  margin-left: 20px;
  font-size: 12px;
}
.panel .statistics .entry .count {
  color: #708fa0;
  font-weight: 600;
  font-size: 20px;
  line-height: 0.8em;
}
.panel h3.media-heading small {
  font-size: 75%;
}
.panel h3.media-heading small a {
  color: #708fa0;
}
.panel-danger {
  border: 2px solid #ff8989;
}
.panel-danger .panel-heading {
  color: #ff8989;
}
.panel-success {
  border: 2px solid #708fa0;
}
.panel-success .panel-heading {
  color: #708fa0;
}
.panel-warning {
  border: 2px solid #fdd198;
}
.panel-warning .panel-heading {
  color: #fdd198;
}
.installer h2 {
  font-weight: 100;
}
.installer .panel {
  margin-top: 50px;
}
.installer .panel h3 {
  margin-top: 0px;
}
.installer .powered,
.installer .powered a {
  color: #bac2c7 !important;
  margin-top: 10px;
  font-size: 12px;
}
.installer .fa {
  width: 18px;
}
.installer .check-ok {
  color: #97d271;
}
.installer .check-warning {
  color: #fdd198;
}
.installer .check-error {
  color: #ff8989;
}
.installer .prerequisites-list ul {
  list-style: none;
  padding-left: 15px;
}
.installer .prerequisites-list ul li {
  padding-bottom: 5px;
}
.well-small {
  padding: 10px;
  border-radius: 3px;
}
.well {
  border: none;
  box-shadow: none;
  background-color: #ededed;
  margin-bottom: 1px;
}
.well hr {
  margin: 15px 0 10px 0;
  border-top: 1px solid #d9d9d9;
}
.well table > thead {
  font-size: 11px;
}
.img-rounded {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  border: 1px solid #777777;
}

.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.account .dropdown-menu {
  /*background-color: #708fa0;*/
  background-color: #30116a;
  border: none;
}
.nav-pills .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider,
.account .dropdown-menu li.divider {
  background-color: #628394;
  border-bottom: none;
  margin: 9px 1px !important;
}
.nav-pills .dropdown-menu li,
.nav-tabs .dropdown-menu li,
.account .dropdown-menu li {
  /*border-left: 3px solid #708fa0;*/
  border-left: 3px solid #30116a;
}
.nav-pills .dropdown-menu li a,
.nav-tabs .dropdown-menu li a,
.account .dropdown-menu li a {
  color: white;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 15px;
}
.nav-pills .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i,
.account .dropdown-menu li a i {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  width: 14px;
}
.nav-pills .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover,
.account .dropdown-menu li a:hover {
  background: none;
}
.nav-pills .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.account .dropdown-menu li:hover,
.nav-pills .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected,
.account .dropdown-menu li.selected {
  border-left: 3px solid #708fa0;
  color: #ffffff !important;
  background-color: #628394 !important;
}
.nav-pills.preferences .dropdown .dropdown-toggle {
  color: #555555;
}
.nav-pills.preferences .dropdown.open .dropdown-toggle,
.nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
  background-color: #000000;
}
.popover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.popover .popover-title {
  background: none;
  border-bottom: none;
  color: #555555;
  font-weight: 300;
  font-size: 16px;
  padding: 15px;
}
.popover .popover-content {
  font-size: 13px;
  padding: 5px 15px;
  color: #555555;
}
.popover .popover-content a {
  color: #708fa0;
}
.popover .popover-navigation {
  padding: 15px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #708fa0;
}
.nav-tabs li {
  font-weight: 600;
  font-size: 12px;
}
.tab-content .tab-pane a {
  color: #708fa0;
}
.tab-content .tab-pane .form-group {
  margin-bottom: 5px;
}
.nav-tabs.tabs-center li {
  float: none;
  display: inline-block;
}
.nav-tabs.tabs-small li > a {
  padding: 5px 7px;
}
.nav .caret,
.nav .caret:hover,
.nav .caret:active {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav li.dropdown > a:hover .caret,
.nav li.dropdown > a:active .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ededed;
  color: #555555;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  color: #555555;
}
.btn {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background-image: none;
  text-shadow: none;
  border-radius: 3px;
  outline: none !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
}
.input.btn {
  outline: none;
}
.btn-lg {
  padding: 16px 28px;
}
.btn-sm {
  padding: 4px 8px;
  font-size: 12px;
}
.btn-sm i {
  font-size: 14px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
}
.btn-default {
  background: #ededed;
  color: #7a7a7a !important;
}
.btn-default:hover,
.btn-default:focus {
  background: #e8e8e8;
  text-decoration: none;
  color: #7a7a7a;
}
.btn-default:active,
.btn-default.active {
  outline: 0;

  background: #e0e0e0;
}
.btn-default[disabled] {
  background: #fafafa;
}
.btn-default[disabled]:hover,
.btn-default[disabled]:focus {
  background: #fafafa;
}
.btn-default[disabled]:active,
.btn-default[disabled].active {
  background: #fafafa;
}
.btn-primary {
  background: #708fa0;
  color: white !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #628394;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
  outline: 0;
  background: #628394;
}
.btn-primary[disabled] {
  background: #7f9baa;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus {
  background: #7f9baa;
}
.btn-primary[disabled]:active,
.btn-primary[disabled].active {
  background: #7f9baa;
}
.btn-info {
  background: #708fa0;
  color: white !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #628394 !important;
  text-decoration: none;
}
.btn-info:active,
.btn-info.active {
  outline: 0;
  background: #628394;
}
.btn-info[disabled] {
  background: #85e0ec;
}
.btn-info[disabled]:hover,
.btn-info[disabled]:focus {
  background: #85e0ec;
}
.btn-info[disabled]:active,
.btn-info[disabled].active {
  background: #85e0ec;
}
.btn-danger {
  background: #ff8989;
  color: white !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #ff6f6f;
  text-decoration: none;
}
.btn-danger:active,
.btn-danger.active {
  outline: 0;
  background: #ff6f6f;
}
.btn-danger[disabled] {
  background: #ffa3a3;
}
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus {
  background: #ffa3a3;
}
.btn-danger[disabled]:active,
.btn-danger[disabled].active {
  background: #ffa3a3;
}
.btn-success {
  background: #708fa0;
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #628394;
  text-decoration: none;
}
.btn-success:active,
.btn-success.active {
  outline: 0;
  background: #628394;
}
.btn-success[disabled] {
  background: #85e0ec;
}
.btn-success[disabled]:hover,
.btn-success[disabled]:focus {
  background: #85e0ec;
}
.btn-success[disabled]:active,
.btn-success[disabled].active {
  background: #85e0ec;
}
.btn-warning {
  background: #fdd198;
  color: white !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #fdcd8e;
  text-decoration: none;
}
.btn-warning:active,
.btn-warning.active {
  outline: 0;
  background: #fdcd8e;
}
.btn-warning[disabled] {
  background: #fddcb1;
}
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus {
  background: #fddcb1;
}
.btn-warning[disabled]:active,
.btn-warning[disabled].active {
  background: #fddcb1;
}
.radio,
.checkbox {
  margin-top: 5px !important;
  margin-bottom: 0;
}
.form-control {
  border: 2px solid #ededed;
  box-shadow: none;
}
.form-control:focus {
  border: 2px solid #708fa0;
  outline: 0;
  box-shadow: none;
}
.form-control.form-search {
  border-radius: 30px;
  background-image: url('../img/icon_search16x16.png');
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding-left: 34px;
}
.form-group-search {
  position: relative;
}
.form-group-search .form-button-search {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 30px;
}
textarea {
  resize: none;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/select_arrow.png') !important;
  background-repeat: no-repeat;
  background-position: right 13px;
  overflow: hidden;
}
::-webkit-input-placeholder {
  color: #bebebe !important;
}
::-moz-placeholder {
  color: #bebebe !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #bebebe !important;
}
/* ie */
input:-moz-placeholder {
  color: #bebebe !important;
}
.help-block {
  color: #999999 !important;
  font-size: 12px;
}
.label {
  text-transform: uppercase;
}
.label {
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 5px 4px 5px;
  font-weight: 600;
  font-size: 10px !important;
  color: white !important;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
}
.label-default {
  background: #ededed;
  color: #7a7a7a !important;
}
a.label-default:hover {
  background: #e0e0e0 !important;
}
.label-info {
  background-color: #708fa0;
}
a.label-info:hover {
  background: #628394 !important;
}
.label-danger {
  background-color: #ff8989;
}
a.label-danger:hover {
  background: #ff6f6f !important;
}
.label-success {
  background-color: #708fa0;
}
a.label-success:hover {
  background: #628394 !important;
}
.label-warning {
  background-color: #fdd198;
}
a.label-warning:hover {
  background: #fdc67f !important;
}
.alert-default {
  color: #555555;
  background-color: #f7f7f7;
  border-color: #ededed;
  font-size: 13px;
}
.alert-default .info {
  margin: 10px 0 10px 0;
}
.alert-success {
  color: #84be5e;
  background-color: #f7fbf4;
  border-color: #97d271;
}
.alert-warning {
  color: #e9b168;
  background-color: #fffbf7;
  border-color: #fdd198;
}
.alert-danger {
  color: #ff8989;
  background-color: #fff6f6;
  border-color: #ff8989;
}
.badge-space {
  margin-top: 6px;
}
.badge {
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 10px !important;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background-color: #d7d7d7;
  line-height: 1;
}
.list-group-item {
  padding: 6px 15px;
  border: none;
  border-width: 0 !important;
  border-left: 3px solid #fff !important;
  font-size: 12px;
  font-weight: 600;
}
.list-group-item i {
  font-size: 14px;
}
a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #555555;
  background-color: #f7f7f7;
  border-left: 3px solid #708fa0 !important;
}
.modal {
  border: none;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
  margin-top: 20px;
  color: #555555;
  font-weight: 300;
}
.modal h4.media-heading {
  margin-top: 0;
}
.modal-title {
  font-size: 20px;
  font-weight: 200;
  color: #555555;
}
.modal-dialog {
  margin-top: 10%;
}
.modal-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: none;
}
.modal-content .modal-header {
  padding: 20px 20px 0 20px;
  border-bottom: none;
  text-align: center;
}
.modal-content .modal-header .close {
  margin-top: 2px;
  margin-right: 5px;
}
.modal-content .modal-body {
  padding: 20px;
  font-size: 14px;
}
.modal-content .modal-footer {
  margin-top: 0;
  text-align: left;
  padding: 10px 20px 30px 20px;
  border-top: none;
  text-align: center;
}
.modal-content .modal-footer hr {
  margin-top: 0;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.ekko-lightbox .modal-content .modal-body {
  padding: 14px;
}
.ekko-lightbox .modal-content .modal-footer {
  padding: 0 10px 10px 10px;
}
.ekko-lightbox-nav-overlay a,
.ekko-lightbox-nav-overlay a:hover {
  color: #708fa0;
}
.progress {
  height: 10px;
  margin-bottom: 15px;
  box-shadow: none;
  background: #ededed;
  border-radius: 10px;
}
.progress-bar-info {
  background-color: #708fa0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tooltip-inner {
  background-color: #708fa0;
  max-width: 400px;
  text-align: left;
  font-weight: 300;
  padding: 2px 8px 4px 8px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #708fa0;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #708fa0;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #708fa0;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #708fa0;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #708fa0;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #708fa0;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #708fa0;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #708fa0;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

table {
	margin-top: 15px;
	margin-left: 12px;
	width: 700px;
	border-spacing: 20px;
	border-collapse: collapse;
}

table tr {
	border: solid #efefef;
	border-width: 1px 0;	
}

tr:first-child {
  border-top: none;
}
tr:last-child {
  border-bottom: none;
}

table th {
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  padding: 10px;
}
table thead tr th {
  border: none !important;
}
table .time {
  font-size: 12px;
}

table td {
	padding: 10px;
	font-size: 16px;
  color: #555555;
}
table td a:hover {
  color: #708fa0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 5px 4px 5px;
}
.grid-view .filters input,
.grid-view .filters select {
  border: 2px solid #ededed;
  box-shadow: none;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px;
}
.grid-view .filters input:focus,
.grid-view .filters select:focus {
  border: 2px solid #708fa0;
  outline: 0;
  box-shadow: none;
}
.grid-view {
  padding: 15px 0 0 0;
}
.grid-view img {
  border-radius: 3px;
}
.grid-view table th {
  font-size: 13px !important;
  font-weight: bold !important;
}
.grid-view table tr {
  font-size: 13px !important;
}
.grid-view .summary {
  font-size: 12px;
  color: #bac2c7;
}
.grid-view-loading {
  background: url('../img/loader.gif') no-repeat top left;
}
.userInput,
.spaceInput {
  background-color: #708fa0;
  font-weight: 600;
}
.wall-entry {
  position: relative;
}
.wall-entry .media .img-space {
  position: absolute;
  top: 35px;
  left: 35px;
}
.wall-entry .wall-entry-controls,
.wall-entry .wall-entry-controls a {
  font-size: 11px;
  color: #555555;
}
.space-owner {
  text-align: center;
  margin: 14px 0;
  font-size: 13px;
  color: #999;
}
.placeholder {
  padding: 10px;
}
.placeholder-empty-stream {
  background-image: url('../img/placeholder-postform-arrow.png');
  background-repeat: no-repeat;
  padding: 37px 0 0 70px;
  margin-left: 90px;
}
ul.tag_input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ededed;
}
ul.tag_input.focus {
  border: 2px solid #708fa0;
  outline: 0;
  box-shadow: none;
}
.space-member-sign {
  color: #708fa0;
}
.file_upload_remove_link,
.file_upload_remove_link:hover {
  color: #ff8989;
}
#contentFormError {
  color: #ff8989;
}
.comment_create,
.content_edit {
  position: relative;
}
.comment_create .fileinput-button,
.content_edit .fileinput-button {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 6px 10px;
  background: transparent !important;
}
.comment_create .fileinput-button .fa,
.content_edit .fileinput-button .fa {
  color: #d7d7d7;
}
.comment_create .fileinput-button:hover .fa,
.content_edit .fileinput-button:hover .fa {
  background: transparent !important;
  color: #b2b2b2;
}
.comment_create .fileinput-button:active,
.content_edit .fileinput-button:active {
  box-shadow: none !important;
}
.data-saved {
  padding-left: 10px;
  color: #708fa0;
}
.wallFilterPanel li {
  font-size: 11px;
  font-weight: 600;
}
.wallFilterPanel li a {
  color: #555555;
}
.wallFilterPanel .dropdown-menu li {
  margin-bottom: 0;
}
.wallFilterPanel .dropdown-menu li a {
  font-size: 12px;
}
.wallFilterPanel .dropdown-menu li a:hover {
  color: #fff !important;
}
ul.tour-list li a {
  color: #708fa0;
}
ul.tour-list li.completed a {
  color: #bebebe;
}
.powered,
.powered a {
  color: #b8c7d3 !important;
}
.errorMessage {
  color: #ff8989;
}
.error {
  border-color: #ff8989 !important;
}
.highlight {
  background-color: #f9f0d2;
}
.atwho-view .cur {
  border-left: 3px solid #708fa0;
  background-color: #f7f7f7 !important;
}
.atwho-user,
.atwho-space,
.atwho-input a {
  color: #708fa0;
}
.atwho-input a:hover {
  color: #708fa0;
}
.atwho-view strong {
  background-color: #f9f0d2;
}
.atwho-view .cur strong {
  background-color: #f9f0d2;
}
.comment .jp-progress {
  background-color: #dbdcdd !important;
}
.comment .jp-play-bar {
  background: #cacaca;
}
.loader {
  padding: 30px 0;
}
.loader .sk-spinner-three-bounce div {
  background-color: #708fa0;
}
.loader-modal {
  padding: 8px 0;
}
.loader-postform {
  padding: 9px 0;
}
.loader-postform .sk-spinner-three-bounce.sk-spinner {
  text-align: left;
  margin: 0;
}
.modal-dialog.fadeIn,
.modal-dialog.pulse {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
}
.panel.pulse,
.panel.fadeIn {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
}
img.bounceIn {
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  animation-duration: 800ms;
}
.outside .text {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 15px;
}
.outside .text a {
  color: #ffffff;
  text-decoration: underline;
}
.outside .panel a {
  color: #708fa0;
}
.outside h1,
.outside h2 {
  color: #ffffff !important;
}
.outside .panel {
  box-shadow: 0px 0px 15px #627d92;
  -moz-box-shadow: 0px 0px 15px #627d92;
  -webkit-box-shadow: 0px 0px 15px #627d92;
}
.outside .panel .panel-heading,
.outside .panel .panel-body {
  padding: 15px;
}
.markdown-render a,
.markdown-render a:visited {
  color: #708fa0 !important;
}