﻿/*#CustomAlertModal{z-index:1052;}*/
    .modal-header
    {
        color: #fff;
        padding: 9px 15px;
        border-bottom: 1px solid #eee;
       
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .modal-header-danger
    {
         background-color:#bd3a30;
    }
    .modal-header-success
    {
         background-color: #5cb85c;
    }
    .modal-header-primary
    {
         background-color: #286090;
    }
    .modal-header-info
    {
         background-color: #31b0d5;
    }
    .modal-header-warning
    {
         background-color: #f0ad4e;
    }
    
    .modal-ul { list-style-type:square;  padding:15px; margin-left:30px;}
            .modal-ul>li
            { font-size:17px; line-height:28px;
            }
    .modal .btn
    {
        border-radius: 0 !important;
    }
    .modal-main-text {
    font-size: 18px;
}