/* LAYOUT */
body {
  /*overflow: hidden;*/
}

body, html, #application, .wrapper {
  height: 100%;
}
.wrapper {
  overflow: visible !important;
}
.btn-default {
  background-color: #f4f4f4;
}
textarea {
  min-height: 190px;
}

/* LOGIN */
.login-box-body {
  background: #d2d6de none repeat scroll 0 0;
}

/* FIXED MENUS */
.main-header .logo, .main-sidebar {
  position: fixed;
}
.main-sidebar {
  padding-top: 50px !important;
}
.content-wrapper {
  padding-top: 40px;
}

/* DROPDOWN MENUS */
.navbar-custom-menu .dropdown-menu {
  display: block;
}
li:not(.user-menu) .dropdown-menu .menu > li > div {
  padding: 10px;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.dropdown-menu .menu > li > div:hover {
  background-color: #f4f4f4;
}
.sidebar-menu li.treeview:not(.active) > ul.treeview-menu {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 500ms ease-out;
}
.sidebar-menu li.treeview.active > ul.treeview-menu {
  max-height: 600px;
  transition: max-height 500ms ease-in;
  overflow: hidden;
}
body.sidebar-collapse:not(.sidebar-open) .sidebar-menu > li.treeview > ul.treeview-menu {
  max-height: 600px !important;
}

/* BREADCRUMB */
.content-header > .breadcrumb {
  background: #d2d6de none repeat scroll 0 0;
  margin-top: 10px;
  float: none;
  position: relative;
  right: 0;
  top: 0;
}
.breadcrumb > li + li::before {
  color: #444;
}
.content-header > .breadcrumb > li > a {
  color: #777;
}
.content-header > .breadcrumb > li.active > a {
  color: #444;
}

/* NOTIFICATIONS */
.notifications-menu i.close-notification {
  float: right;
  position: relative;
  top: -28px;
  left: -8px;
  cursor: pointer;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > div {
  width: 92%;
  color: #444;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > div:hover {
  background: #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li {
  border-bottom: 1px solid #f4f4f4;
}

/* TASKS */
.navbar-nav > .tasks-menu .task-content {
  height: 35px;
}
.navbar-nav > .tasks-menu .task-stopped {
  height: 28px !important;
}
.navbar-nav > .tasks-menu .task-content h3 {
  color: #666666;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 81%;
}
.navbar-nav > .tasks-menu .task-stopped h3 {
  width: 93%;
  margin-right: 5px;
}
.navbar-nav > .tasks-menu .task-content i.close-task {
  color: #333;
  cursor: pointer;
  bottom: 2px;
  position: relative;
}
.navbar-nav > .tasks-menu .task-content button {
  font-size: 75%;
  float: right;
  position: relative;
  left: 5px;
}
.navbar-nav > .tasks-menu .task-progress-content div.progress {
  width: 89%;
  margin-bottom: 5px !important;
}
.navbar-nav > .tasks-menu .task-progress-content small {
  float: right;
  font-size: 75%;
  color: #777;
  font-weight: 400;
  line-height: 1;
  position: relative;
  bottom: 13px;
  left: 3px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  white-space: normal;
}

/* PROFILE */
.text-primary {
  color: #3c8dbc;
}
.navbar-nav > .user-menu > .dropdown-menu {
  width: auto;
}
.navbar-nav > .user-menu > .dropdown-menu > li.header {
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 4px 4px 0 0;
  color: #444;
  font-size: 14px;
  padding: 7px 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li .menu  {
  list-style: outside none none;
  margin: 0;
  max-height: 200px;
  overflow-x: hidden;
  padding: 0;
}
.navbar-nav > .user-menu > .dropdown-menu > li .menu > li > div {
  color: #444;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 10px 10px 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-nav > .user-menu > .dropdown-menu > li .menu > li > div:hover {
  background: #f4f4f4 none repeat scroll 0 0;
}
.navbar-nav > .user-menu > .dropdown-menu li.separator {
  border-top: 1px solid #f4f4f4;
}

/* BOX */
.box.box-primary {
  min-height: 200px;
}

/* TABLES */
.table input[type="checkbox"] {
  margin-left: 0px;
  position: relative;
  cursor: pointer;
}
td.checkbox-batch-action, th.checkbox-batch-action {
  text-align: center;
  width: 50px;
}
td.checkbox-batch-action .form-group, td.checkbox-batch-action .checkbox,
th.checkbox-batch-action .form-group, th.checkbox-batch-action .checkbox {
  margin-bottom: 0px;
  margin-top: 0px;
}

/* MENU */
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: initial;
}
