.spl-button{
    background: linear-gradient(to bottom, #ffffff, #F5F1EB);
    border: 1px solid #a1a1a1;
    border-radius: 8px;
    z-index: 1;
}

.spl-button,
.spl-group
.spl-button-space{
    display: block;
    padding:2px;
    margin: 0;
    margin-top: 3px;
    width:32px;
    height:32px;
}

.spl-button-horizontal, .spl-group-right {
    clear: left;
    margin-right: 3px;
}

.spl-group-right {
    margin-bottom: 3px;
}

.invisible{
    display: none !important;
}

.spl-group .spl-button{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: 0;
}

.spl-button.active,.spl-button.active-tool{z-index: 20;}

.spl-button.pull-right{float: right;}

.spl-group{
    width:38px;
    height:38px;
    /*border: 1px solid red;*/
}
.spl-group .shell{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:100;
    /*border: 1px solid green;*/
}
.spl-group,
.spl-button,
.spl-button-space{
    float: left;
    display: inline-block;
    position: relative;
    margin-left: 3px;
}

.spl-button:hover
{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.active-tool,
.active-tool:hover
{
    box-shadow: 0 0 10px green;
}

a.spl-button[disabled]{
    box-shadow: none;
    cursor: default;
}
a.spl-button[disabled] img{
    opacity: 0.5;
}

.spl-dialog-window h3 {
    font-size: 15px;
}

.spl-dialog-window{
    position: absolute;
    top: 45px;
    left: 0;
    background: #f6f6f6;
    padding: 15px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    color: #5d514b;
    z-index: 1000;
}
.symbol-dialog-window{
    position: absolute;
    top: 45px;
    background: #f6f6f6;
    padding: 15px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    color: #5d514b;
    z-index: 1001;
}

.spl-dialog-controls {
    clear: both;
    margin-bottom: 15px;
}

#sz-help-dialog a.invert,
.spl-dialog-controls a:not(.unstyled){
    padding: 4px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    width: 95px;
    text-align: center;
    margin: 0 0 5px 5px;
    text-decoration: none;
    /*float: left;*/
    display: inline-block;
    color: #5d514b;
    font-size: 13px;
    line-height: auto;
    font-family: 'Open Sans', Tahoma, Arial sans-serif;
}

#sz-help-dialog a.invert,
.spl-dialog-controls a.invert,
.spl-dialog-controls a.invert:hover{
    background-color: #5d514b;
    color: #fff !important;
    border-color: #ddd;
}
.spl-dialog-controls.template-options a{
    min-width: 90px;
    width: auto;
}
.spl-dialog-controls a{
    /*opacity: 0.7;*/
}
.spl-dialog-controls a.active, .spl-dialog-controls a:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    opacity: 1;
    border-color: #f16325;
    color: #f16325 !important;
}

.color-swatch-choose:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.color-swatch-choose{
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #a2a2a2;
    border-radius: 1px;
}
.symbol-choose-dialog:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.symbol-choose-dialog{
    width: 33px;
    height: 33px;
    cursor: pointer;
    border: 1px solid #a2a2a2;
    border-radius: 1px;
    text-align: center;
}
.sz-help-button{
    position: relative;
    display: inline-block;
    border: 1px solid #5d514b;
    color: #5d514b;
    width: 45px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: -1px;
    float: left;
}

#sz-help-dialog .size-description{
    clear: both;
    padding-top: 15px;
}

.sz-help-button:hover,
.sz-help-button.active{
    border-color: #f16325;
    z-index: 100;box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.select-something.active,.select-something:hover{
    width: 32px;
    height: 32px;
    display: inline-block;
    border-color: #f16325;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}