/*
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 {

    position: relative;
    margin: 0px;
    padding: 0px;
    width: 45px; /* sil */
    height: 40px; /* sil */
    border: 1px solid #dde2ed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.icon-select .selected-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-select .selected-icon img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.icon-select .component-icon {
    position: absolute;
    bottom: 5px;
    right: 4px;
}

.icon-select .box {
    position: absolute;
    top: 37px;
    left: 32px;
    margin: 0px;
    padding: 0px;
    width: 200px; /* sil */
    height: 170px; /* sil */
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    overflow: auto;
    /*
    -webkit-overflow-scrolling: touch;
    */

}

.icon-select .icon {
    position: relative;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    width: 48px; /* sil */
    height: 48px; /* sil */
    background-color: #FFFFFF;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;

    overflow: hidden;
    float: left;
    cursor: pointer;
}

#my-icon-select-box-scroll .icon img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.icon-select .icon:hover {
    border-color: #dedede;
}

.icon-select .icon.selected {
    position: relative;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    width: 48px; /* sil */
    height: 48px; /* sil */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    overflow: hidden;
    float: left;
}

#my-icon-select-box-scroll .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#my-icon-select-box-scroll > div {
    display: flex !important;
    flex-direction: row;
    flex-flow: wrap;
}

.swag-design-products-option-type-select-wrapper .forms-boolean-label::before {
    border: 2px solid #1f2e3d;
    border-radius: 5px;
}