    .validator, .spanAsterisk {
        color: red;
    }

    input[type="file"] {
        border-width: 0px!important;
        box-shadow: none!important;
    }

    .mainDiv {
        /*border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;*/
        border: 1px solid #eee;
    }

    .nav-tabs {
        padding-top: 15px;
    }

    .lblFileName {
        /*min-width: 230px;*/
        font-weight: normal;
        text-align: left;
    }

    .hide {
        display: none;
    }

    /*Button CSS*/

    html .btn-primary {
        color: #ffffff;
        background-color: #0088cc;
        border-color: #0088cc #0088cc #006699;
        font-size: 14px;
    }

    html .btn-primary:hover {
        border-color: #0099e6 #0099e6 #0077b3;
        background-color: #0099e6;
        font-size: 14px;
    }

    html .btn-primary:active,
    html .btn-primary:focus,
    html .btn-primary:active:hover,
    html .btn-primary:active:focus {
        border-color: #0077b3 #0077b3 #0077b3;
        background-color: #0077b3;
    }

    html .btn-primary:hover,
    html .btn-primary:focus,
    html .btn-primary:active:hover,
    html .btn-primary:active:focus {
        color: #ffffff;
    }

    @media (min-width: 768px) {
        .form-horizontal .control-label {
            text-align: left;
        }
    }

    .lblFileName {
        float: left;
        width: 70%;
    }

    .btnEditDelete {
        float: right;
    }

    .hdnElements {
        display: none;
    }

    .fileNotes {
        border: 1px solid red;
        padding: 5px; 
        margin:0px !important;
    }

    #crudTitle h3 {
        margin-top:10px;
    }

    /* To fix responsive issue in mobile/phone */
	#contentBox {
        min-width: inherit;
        margin:0px 15px !important;
    }
    
    footer .row {
        margin:0px;
    }