﻿.modal-dialog {
    margin: 90px auto;
}

.modal-content {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

    .modal-content .modal-header {
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #82bb9e;
        border: none;
        position: relative;
    }

        .modal-content .modal-header .modal-title {
            margin: 0;
            color: #f8f8f8;
            font-weight: 300;
            font-family: 'Raleway', serif;
        }

        .modal-content .modal-header hr {
            width: 50px;
            margin: 2px 0 0;
            border-color: #428462;
        }

        .modal-content .modal-header ul.nav-tabs {
            position: absolute;
            bottom: 0;
            right: 10px;
        }

    .modal-content .modal-body {
        background-color: #f8f8f8;
    }

        .modal-content .modal-body .formTable {
            width: 100%;
            margin-bottom: 15px;
        }

            .modal-content .modal-body .formTable tbody tr th {
                color: #555;
                font-size: 12pt;
                font-weight: 600;
            }

                .modal-content .modal-body .formTable thead tr th i,
                .modal-content .modal-body .formTable tbody tr th i {
                    font-size: 7pt;
                    color: #428462;
                    vertical-align: top;
                }

        .modal-content .modal-body button {
            margin-right: 3px;
        }
