﻿.menu-dx .actions {
        min-height:300px;
        padding-left:30px;
    }
        .menu-dx .actions a {
            float:none;
            clear:both;
            display:block;
        }

            .menu-dx .actions a:visited,
            .menu-dx .actions a:link,
            .menu-dx .actions a:active {
                text-decoration:none;
                color:#0094ff;
            }

            .menu-dx .actions a:hover {
                color:#91b8f6;
            }
    .content-form {
        padding:10px;
        font-size:14px;
    }
        .content-form .frm-row {
            min-height:55px;
        }

         .content-form .frm-row-chk {
            min-height:32px;
        }
        .content-form .frm-row input[type='text'] ,
        .content-form .frm-row-chk input[type='text'] 
        {
            min-width:410px;
            min-height:25px;
            padding:5px;
        }
        .content-form .frm-row-title 
        {
            padding:10px;
            font-size:18px;
            font-weight:100;
        }
            .content-form .frm-row select ,
            .content-form .frm-row-chk select {
                min-width: 410px;
                min-height: 25px;
                padding: 5px;
            }

            .content-form .frm-row .input-label ,
            .content-form .frm-row-chk .input-label {
                font-weight:bold;
            }

            .content-form .frm-row .chk ,
            .content-form .frm-row-chk .chk {
                float:left;
                padding:5px;
            }
            .content-form .frm-row .input-label-checkbox ,
            .content-form .frm-row-chk .input-label-checkbox {
                float:left;
                display:inline-block;
                /*font-weight:bold;*/
                padding:5px;
            }
        .button-bar {
            min-height:55px;
            padding-top:10px;
        }
            .button-bar .btn-reset {
                min-height:32px;
                font-size:16px;
                background-color:#ff0000;
                color:#fff;
                font-weight:bold;
                cursor:pointer;
                border:1px solid #0094ff;
                margin:10px;
            }

            .button-bar .btn-reset:hover {
                background-color:rgba(255, 5, 5, 0.45);
            }

             .button-bar .btn-submit {
                min-height:32px;
                font-size:16px;
                background-color:#04941d;
                color:#fff;
                min-width:100px;
                font-weight:bold;
                cursor:pointer;
                border:1px solid #013902;
                margin:10px;
            }

            .button-bar .btn-submit:hover {
                background-color:#05f12e;
            }

.dlg-messages {
    display:none;

}