/*
 * VIP citizen
 */
.ctzvip-modal-content {
  height: 460px;
  max-height: 460px;
  overflow-y: auto;
}

/*Utility*/

.flexbox{
  display: flex;
}

.items{
  height: 35px !important;
  margin-bottom: 0px !important;
  margin-right: 5px;
}

.max-height{
  max-height:500px;
  overflow-y: auto;
  padding-right: 8px;
}

/*Utility alerts*/

.plan-menu {
  cursor: pointer;
  padding: 4px;
  font-size: 13px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.plan-menu:hover {
  background-color: #e4e4e4;
}

.plan-menu-sel {
  font-weight: 800;
  background-color: #e4e4e4;
}

.plan-table {
  margin: 9px;
}

.plan-form {
  margin: 9px;
}

.max-height{
  max-height:500px;
  overflow-y: auto;
  padding-right: 8px;
}
