/*
    Delete Confirm
*/
#exampleDeleteAlert .modal-delete {
    color: #636363;
    width: 400px;
}

#exampleDeleteAlert .modal-delete .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

#exampleDeleteAlert .modal-delete .modal-header {
    border-bottom: none;
    position: relative;
}

#exampleDeleteAlert .modal-delete h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

#exampleDeleteAlert .modal-delete .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

#exampleDeleteAlert .modal-delete .modal-body {
    color: #999;
}

#exampleDeleteAlert .modal-delete .modal-content .modal-body p {
    font-size: 1.1rem;
    font-weight: 500;
}

#exampleDeleteAlert .modal-delete .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

#exampleDeleteAlert .modal-delete .modal-footer a {
    color: #999;
}

#exampleDeleteAlert .modal-delete .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

#exampleDeleteAlert .modal-delete .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
    margin-left: 13px;
}

#exampleDeleteAlert .modal-delete .btn,
.modal-delete .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

#exampleDeleteAlert .modal-delete .btn-secondary {
    background: #c1c1c1;
}

#exampleDeleteAlert .modal-delete .btn-secondary:hover,
.modal-delete .btn-secondary:focus {
    background: #a8a8a8;
}

#exampleDeleteAlert .modal-delete .btn-danger {
    background: #f15e5e;
}

#exampleDeleteAlert .modal-delete .btn-danger:hover,
.modal-delete .btn-danger:focus {
    background: #ee3535;
}

/*
    Update Confirm
*/
#msgInputForm h4.modal-title,
#msgCancelAlert h4.modal-title,
#msgHoldAlert h4.modal-title,
#msgCompleteAlert h4.modal-title {
    font-size: 34px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    color: #1a73e9;
}

#msgInputForm i.modal-icon,
#msgCancelAlert i.modal-icon,
#msgHoldAlert i.modal-icon,
#msgCompleteAlert i.modal-icon {
    font-weight: 700;
    color: #1a73e9;
}

#msgInputForm .btn-modal,
#msgCancelAlert .btn-modal,
#msgHoldAlert .btn-modal,
#msgCompleteAlert .btn-modal {
    border: none;
    background-color: rgba(204, 204, 204, 1.00);
    color: white;
    line-height: 3rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    padding: 0 2rem 0 2rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 1.4375rem;
    min-width: 10.75rem;
    max-width: 100%;
}

#msgInputForm p.modal-msg,
#msgCancelAlert p.modal-msg,
#msgHoldAlert p.modal-msg,
#msgCompleteAlert p.modal-msg {
    text-align: left;
    padding: 0 25px;
    font-size: 1.25rem;
    font-weight: 600;
}

#msgDeleteAlert .modal-delete {
    color: #636363;
    width: 400px;
}

#msgDeleteAlert .modal-delete .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

#msgDeleteAlert .modal-delete .modal-header {
    border-bottom: none;
    position: relative;
}

#msgDeleteAlert .modal-delete h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

#msgDeleteAlert .modal-delete .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

#msgDeleteAlert .modal-delete .modal-body {
    color: #999;
}

#msgDeleteAlert .modal-delete .modal-content .modal-body p {
    font-size: 1.1rem;
    font-weight: 500;
}

#msgDeleteAlert .modal-delete .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

#msgDeleteAlert .modal-delete .modal-footer a {
    color: #999;
}

#msgDeleteAlert .modal-delete .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

#msgDeleteAlert .modal-delete .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
    margin-left: 13px;
}

#msgDeleteAlert .modal-delete .btn,
.modal-delete .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

#msgDeleteAlert .modal-delete .btn-secondary {
    background: #c1c1c1;
}

#msgDeleteAlert .modal-delete .btn-secondary:hover,
.modal-delete .btn-secondary:focus {
    background: #a8a8a8;
}

#msgDeleteAlert .modal-delete .btn-danger {
    background: #f15e5e;
}

#msgDeleteAlert .modal-delete .btn-danger:hover,
.modal-delete .btn-danger:focus {
    background: #ee3535;
}

/*
    Update Confirm
*/
#msgUpdateAlert h4.modal-title,
#msgDeleteAlert h4.modal-title {
    font-size: 34px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    color: #1a73e9;
}

#msgUpdateAlert i.modal-icon,
#msgDeleteAlert i.modal-icon {
    font-weight: 700;
    color: #1a73e9;
}

#msgUpdateAlert .btn-modal,
#msgDeleteAlert .btn-modal {
    border: none;
    background-color: rgba(204, 204, 204, 1.00);
    color: white;
    line-height: 3rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    padding: 0 2rem 0 2rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 1.4375rem;
    min-width: 10.75rem;
    max-width: 100%;
}

#msgUpdateAlert p.modal-msg,
#msgDeleteAlert p.modal-msg {
    text-align: left;
    padding: 0 90px;
    font-size: 1.25rem;
    font-weight: 600;
}