@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-trash:before {
    content: "\e020";
}


.item.active > a {
    border-bottom-color: currentColor;
}

.item.active .active a {
    border-bottom-color: transparent;
}

.help-block-error {
    margin: 0;
}

.alert {
    z-index: 100;
    position: absolute;
    color: white;
    padding: 20px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 10px 5px -8px rgba(59,44,66,0.75);
}

.alert button {
    float: right;
    border: none;
    padding: 5px 13px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
}

.alert-success,
.sticky-message {
    background: #ddf0d8;
    color: #468c6d;
}

.alert-warning {
    background: #fcf8e3;
    color: #9f6d3b;
}
.alert-danger,
.alert-error {
    background: #f2dede;
    color: #b64442;
}
.pagination {
   padding-left: 0;
}
.pagination li {
    list-style: none;
    display: inline;
}

.error-message p {
    color: #d52b1e;
}
