.message_success {border-left: 5px solid #7ad03a;margin-top: 20px;}
.message {background-color: #fff;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);margin-bottom: 10px;padding: 6px 8px;}
.message_error {border-left:5px solid red;}

.ingredient-images {
  position: absolute;
  width: 400px;
  left: calc(50%);
  height: 530px;
  top: 420px;
}

/*.image-container {
  overflow: hidden;
  height: 100%;
}*/
.panel_ani_section {
  width: 100%;
  height: 120vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.panel_ani_section .images-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.panel_ani_section .images-wrapper img {
  position: absolute;
}
.popup_view,.cross_popup {cursor: pointer;}
.hidden {display: none;}

.manual_section {
    width: 30%!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    min-height: 180px;
    box-sizing: border-box;
}

.manual_section .imp-class {
    font-size: 20px;
    font-weight: 700;
    color: #495057;
    margin: 0 0 16px;
}

.manual_section input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #1295D8;
    border-radius: 4px;
    color: #1295D8;
    font-weight: 500;
    background: #ecf3fe;
}
.manual_section input[type="submit"]:hover
 {
    background: #1295D8;
    color: #fff;
}
.imp-class-des {
    margin-top: 12px;
    font-size: 16px;
    color: #495057;
}
.clinic-note-block .options-group label {
    font-style: italic;
}

.clinic-note-block .main-checkbox-label {
    font-weight: 600;
}

/*#datatable-regular th,
#datatable-regular td {
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}*/

.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}

table.dataTable {
    width: 100% !important;
    table-layout: auto !important;
}

table.dataTable.display nowrap > thead > tr > th,
table.dataTable.display nowrap > tbody > tr > td {
    white-space: nowrap;
}

div#datatable-regular_wrapper button.dt-button.buttons-csv.buttons-html5 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #1295D8;
    font-weight: 500;
    background: #ecf3fe;
    outline: none !important;
    border: 1px solid #1295D8;
}
div#datatable-regular_wrapper button.dt-button.buttons-csv.buttons-html5:hover {
    background: #1295D8;
    color: #fff;
}
div#datatable-regular_wrapper .dt-length {
    margin: 0 0 18px;
}
div#datatable-regular_wrapper .top {
    margin: 0 0 20px;
}
form#import-mem-sec {
    display: block;
}
.dashboard.card-box-submit h2 {
    font-size: 32px;
    color: #282a32;
    margin: 0 0 16px;
}