/*
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 : Nov 28, 2013, 7:09:35 AM
    Author     : bugraozden
*/

.icon-select2 .icon {
    position: relative;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    border: 0px solid #CCCCCC;
    /* background-color: #FFFFFF; */
    background-color: unset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    width: calc(100% / 3);
}

.icon-select2 .icon img {
    height: auto;
    width: 100%;
}

.icon-select2 .icon.selected {
    border: none;
    /*background-color: #EEEEEE;*/
    background-color: unset;
}

@media screen and (max-width: 767px) {
    .icon-select2 .icon.selected {
       width: 32%;
    }
    .icon-select2 .icon {
        width: 32%;
    }
}


 .icon-select2 .selected-box:hover {

     position: relative;
     margin: 0px;
     padding: 0px;
     width: 320px;
     height: 40px;
     border: 0px solid #000000;
     background-color: #FFFFFF;

      -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
	 border-radius:10px;

 }

 .icon-select2 .component-icon{
     position: absolute;
     bottom:5px;
     right:4px;
 }
 
 
  .icon-select2 .selected-box {

     position: relative;
     margin: 0px;
     padding: 0px;
     width: 320px;
     height: 40px;
     border: 0px solid #999999;

     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
	 border-radius:10px;
 }

 .icon-select2 .icon:hover {
     border: 2px solid #000000;
 }