body {
    font-family: Helvetica, arial, sans-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;
}

.container {
    padding: 20px;
}

label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: larger;
}

input#save-template-name {
    width: 250px;
    padding: 5px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid;
    border-color: transparent transparent #9e9e9e;
}

input#save-template-name:focus {
    outline: 0;
    border-color: transparent transparent #2196f3;
}

#saveBtn {
    cursor: pointer;
    margin-left: 10px;
    border: none;
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: #2196f3;
    border-radius: 0 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    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);
}

#saveBtn:hover, #saveBtn:focus {
    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);
}

.template-desc {
    font-style: italic;
    color: #555;
    margin: 5px 0;
}

.load-template-block {
    margin-top: 20px;
}

#saved-template-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.saved-template-item {
    background: #444;
    display: block;
    width: 400px;
    padding: 5px 10px;
    margin: 5px 0;
}
.saved-template-item span.editable {
    background: #fff;
    color: #000;
    cursor: text;
    padding: 3px 5px;
}

.saved-template-item a {
    cursor: pointer;
    color: #fff;
}

.saved-template-item a.title {
    text-decoration: none;
}

.saved-template-item a.title:hover {
    text-decoration: underline;
}

.saved-template-item a.trash, .saved-template-item a.edit {
    float: right;
}

.saved-template-item a.trash:hover, .saved-template-item a.edit:hover {
    color: #2196f3;
}

.saved-template-item a.trash i, .saved-template-item a.trash i:before, .saved-template-item a.edit i, .saved-template-item a.edit i:before {
    font-size: 16px;
}

#wpfooter {
    display: none;
}