#imagePreview {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: none;
}
input#image-id {
  border: 1px dashed rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  width: 100%;
  min-height: 90px;
  margin: 10px auto;
  border-radius: 4px;
  padding: 35px;
  float: left;
  cursor: pointer;
}
input#health_history-id {
  border: 1px dashed rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  width: 100%;
  min-height: 90px;
  margin: 10px auto;
  border-radius: 4px;
  padding: 35px;
  float: left;
  cursor: pointer;
}
h1.drag {
  position: absolute;
  font-size: 20px;
  border: 0;
  padding: 20px;
  text-align: center;
  margin-left: 222px;
  margin-top: 50px;
}

.custom-menu{
    z-index:1000;
    position: absolute;
    background-color:#C0C0C0;
    border: 1px solid black;
    padding: 2px;
}

.popover{
    left:0 !important;
}

/*.custom .modal-dialog {
  margin: 80px 0 0 auto;
  width: 600px;
}*/

.custom .modal-header {
  background-color: black;
  border-radius: 0;
  color: white;
}

.custom .modal-body {
  padding: 0;
}

.custom .form-group {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding-bottom: 15px;
}

.custom .form-control {
  border: 0 none;
  box-shadow : none;
}

.custom .form-control:focus{
  box-shadow : 0 0 0;
}

.custom .control-label {
    color: #7A8189;
    font-weight: normal;
    padding: 0 6px;
}

.custom p {
  padding: 8px;
}

.custom .close {
  color: #FFFFFF;
}

#cc-group, #bcc-group {
  display: none;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices{
    background: none repeat scroll 0 0 #ffffff;
    filter: none;
    height: 28px;
    line-height: 29px;
    border: 0;
    box-shadow : none;
}

.custom .select2-container.select2-container-multi.form-control{
  width: 90%;
  height: auto;
}
/*.select2-container{
  width :90%;
}*/

.custom textarea.form-control{
  max-width: 100%;
}

.table .add-edit-action {
  text-align: right;
}

.dropdown-menu > li > a.disabled, .dropdown-menu > li > a.disabled:hover {
  color: #777;
  background: #fff;
  cursor: not-allowed;
}