﻿.create_org {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right !important;
/*    margin-top: -42px;*/
}
.create_org .form-select{
    font-weight:600;
}
.w-25{
    width:25%;
    z-index:2;
}
#create_org_modal .modal-dialog{
    max-width:80% !important;
}
#create_org_modal .btn-secondary{
    font-size:12px;
}
#edit_organization .modal-dialog {
    max-width: 80% !important;
}

#edit_organization .btn-secondary {
    font-size: 12px;
}
.mr-15 {
    margin-right:15px;
}
#edit_program .w-20{
    margin:0px 8px;
    width:20%;
}
#edit_program .modal-dialog{
    min-width:80%;
}
#create_program_modal .btn-secondary{
    font-size:12px !important;
}
#edit_program .btn-secondary {
    font-size: 12px !important;
}
#create_program_modal .modal-dialog {
    min-width: 80%;
}
#create_program_modal .w-20 {
    margin: 0px 8px;
    width: 20%;
}
#create_metric_modal .modal-dialog{
    max-width:80%;
}
#edit_metric_modal .modal-dialog {
    max-width: 80%;
}
.w-50{
    width:50%;
}
.w-20{
    width:20%;
}
.btn-secondary{
    font-size:12px;
}
.show_metric select {
    height: 27px;
    line-height: 14px;
}
.w-15{
    width:15%;
}
.w-60{
    width:60%;
}
#create_metric_modal textarea {
    /* max-height: 277px; */
    overflow: auto;
    height: auto !important;
    min-height: 80px;
}
#edit_metric_modal textarea {
    /* max-height: 277px; */
    overflow: auto;
    height: auto !important;
    min-height: 80px;
}
.form-check-label {
    cursor: pointer;
    margin-bottom: 0 !important;
}