/* Main */
/* Menu */
/* Elements */
/* Banner */
/* Dashboard */
/* Footer */
/* Login Form */
/* Main */
body {
  font-family: "open sans", arial;
  overflow-x: hidden;
  padding-top: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "open sans", arial; }

h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px; }

p {
  font-size: 14px;
  letter-spacing: 1px;
  color: inherit; }

#wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#page-content-wrapper {
  margin-left: 250px;
  margin-top: 70px;
  padding: 15px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  width: 250px;
  height: 100%;
  top: 41px;
  overflow-y: auto;
  background: #333; }

.btn-group.btn-group-toggle .btn {
  margin-right: 0; }

.pagination {
  margin-bottom: 0; }

.dw-bg {
  margin-bottom: 3rem;
  background-color: #fff;
  padding-bottom: 1rem;
  padding-top: 1rem;
  -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08); }

.page-title {
  line-height: 38px;
  font-size: 26px;
  margin-bottom: 0; }

.logo {
  background-image: url(/images/dw-logo-footer.png);
  background-repeat: no-repeat;
  background-position: 21px 45%;
  display: block;
  height: 41px; }

.shadow {
  -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08); }

.error {
  border: 1px solid #ff0000; }

#notfication-btn {
  background-color: #fff;
  color: #333; }

/* Menu */
.top-bar {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0; }

.admin-navigation {
  margin-left: 250px; }

.admin-navigation-left {
  float: left;
  position: relative;
  width: 250px;
  z-index: 3;
  background-color: #ffffff;
  height: 41px;
  line-height: 41px; }

.admin-navigation .navbar {
  padding: 0 0 0 15px; }

.admin-icon, .album-icon {
  width: 150px;
  border: none;
  background: #fff;
  display: block;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  color: #333;
  font-weight: 600;
  border-bottom: 3px solid #efeeee;
  text-align: center; }

.admin-icon .card-text {
  font-size: 11px;
  margin-bottom: 0; }

.admin-icon img {
  max-width: 50px; }

.album-icon {
  padding: 0; }

.disabled .admin-icon {
  overflow: hidden;
  opacity: 0.6; }

a.admin-icon:hover {
  text-decoration: none; }

/* Banner */
.banner {
  margin-bottom: 20px; }

.dismiss-btn {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 15px;
  top: 15px;
  background-color: #5d5d5d;
  border-radius: 20px;
  text-align: center; }
  .dismiss-btn i {
    line-height: 22px;
    color: #333;
    font-size: 11px; }

/* Login Form*/
#login-container {
  width: 300px;
  margin: 100px auto; }


#login-container .form-signin, #resetpw-container .form-signin {
  padding: 10px 20px; }

#login-container .alert strong, #resetpw-container .alert strong {
  font-size: 12px; }

#login-container .alert-dismissible .close, #resetpw-container .alert-dismissible .close {
  padding: 10px; }

/* #login-container .logo, #resetpw-container .logo {
  background-image: url(/images/dw-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 150px;
  width: 167px;
  display: block;
  margin: 20px auto;
  position: relative;
} */

#login-container .logo, #resetpw-container .logo {
  background-image: url(/templates/cms/img/dw-logo-portrait.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 200px;
  width: 100%;
  display: block;
  margin: 1rem auto auto;
  position: relative;
}

/* Elements */
.table {
  margin: 0; }

.table thead th {
  border-top: none; }

.btn-group .btn {
  margin-right: 5px; }

.btn:hover {
  cursor: pointer; }

/* Menus */
#add_to_menu .card {
  border: none;
  border-top: 1px solid #272727; }

#menu_list_wrapper .placeholder {
  outline: 1px dashed #4183C4; }

#menu_list_wrapper ol.sortable,
#menu_list_wrapper ol.sortable ol {
  list-style-type: none; }

#menu_list_wrapper li > div {
  margin: 0;
  line-height: 40px;
  height: 42px;
  padding: 0 0 0 10px;
  cursor: move;
  border: 1px solid #c8c8c8; }

#menu_list_wrapper li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
  border-color: #999; }

#menu_items_list > ol > li > div span button,
#menu_items_list > ol > li > div span,
#menu_items_list > ol > li > div {
  background: #e4e4e4 !important; }

/* Keditor */
body.opened-keditor-sidebar #page-content-wrapper {
  margin-right: 275px; }

#keditor-sidebar {
  width: 250px;
  top: 40px; }

/* Dashboard */
.figure-total {
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold; }

.chart-top {
  margin-bottom: 10px; }

.Chartjs-table {
  padding: 0; }

/* Footer */
#admin_footer {
  overflow: hidden;
  clear: both;
  background-color: #333333;
  bottom: 0;
  width: 100%;
  z-index: 2;
  margin: 0; }

.footertext, .footertext a {
  font-size: 10px;
  line-height: 35px;
  color: #fff; }

.footer-logo {
  margin-right: 5px; }

/*# sourceMappingURL=cms-remake.css.map */
