/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 15, 2015, 3:29:36 PM
    Author     : Salman Mukhtar
*/



.inline-block{
    display: inline-block;
    vertical-align: middle;
}
.crd-scrolltop{
    max-width: 1024px;
    margin: 0 auto;
}
.crd-icons {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    opacity: 0.5;
    padding: 10px;
    border:1px solid #fff;
    cursor: pointer;
}
.crd-icons:hover{
    opacity: 1;
    border: 1px solid #333;
}
.crd-icons.selected{
     border: 1px solid #333;
    box-shadow: 1px 1px 6px 1px rgba(175, 175, 175, 0.75);
    opacity: 1;
}
.crd-icons img{
    max-width: 100%;
}
.crd-icons-wrap{
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.crd-icons-wrap .inline-block{
    max-width: 80px;
    margin: 0 5px;
}