.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
    /*background-color: #fcf8e3;*/
    background-color: #fff;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    padding-left: 25px;
}
.alert .glyphicons {
    padding: 0;
    width: 20px;
    height: 24px;
    line-height: 26px;
}
.alert .glyphicons:before {
    text-align: center;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
.ui-pnotify-text {
    font-size: 14px;
    padding-left: 25px;
}

.alert-success {
    color: #5b812c;
    background-color: #eeffda;
    border-color: #e0ebd3;
}

.alert-success .glyphicons:before {
    color: #5b812c !important;
    font-size: 16px !important;
}

.alert-danger,
.alert-error {
    color: #ac1212;
    background-color: #f5d8d8;
    border-color: #e7d2d2;
}
.alert-danger .glyphicons:before {
    color: #ac1212 !important;
    font-size: 16px !important;
}

.alert-info {
    color: #3d6280;
    background-color: #e0f3ff;
    border-color: #d7e3eb;
}
.alert-info .glyphicons:before {
    color: #3d6280 !important;
    font-size: 16px !important;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.ui-pnotify-shadow {
    box-shadow: none !important;
}

.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
}
.label {
    border: 1px solid #000;
}


.table {
    border-spacing: 0px;
}
.table-bordered th,
.table-bordered td {
    border: 10px solid #000 !important;
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
table thead {
    color: #fff;
    font-size: 12px;
    border: 10px solid #000;
}
.table > thead > tr > th {
    background: #E8E8E8;
    color: #000;
    font-weight: 600 !important;
    padding: 8px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}
.table > thead > tr > th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.table > thead > tr > th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    height: 40px !important;
    line-height: 40px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
}
.contentTable {
    margin: 0;
}
.contentTable > thead > tr {
    height: 34px;
    line-height: 34px;
}
.contentTable > thead > tr > th, .contentTable > tbody > tr, .contentTable > tbody > tr > td {
    height: 34px !important;
    line-height: 34px;
    padding: 0 0 0 15px !important;
}


.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #000;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px 5px 5px 8px;
    /*padding: 5px 5px 5px 0;*/
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {

}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {

}

.ui-pnotify-title > h1 {
    margin: 0;
}