﻿body {
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! REQUIRED FIELDS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* Rquired Fields */
.Required:after {
    content: "\f069";
    color: red;
    font-size: 8px;
    font-family: 'FontAwesome';
    position: relative;
    top: -7px;
    margin-right: 8px;
}

input:valid,
select:valid,
textarea:valid {
  /*background: hsla(100, 90%, 70%, 1);*/
}

input:invalid,
select:invalid,
textarea:invalid {
    /*background: none repeat scroll 0 0 hsla(0, 90%, 70%, 1);*/
    border-radius: 1px !important;
    box-shadow: 0 0 3px hsla(0, 90%, 70%, 1) !important;
}

input:invalid::-webkit-input-placeholder,
select:invalid::-webkit-input-placeholder,
textarea:invalid::-webkit-input-placeholder,
.Required_Wrapper:before {
    font-family: FontAwesome;
    color: rgba(255, 0, 0, 1); /*black;*/
    opacity: 1 !important;
    font-size: 20px;
    content: "\f071"; /*<--- this is your text. You can also use UTF-8 character codes as I do here*/
    text-align: right;
    right: 23px;
}

input:invalid::-moz-placeholder,
select:invalid::-moz-placeholder,
textarea:invalid::-moz-placeholder,
.Required_Wrapper:before {
    font-family: FontAwesome;
    color: rgba(255, 0, 0, 1); /*red;*/
    opacity: 1 !important;
    font-size: 20px;
    content: "\f071"; /*<--- this is your text. You can also use UTF-8 character codes as I do here*/
    text-align: right;
    right: 23px;
}

input:invalid::-ms-input-placeholder,
select:invalid::-ms-input-placeholder,
textarea:invalid::-ms-input-placeholder,
.Required_Wrapper:before {
    font-family: FontAwesome;
    color: rgba(255, 0, 0, 1); /*red;*/
    opacity: 1 !important;
    font-size: 20px;
    content: "\f071"; /*<--- this is your text. You can also use UTF-8 character codes as I do here*/
    text-align: right;
    right: 23px;
}

.Required_Wrapper:before {
    position: absolute;
    top: 8px;
    Right: 15%;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! REQUIRED FIELDS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WATERMARKED FIELDS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.CSS_Watermarked {
    font-style: italic;
    color: silver;

    /*Tuk ne se opisvat parametri za Font-Size, Font-Name i tn. za6toto te se prehvarlqt prez javascript-a */
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WATERMARKED FIELDS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
