.input-lowercase { text-transform: lowercase; }
::-webkit-input-placeholder { text-transform: none; }
:-moz-placeholder { text-transform: none; }
::-moz-placeholder { text-transform: none; }
:-ms-input-placeholder { text-transform: none; }

.input-uppercase { text-transform: uppercase; }
::-webkit-input-placeholder { text-transform: none; }
:-moz-placeholder { text-transform: none; }
::-moz-placeholder { text-transform: none; }
:-ms-input-placeholder { text-transform: none; }

.text-lowercase { text-transform: lowercase; }
::-webkit-input-placeholder { text-transform: none; }
:-moz-placeholder { text-transform: none; }
::-moz-placeholder { text-transform: none; }
:-ms-input-placeholder { text-transform: none; }

.text-uppercase { text-transform: uppercase; }
::-webkit-input-placeholder { text-transform: none; }
:-moz-placeholder { text-transform: none; }
::-moz-placeholder { text-transform: none; }
:-ms-input-placeholder { text-transform: none; }

.myoverlay {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.mycenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

div.required .col-form-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

div.required .form-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

div.required .label-form:after {
    content: ' *';
    color: #F00;
    font-weight: bold;
}

.nohover { background-color: none; cursor: pointer; }

.table .th-required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}