/*
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{
    width:0px;
}*/

.icon-select .selected-box {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 32px; /* sil */
    height: 22px; /* sil */
    border: 0px solid #929bb7;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
}

.icon-select .selected-box:hover {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 32px; /* sil */
    height: 22px; /* sil */
    border: 0px solid #516893;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
 }

.icon-select .selected-icon {
    display: flex;
    align-items: center;
}
.icon-select .selected-icon {
    width: 100%;
    height: auto;
}

.icon-select {
    display: flex;
    align-items: center;
}

.icon-select .component-icon{
    position: absolute;
    bottom:5px;
    right:4px;
    display: none;
}

.icon-select .box {
    position: absolute;
    top: 25px;
    left: -3px;
    margin: 0px;
    padding: 2px;
    width: auto;
    height: auto;
    border: 1px solid #505871;
    background-color: #d6dbef;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: auto;
    z-index: 999999;
}

.icon-select .icon {
    position: relative;
    padding: 0px 0px;
    width: 36px;
    height: 24px;
    border: 1px solid #e0e5f7;
    background-color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 2px;
    cursor: pointer;
}

.icon-select .icon:hover {
    border: 1px solid #a6bcff;
}

.icon-select .icon.selected {
    position: relative;
    padding: 0px;
    width: 30px; /* sil */
    height: 20px; /* sil */
    border: 1px solid #a6bcff;
    background-color: #EEEEEE;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow:hidden;
    float: left;
}
.icon-select .icon.selected .icon::before{
    display: none!important;
}

.dropdown-menu {
    top: 100%!important;
    padding: 5px!important;
    border-radius: 0px!important;
    min-width: 100px;
  /*  background: #d6dbef!important;
    border-color: #505871;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);*/
    -webkit-box-shadow: 0 0 0 1px #273286, 0 4px 8px 0 rgba(0,0,0,.3)!important;
    box-shadow: 0 0 0 1px #273286, 0 4px 8px 0 rgba(0,0,0,.3)!important;
    background: #272786!important;
    border-radius: 8px!important;
    border: 0!important;
    position: absolute;
    margin: 0px -1px 0 -1px;
    right: -4px!important;
    left: auto!important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }