/* Style inputs, select elements and textareas */
input, select, textarea {
    color: gray;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    background: white;
    font-family:Arial, Helvetica, sans-serif;
}

select {
    padding-left: 7px;
}

::-webkit-input-placeholder {
    color: gray;
}

:-moz-placeholder { /* Firefox 18- */
    color: gray;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: gray;  
}

:-ms-input-placeholder {  
    color: gray;  
}

/* Style the label to display next to the inputs */
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

/* Style the submit button */
input[type=submit], input[type=button]{
    background-color: #c5c5c5;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 99%;
    margin:0 0px 0 0;
    margin-top: 6px;
}

/* Style the container */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

/* Floating column for labels: 50% width */
.col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Floating column for inputs: 100% width */
.col-100 {
    float: left;
    width: 100%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .container .col-25, .col-50,.col-75, .col-100, .col-100, input[type=submit] {
        width: 100%;
        height: 100%;
    }
}

img {
    max-width: 100%;
    height: auto;
}
.img2 {
    max-width: 50% !important;
    height: auto;
}

.verde {
    background-color: #99cd76 !important;
}
.rosa {
    background-color: #e45c88 !important;
}
.laranja {
    background-color: #ffce50 !important;
}
.azul {
    background-color: #4fbee7 !important;
}


.blue_class_fieldset { 
    MARGIN: 0px;
    BORDER: #bfcde1 1px solid; 
    width: 95%;
}

input[type="date"]::before { 
    content: attr(placeholder);
    width: 100%;
}

input[type="date"]:valid::before {
    display: none;
}

.valid_box {
    clear:both;
    background:url(../images/valid.png) no-repeat left #edfce9;
    border: 1px #eac7c7 solid;
    background-position: 15px 10px;
    padding: 20px 0 20px;
    margin-right: 0px;
    padding-left: 15%;
}

.error_box {
    clear: both;
    background: url(../images/error.png) no-repeat left #fce9e9;
    border: 1px #eac7c7 solid;
    background-position: 15px 10px;
    padding: 20px 0 20px;
    margin-right: 0px;
    padding-left: 15%;
}
