html,
body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, "Roboto", Helvetica Neue, sans-serif;
}
body .dragging,
body .dragging * {
  cursor: move !important;
}
.btn-primary {
  background: #2cd276;
  border: #2cd276;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #008e39;
  border: #008e39;
}
.btn-warning {
  background-color: #dfba49;
  border-color: #dbb233;
}
.btn-warning:hover {
  background-color: #daae2b;
  border-color: #bb9521;
}
a {
  color: #2cd276;
}
a:hover {
  color: #008e39;
}
.well {
  background: #F7FAF9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.well h3 {
  margin-top: 0;
}
.container {
  margin-left: 0;
  padding-top: 51px;
  height: 100%;
  box-sizing: border-box;
}
.container > .row {
  height: 100%;
}
.sidebar {
  height: 100%;
  background: #F7FAF9;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  width: 293px;
  position: fixed;
}
.form-control {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:active,
.form-control:focus {
  border-color: #2cd276;
  color: #2cd276;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #e1e1e1;
  font-weight: 300;
  text-transform: uppercase;
}
.control-label {
  text-transform: uppercase;
  color: #626965;
}
.login-layout .container {
  margin: 0 auto;
}
.login-layout .login-container {
  background: #ECEEF1;
  border-radius: 5px;
  padding: 30px;
}
.login-layout .login-container ::-webkit-input-placeholder {
  color: #8290A2;
}
.login-layout .login-container :-moz-placeholder {
  color: #8290A2;
}
.login-layout .login-container ::-moz-placeholder {
  color: #8290A2;
}
.login-layout .login-container :-ms-input-placeholder {
  color: #8290A2;
}
.login-layout .login-container h1 {
  text-align: center;
  color: #2cd276;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 30px 0;
}
.login-layout .login-container .form-control {
  margin-bottom: 10px;
  background: #dde3ec;
  color: #8290a3;
  border: 1px solid #c3ccda;
  box-shadow: none;
  height: 43px;
}
.login-layout .login-container .btn {
  margin-top: 10px;
}
.navbar-default {
  background-color: #F2F5F4;
  border-bottom: 1px solid #E6EBE9;
}
.navbar-default .navbar-brand {
  color: #626965;
}
.navbar-default .navbar-brand:hover {
  color: #626965;
}
.navbar-default .navbar-nav > li.divider-before {
  border-left: 1px solid #E6EBE9;
}
.navbar-default .navbar-nav > li > a {
  color: #626965;
  text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #2cd276;
}
.navbar-default .navbar-nav > li > span {
  float: none;
  padding: 15px;
  line-height: 19px;
  color: #626965;
  text-decoration: none;
  text-shadow: none;
  display: block;
}
.navbar-default .navbar-nav > .active > a {
  color: #fff;
  background: #2cd276;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background: #2cd276;
}
h2 {
  margin-top: 0;
}
.sidebar-nav {
  padding: 9px 0;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
td.actions {
  text-align: right;
}
.open-page {
  cursor: pointer;
  font-size: 14px;
}
.newline {
  clear: both;
}
.empty-content {
  text-align: center;
  font-size: 20px;
  color: #AAA;
  padding: 100px 0;
  font-weight: 200;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
.breadcrumb {
  background: #fff;
  padding: 0;
}
.breadcrumb .divider {
  padding: 9px 5px;
}
.widgets li {
  position: relative;
  border: 1px solid #fff;
}
.widgets li .widget-header {
  display: none;
  position: absolute;
  margin-top: -30px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #e5e5e5;
}
.widgets li:hover {
  border: 1px dotted #d5d5d5;
}
.widgets li:hover .widget-header {
  display: block;
}
.widgets li .widget-content {
  position: relative;
}
.widgets li .widget-content div {
  position: relative;
}
select.mini {
  line-height: 14px;
  height: 20px;
  margin-bottom: 0;
  font-size: 11px;
}
.sort-column {
  width: 20px;
  font-size: 14px;
}
.sort-column a {
  color: #000;
}
.fa-selected {
  color: #fff;
}
.fa:before {
  font-size: 14px;
}
.thumbnail {
  text-align: center;
  min-height: 122px;
  box-sizing: border-box;
}
.thumbnail__icon {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.thumbnail__icon:before {
  font-size: 60px;
  color: #222;
}
.thumbnail a:hover {
  text-decoration: none;
}
.thumbnail a:hover .thumbnail__icon:before {
  color: #00a0d1;
}
.nav-pills {
  padding: 0 15px;
}
.nav-pills > li > a {
  padding: 5px 10px;
  font-size: 12px;
  color: #b4bcc8;
}
.nav-pills > li > a:hover {
  background: #2C3542;
  color: #b4bcc8;
}
.nav-pills > li.active > a {
  color: #fff;
  background: #2cd276;
}
.nav-pills > li.active > a:hover {
  color: #fff;
  background: #2cd276;
}
a.list-group-item {
  padding: 7px 15px;
  font-size: 12px;
  background: transparent;
  color: #b4bcc8;
  border: 0;
  border-radius: 0;
}
a.list-group-item:hover {
  background: #3e4b5c;
  color: #b4bcc8;
}
a.list-group-item.active {
  background: #2cd276;
}
a.list-group-item.active a {
  color: #fff;
}
a.list-group-item.active:hover {
  background: #2cd276;
  color: #fff;
}
a.list-group-item.active:hover a {
  color: #fff;
}
a.list-group-item > i {
  margin-right: 3px;
}
a.list-group-item--header {
  font-size: 14px;
  border-top: 1px solid #3d4957;
  border-bottom: 1px solid #3d4957;
}
a.list-group-item--header:hover {
  background: #2C3542;
  color: #b4bcc8;
}
.btn-upload {
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
.loader .loader-backdrop {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1040;
}
.loader .loader-content {
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #000;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
}
.loader .loader-content img {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.dropzone {
  margin-top: 20px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 0;
  padding-bottom: 20px;
}
.dropzone .dz-message {
  color: #ccc;
  font-size: 16px;
}
.dropzone .dz-placeholder {
  border: 1px dashed #ccc;
  visibility: visible;
}
.dropzone .dz-preview {
  min-height: 120px;
  margin-bottom: 0;
  float: left;
}
.dropzone .dz-preview .dz-image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dropzone .dz-preview .dz-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c00;
}
.dropzone .dz-preview .dz-delete:hover {
  text-decoration: none;
  color: #3a9c95;
}
.dropzone .dz-preview.dz-folder-preview .dz-filename {
  margin-top: 20px;
}
.dropzone .dz-preview.dz-folder-preview .dz-details {
  padding: 0;
  opacity: 1;
}
.dropzone .dz-preview.dz-folder-preview .dz-details * {
  cursor: pointer;
}
/*! jQuery UI - v1.12.0 - 2016-08-20
* http://jqueryui.com
* Includes: draggable.css, sortable.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
