/**
 * 	FAB Button
 */

html body .btn.btn-rounded {
    border-radius: 100%;
    padding: 11px 16px;
}
.fixed-action-btn ul li {
    display: inline-block;
    float: left;
    margin: 0 4px;
    position: relative;
}
.fixed-action-btn ul li .btn:hover {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.61);
}
.fixed-action-btn ul li .btn {
    background: #fff none repeat scroll 0 0;
    border: medium none #aaa;
    border-radius: 100%;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.41);
    display: block;
    font-size: 13px;
    height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
}
.fixed-action-btn ul li .btn > i {
    color: #777;
    line-height: 35px;
    padding: 0;
}
.fixed-action-btn > a.btn {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.fixed-action-btn > ul {
    margin: 10px 0 0;
}
.fixed-action-btn.horizontal ul {
    height: 100%;
    left: -11px;
    padding: 0;
    text-align: left;
    top: -1px;
    width: 330px;
}
.fixed-action-btn.active ul {
    display: block;
    visibility: visible;
}
.fixed-action-btn ul {
    display: none;
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    text-align: center;
    visibility: hidden;
}
.fixed-action-btn.horizontal.click-to-toggle {
    margin: 20px 0 0;
}


.dpc-microdata-entry:hover {
    background: #e9e9e9 none repeat scroll 0 0;
    transition: background 0.3s ease-in 0s;
    -webkit-transition: background 0.3s ease-in 0s;
}
.dpc-microdata-entry {
    background: #f9f9f9 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 400;
    padding: 17px;
    text-align: left;
    transition: background 0.3s ease-in 0s;
    -webkit-transition: background 0.3s ease-in 0s;
}

.dpc-microdata-list {
    margin-bottom: 20px;
    padding: 0;
}

.dpc-microdata-action {
    float: right;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
}
body a.dpc-microdata-delete i {
    color: #e62117;
}
body a.dpc-microdata-edit i {
    color: #333;
}
.dpc-microdata-edit {
    margin-right: 9px;
}
.dpc-microdata-action > a {
    cursor: pointer;
}

.entry-icon {
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    display: inline;
    margin-right: 20px;
    padding: 7px 8px;
    position: relative;
    text-align: center;
}
.entry-icon > i {
    height: 12px;
    text-align: center;
    width: 15px;
}



#poststuff .inside .alert.alert-warning {
    font-size: 16px;
    margin: 0 auto;
    padding: 33px;
    text-align: center;
}
.alert-icon {
    font-size: 50px;
}
