body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}
body {
  font-family: Arial, Helvetica, "sans-serif";
  min-width: 600px;
  background-color: #f1f1f1;
}
.modal-dialog:not(.modal-lg) {
  width: 700px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
#container {
  min-height: 100%;
  width: 100%;
  position: relative;
}
#header {
  min-height: 0px;
  background: #242d37;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #585858;
}
#header .nav > li > a {
  color: #eee;
}
.page-header {
  vertical-align: middle;
  margin: 15px 0;
  padding: 0;
  border-bottom: none;
  padding-bottom: 7.5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
#column-left {
  width: 235px;
  height: 100%;
  background-color: #242d37;
  position: absolute;
  top: 0px;
  padding-top: 50px;
  z-index: 10;
  opacity: 1;
  overflow: auto;
}
#content {
  padding-bottom: 40px;
  transition: all 0.3s;
}
#column-left+#content {
  margin-left: 235px;
}
/*
 * Main content
 */
#main {
  margin-left: 190px;
  height: 100%;
  position: relative;
}
.page-header h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #848484;
  display: inline-block;
  margin-bottom: 15px;
}
.breadcrumb {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0 10px;
}
.breadcrumb li a {
  color: #999;
  padding: 0px;
  margin: 0px;
}
.breadcrumb li.active {
  color: #1e91cf;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.navbar .navbar-header {
  width: 215px;
  margin-right: 5px;
}
.widget-container {
  position: relative;
}
.widget-wrapper {
  min-height: 50px;
  border: 1px dotted #ddd;
  position: relative;
}
.tab-content.panel.panel-default {
  border-top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-group-item .thumbnail {
  margin: 0px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.btn-refresh:before {
  content: "\f2f1\0020";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.btn-key:before,
.btn-security:before {
  content: "\f084\0020";
  font-family: "Font Awesome 5 Free";
}
.btn-edit:before,
.btn-update:before {
  content: "\f303\0020";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btn-delete:before,
.btn-trash:before {
  content: "\f2ed\0020";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}
.btn-add:before,
.btn-create:before {
  content: "\f067\0020";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btn-submit:before,
.btn-save:before {
  content: "\f0c7\0020";
  font-family: "Font Awesome 5 Free";
}
form div.required label.control-label:after {
  content: " * ";
  color: #f00;
}
.seo {
  width: 536px;
}
.seo h2 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 24px;
}
.seo h2 .link {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  color: #00c;
}
.seo h2 .organic-link {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  margin: -10px 0 0 -10px;
  padding: 10px 0 0 10px;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #00c;
}
.seo .organic_subtitle {
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  color: #070;
}
.seo .typo {
  margin-top: 2px;
  font-size: 13px;
  line-height: 17px;
  color: #333;
}


.pagination {
  margin: 0px;
}