.dash-comp {
  width: 100%;
  height: 650px;
  display: block;
  overflow: auto;
}

.comp {
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: block;
}

.show-on-hover:hover>ul.dropdown-menu {
  display: block;
}

.row-margin-top {
  margin-top:10px;
}

.row-margin-bottom {
  margin-bottom:10px;
}

.box>.box-header>.box-tools>.box-menu>.dropdown-toggle>.badge-notify {
  position: absolute;
  top: -5px;
  right: -10px;
  text-align: center;
  font-size: 9px;
  padding: 2px 5px;
  line-height: .9;
}

.box>.box-header>.box-tools>.box-menu>.dropdown-menu {
  width: 300px;
}

.box>.box-header>.box-tools>.box-menu>.dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.notifications-menu>li>a {
  padding: 0px;
  line-height: inherit;
}

.box-dropdown-menu {
  width: 280px;
}

.modal {
  background: rgba(0, 0, 0, 0.3);
}

.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}

.modal-header {
  padding: 10px;
  border-bottom-color: #f4f4f4;
}

.modal-footer {
  padding: 10px;
  border-top-color: #f4f4f4;
}

.modal-primary .modal-header, .modal-primary .modal-footer {
  border-color: #307095;
}

.modal-warning .modal-header, .modal-warning .modal-footer {
  border-color: #c87f0a;
}

.modal-info .modal-header, .modal-info .modal-footer {
  border-color: #0097bc;
}

.modal-success .modal-header, .modal-success .modal-footer {
  border-color: #00733e;
}

.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: #c23321;
}

.modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  background-color: #fff !important;
}

.modal-danger .modal-body {
  color: #dd4b39 !important;
}

.modal-warning .modal-body {
  color: #f39c12 !important;
}

.modal-info .modal-body {
  color: #00c0ef !important;
}

.modal-primary .modal-body {
  color: #3c8dbc !important;
}

.modal-success .modal-body {
  color: #00a65a !important;
}

.modal-danger .modal-header, .modal-danger .modal-footer {
  color: #fff !important;
  background-color: #d33724 !important;
}

.modal-warning .modal-header, .modal-warning .modal-footer {
  color: #fff !important;
  background-color: #db8b0b !important;
}

.modal-info .modal-header, .modal-info .modal-footer {
  color: #fff !important;
  background-color: #00a7d0 !important;
}

.modal-primary .modal-header, .modal-primary .modal-footer {
  color: #fff !important;
  background-color: #357ca5 !important;
}

.modal-success .modal-header, .modal-success .modal-footer {
  color: #fff !important;
  background-color: #008d4c !important;
}

.sidebar-menu .treeview-menu > li.active > a {
  font-weight: bold;
}

.profile-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.profile-image {
  width: 100px;
  height: 125px;
}