﻿   input[type="text"], input[type="date"], input[type="email"], textarea, select {
        background: #eeeeee;
        text-indent: 5px;
        font-size: 14px;
        display: block;
        /*border: 1px solid #C5C8CA;*/
        width: 100% !important;
        padding: 6px;
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, textarea:focus {
            outline: none;
            box-shadow: 2px 2px 2px #E4E4E4;
        }

    label small {
        font-weight: 300;
    }

    .d-datetime-field input {
        background: #eeeeee;
        text-indent: 5px;
        font-size: 14px;
        display: block;
        border: 1px solid #C5C8CA;
        padding: 6px;
    }

        .d-datetime-field input:focus {
            outline: none;
            box-shadow: 2px 2px 2px #E4E4E4;
        }

    form label {
        font-size: 18px;
        margin-top: 5px;
        display: block;
        text-align: left;
    }

    /*.bootstrap-dialog .bootstrap-dialog-title {
        font-size: 20px;
    }*/

    /*.bootstrap-dialog .bootstrap-dialog-close-button button {
        color: #fff;
        opacity: 1;
        text-shadow: none;
    }

    br {
        display: none;
    }
	*/

    input[type=checkbox], input[type=radio] {
        width: 15px;
        margin-right: 5px;
    }

    .d-field {
        border-bottom: 1px dashed #e4e4e4;
        padding-bottom: 10px;
    }



button {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #2F2663;
    box-shadow: 0 1px 2px rgba(0,0,0,.6);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: #EBF1EC;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e4e4e4 0%, #c5c5c5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#c5c5c5));
    background: -webkit-linear-gradient(top, #e4e4e4 0%,#c5c5c5 100%);
    background: -o-linear-gradient(top, #e4e4e4 0%,#c5c5c5 100%);
    background: -ms-linear-gradient(top, #e4e4e4 0%,#c5c5c5 100%);
    background: linear-gradient(to bottom, #e4e4e4 0%,#c5c5c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#c5c5c5',GradientType=0 );*/
    /*width: inherit !important;*/
    padding: 5px 15px;
    font-size: 18px;
    margin: 20px 10px 0 0;
}