/* AddEvent customization theme CSS
---------------------------------------------------------------------- */
/* The button */
.addeventatc {
    display: inline-block;
    position: relative;
    z-index: 999998;
    font-family: Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    color: #000!important;
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 11px;
    width: 115px;
    height: 20px;
    line-height: 20px !important;
    text-transform: uppercase;
}
.addeventatc:hover {
    border: 1px solid #aab9d4;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-size: 11px;
}
.addeventatc:active {
    top: 1px;
}
.addeventatc-selected {
    background-color: #f9f9f9;
}
.addeventatc .addeventatc_icon {
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;

    background-size: 18px 18px;
    width: 18px;
    height: 20px;
}

.addeventatc_dropdown > span {
    font-size: 11px;
    text-transform: none; 
}

.addeventatc_dropdown > span:hover {
    font-size: 12px;
}