﻿
.btn-selected {
  background-color: #d426e1;
  border-color: #004A8B;
  color: #FFFFFF; 
  margin-bottom:2px;
}

.validation-summary-valid
{
display:none;
}

.field-validation-valid
{
display:none;
}



/* used for filter elements*/
.filterDiv {
    float: left;
    background-color: #2196F3;
    color: #ffffff;
    min-height:173px;
    max-height:173px;
    min-width:210px;
    max-width:210px;

    /*width: 100px;*/
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none; /* Hidden by default */
}


/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

.p-l-none{
    padding-left:0px;
}
.p-r-none{
    padding-right:0px;
}

.p-t-none{
    padding-top:0px;
}
.p-b-none{
    padding-bottom:0px;
}

.p-t-xxs{
    padding-top:5px;
}
.p-b-xxs{
    padding-bottom:5px;
}