/**
This file is used for Modal Maker V2 / CustomModal form and popup styling
*/
.modal-form-label {
    color: black;
}

.modal-ml-15{
    margin-left: 15px;
}
.modal-full-width{
width: 100% !important;
}

.modal-field-padding{
padding: 0px 15px 0px 15px;
}
.modal-maker-form .button-label{
padding-left: 0px !important;
}
.bootstrap-datetimepicker-widget {
    width: auto !important;
}
input[name="whom_to_show"], input[name="dismiss_behaviour"] {
    margin-right: 5% !important;
}
#id_whom_to_show, #id_dismiss_behaviour{
    list-style: none;
    padding: 0;
}

#id_dismiss_behaviour{
    margin-left: 2%;
}
#id_whom_to_show label, #id_dismiss_behaviour label{
     width: 100%;
}
#id_whom_to_show span, #id_dismiss_behaviour span{
    font-weight: 200 !important;
}

.modal-maker-form .panel{
    border-color: #eeeeee;
}
.modal-maker-form .panel-primary>.panel-heading, .panel-secondary .panel-heading{
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.history-sub-head {
    margin-top: 22px;
}

.custom-popup-modal .modal-dialog {
    margin-top: 10%;
    display: table;
    width: auto;
}
.custom-popup-modal .modal-content {
    border: solid 1px #aaaaaa;
    padding: 10px;
    height: auto;
    width: 650px;
}

.m-btm-0{
    margin-bottom: 0px !important;
}