body {
    font-family: arial, san-serif;
    font-size: 14px;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.preload-img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(Preloader_11.gif) center no-repeat #fff;
}

.row {
    width: 100%;
    margin-top: 20px;
}
.control-label, .controls {
    display: inline-block;
}
input {
    width: 50px;
    height: 25px;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #9e9e9e !important;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 5px;
    box-shadow: none !important;
    transition: all .3s;
}
.control-label {
    margin-bottom: 15px;
    min-width: 90px;
}
.control-group:not(:first-child) {
    min-height: 35px;
    line-height: 35px;
}
.form-inline button {
    border: none;
    padding: 5px;
    min-width: 25px;
}
.form-inline button:active {
    background: #5ab4fb;
}
.minicolors-input {
    height: auto !important;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    min-width: 100px;
    padding: 5px;
    font-size: 15px;
}
.wpse-bullet {
    list-style: none;
    padding: 0;
}
.wpse-bullet li:before {
    font-size: 14px;
}
.col-sm-8 label {
    font-weight: bold;
}
#previewList {
    padding: 0;
    margin: 0 0 9px 25px
}
.incr, .decr {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.dd-select, .btn {
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dd-select:hover, .btn:hover {
    cursor: pointer;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#btn_add {
    padding: 5px 10px;
    background: #219D55;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
#btn_save {
    color: white;
    background: #3498DB;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: bold;
}
.saved-bullets {
    margin-top: 20px;
}
#saved-bullets-block {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 5px;
}
#saved-bullets-list {
    padding: 10px;
    margin: 0;
    list-style: none;
}
.bul-items {
    padding: 10px;
    float: left;
    min-height: 80px;
}
.bul-items .insert {
    float: right;
    cursor: pointer;
}
.bul-items .edit, .bul-items .trash {
    float: right;
    padding-left: 2px;
    cursor: pointer;
}
.bul-items .insert, .bul-items .edit, .bul-items .trash {
    color: #666666;
}
.bul-items .insert:hover, .bul-items .edit:hover, .bul-items .trash:hover {
    color: #43a1f2;
}
.bul-items a i {
    font-size: 16px;
    width: auto;
    height: auto;
}

/*Style for bullets*/
[class^="wpsebul-"] > li:before, [class*=" wpsebul-"] > li:before{
    font-family: 'dashicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpsebul-pushpin li:before {
    content: "\f109"
}
.wpsebul-cofg li:before {
    content: "\f111"
}
.wpsebul-flag li:before {
    content: "\f227"
}
.wpsebul-star li:before {
    content: "\f155"
}
.wpsebul-checkmark li:before {
    content: "\f147"
}
.wpsebul-minus li:before {
    content: "\f460"
}
.wpsebul-plus li:before {
    content: "\f132"
}
.wpsebul-play li:before {
    content: "\f522"
}
.wpsebul-arrow li:before {
    content: "\f344"
}
.wpsebul-cross li:before {
    content: "\f153"
}
.wpsebul-warning li:before {
    content: "\f534"
}
.wpsebul-circle li:before {
    content: "\f159"
}
.wpsebul-help li:before {
    content: "\f223"
}
.wpsebul-info li:before {
    content: "\f348"
}

#wpfooter {
    display: none;
}