.app-config-container {
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
}

.tools {
  position: absolute;
  right: 8px;
}

.black-tool {
  color: black !important;
}

.app-config-top {
  width: 100%;
  height:40%;
  max-height: 400px;
}

.app-config-top md-card{
  min-width: 325px !important;
}


.app-config-top md-card-content{
  overflow: auto;
  margin-bottom: 10px;
}
.app-config-top md-card-header{
  min-height: 100px;
  max-height: 100px;
}

.app-top-button-container {
  min-width: 100px !important;
}

.app-top-button-container .md-button {
  margin-right: 0px;
}

.app-config-top md-list{
  padding-top: 0px;
  margin-top: -13px;
}

.app-config-bottom {
  width: 100%;
  /* height:60%; */
}


.app-config-bottom md-card{
  min-width: 1007px !important;
}

.card-app-config-app {
  min-height: 350px;
}


.switch-edit {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 35px !important;
}


.switch-edit div {
  margin-right: 10px;
}

.switch-delete {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 35px !important;
}

.switch-delete div {
  margin-right: 10px;
}

.row-full-width {
  width: 100%;
}

.row-full-width md-input-container {
  padding-right: 20px;
}

.two-switch-column {
  max-height: 124px !important;
}

.search-input {
  margin: 0px;
  width: 60%;
  margin-left: -2px;
}

.delete-dash-icon {
  font-size: 35px;
  color: grey;
  position: absolute;
  right: 40px;
  /* top: 11px; */
  margin-top: 20px;
  color: grey;
}

.delete-dash-icon:hover {
  color: rgb(255,82,82);
}

 .button-add-dashboard {
   position: absolute;
   right: 12px;
   margin-top: -3px;
 }

.md-fab.delete-button {
  background-color: white !important;
}

.remove-app-icon {
  color: rgb(255,82,82);
  margin-top: 8px;
}

.add-app-icon {
  color: white;
  margin-top: 8px;
}

.reorder-dialog-content {
  background-color: rgb(250,250,250);
}

.reorder-dialog-content li {
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  margin: 10px;
  padding: 10px;
  text-align: center;
}

.reorder-dialog-content li.selected {
  background-color: #80808036;
}

.reorder-dialog-content .dndPlaceholder {
  background-color: #40AEEE;
}
.reorder-dialog-content .dndDraggingSource {
  visibility: hidden;
  display: none;
}

.logo-dialog-content {
  padding: 20px;
  min-width: 400px;
}