.btn-glyphicon {
    padding:8px;
    background:#ffffff;
    margin-right:4px;
}
.icon2-btn {
    padding: 1px 15px 3px 2px;
    border-radius:50px;
}

.alert-success-mhe {
    background-color: rgba(0, 141, 76, 0.9);
    border-color: rgb(0, 141, 76);
    border-radius: 3px;
    color: rgb(0, 0, 0);
    padding: 10px;
}
.alert-success-mhe > [data-notify="icon"] {
    height: 10px;
    margin-right: 12px;
}
.alert-success-mhe > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 150%;
}
.alert-success-mhe > [data-notify="message"] {
    font-size: 100%;
}

.alert-warning-mhe {
    background-color: rgba(215, 57, 37, 0.9);
    border-color: rgb(215, 57, 37);
    border-radius: 3px;
    color: rgb(0, 0, 0);
    padding: 10px;
}
.alert-warning-mhe > [data-notify="icon"] {
    height: 10px;
    margin-right: 12px;
}
.alert-warning-mhe > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 150%;
}
.alert-info-mhe > [data-notify="message"] {
    font-size: 100%;
}

.alert-info-mhe {
    background-color: rgba(243, 156, 18, 0.9);
    border-color: rgb(243, 156, 18);
    border-radius: 3px;
    color: rgb(0, 0, 0);
    padding: 10px;
}
.alert-info-mhe > [data-notify="icon"] {
    height: 10px;
    margin-right: 12px;
}
.alert-info-mhe > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 150%;
}
.alert-info-mhe > [data-notify="message"] {
    font-size: 100%;
}

.notify-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 70px;
    width: 40px;
    padding-top: 5px;
    text-align: center;
    font-size: 45px;

}
.notify-box-icon > img {
    max-width: 100%;
}

.keep-together {
    page-break-inside: avoid;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}

/*.no-js #loader { display: none;  }*/
/*.js #loader { display: block; position: absolute; left: 100px; top: 0; }*/
/*.se-pre-con {*/
    /*position: fixed;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 9999;*/
    /*background: url('../img/loader1.gif') center no-repeat rgba(255, 255, 255, 0.43);*/
/*}*/
