﻿.margin-left-2{
    margin-left: 2%;
}

.margin-Right-2 {
    margin-right: 2%;
}

.Big_10{
    width : 100%;
    height : 100%;
}

.margin-bottom-2{
    margin-bottom : 2%
}

.field-validation-valid {
    display: none;
}

.filter input[type=text] {
    width: 100% !important;
}

.filter input[type=checkbox] {
    margin: 2px;
}

.filter ul {
    padding: 5px;
}

.Text-Black{
    color: black;
}
.Text-White {
    color: white;
}

.ImageTitelText{
width : 50%;
}

.Text-Shadow {
    text-shadow: 0 0 3px black, 0 0 5px #0000FF;
}

.w-10 {
    width: 10%;
}