/*
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-select .selected-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%!important;

 }




 .icon-select .component-icon{
    margin-left: 10px;
 }

 .icon-select .box {
     position: absolute;
     top:90%;
     margin: 0px;
     padding: 0px;
     left:0;
     width: auto!important; /* sil */
     height: auto!important; /* sil */
     background-color: #EEEEEE;
     z-index: 2;
 }

 .icon-select .icon {
     position: relative;
     margin: 5px 0px 0px 5px;
     padding: 0px;
     float: left;
 }

 .icon-select .icon.selected {
     position: relative;
     margin: 5px 0px 0px 5px;
     padding: 0px;
     width: 48px; /* sil */
     height: 48px; /* sil */
     border: 1px solid #EEEEEE;
     background-color: #EEEEEE;
     float: left;
 }