﻿/* Webfont: FontAwesome */

/* Webfont: Glyphicons Halflings */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../../../fonts/Bootstrap/glyphicons-halflings-regular.eot");
    src: url("../../../fonts/Bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), 
        url("../../../fonts/Bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), 
        url("../../../fonts/Bootstrap/glyphicons-halflings-regular.woff") format("woff"), 
        url("../../../fonts/Bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), 
        url("../../../fonts/Bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* Webfont: Glyphicons Halflings */

/* Webfont: weathericons */
@font-face {
    font-family: 'weathericons';
    src: url("../../../fonts/weathericons-regular-webfont.eot");
    src: url("../../../fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), 
        url("../../../fonts/weathericons-regular-webfont.woff2") format("woff2"), 
        url("../../../fonts/weathericons-regular-webfont.woff") format("woff"), 
        url("../../../fonts/weathericons-regular-webfont.ttf") format("truetype"), 
        url("../../../fonts/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Webfont: weathericons */

/***************************************NOTIFY-MESSAGE-ALERTS***************************************/
#notify-message-wrapper .alert-message {
    margin: 20px 0 !important;
    padding: 20px !important;
    border-left: 3px solid #eee !important;
}

    #notify-message-wrapper .alert-message .glyphicon {
        padding-right: 5px
    }

    #notify-message-wrapper .alert-message strong {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        font-weight: 700 !important;
        font-size: 18px !important;
    }

#notify-message-wrapper #notify-message hr.message-inner-separator {
    clear: both !important;
    margin-top: 10px !important;
    margin-bottom: 13px !important;
    border: 0 !important;
    height: 1px !important;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0)) !important;
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)) !important;
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)) !important;
}

#notify-message-wrapper .alert-message p:last-child {
    margin-bottom: 0 !important;
}

#notify-message-wrapper .alert-message code {
    background-color: #fff !important;
    border-radius: 3px !important;
}

#notify-message-wrapper .alert-message-info {
    background-color: #f4f8fa !important;
    border-color: #5bc0de !important;
    border-top: 1px solid #5bc0de !important;
    border-bottom: 1px solid #5bc0de !important;
    border-right: 1px solid #5bc0de !important;
}

    #notify-message-wrapper .alert-message-info h4,
    #notify-message-wrapper .alert-message-info .glyphicon-info-sign,
    #notify-message-wrapper .alert-message-info strong,
    #notify-message-wrapper .alert-message-info p,
    #notify-message-wrapper .alert-message-info #notify-ul {
        color: #5bc0de !important;
    }

#notify-message-wrapper .alert-message-success {
    background-color: #F4FDF0 !important;
    border-color: #3C763D !important;
    border-top: 1px solid #3C763D !important;
    border-bottom: 1px solid #3C763D !important;
    border-right: 1px solid #3C763D !important;
}

    #notify-message-wrapper .alert-message-success h4,
    #notify-message-wrapper .alert-message-success .glyphicon-ok,
    #notify-message-wrapper .alert-message-success strong,
    #notify-message-wrapper .alert-message-success p,
    #notify-message-wrapper .alert-message-success #notify-ul {
        color: #3C763D !important;
    }

#notify-message-wrapper .alert-message-warning {
    background-color: #fcf8f2 !important;
    border-color: #f0ad4e !important;
    border-top: 1px solid #3C763D !important;
    border-bottom: 1px solid #3C763D !important;
    border-right: 1px solid #3C763D !important;
}

    #notify-message-wrapper .alert-message-warning h4,
    #notify-message-wrapper .alert-message-warning .glyphicon-warning-sign,
    #notify-message-wrapper .alert-message-warning strong,
    #notify-message-wrapper .alert-message-warning p,
    #notify-message-wrapper .alert-message-warning #notify-ul {
        color: #f0ad4e !important;
    }

#notify-message-wrapper .alert-message-danger {
    background-color: #fdf7f7 !important;
    border-color: #d9534f !important;
    border-top: 1px solid #d9534f !important;
    border-bottom: 1px solid #d9534f !important;
    border-right: 1px solid #d9534f !important;
}

    #notify-message-wrapper .alert-message-danger h4,
    #notify-message-wrapper .alert-message-danger .glyphicon-exclamation-sign,
    #notify-message-wrapper .alert-message-danger strong,
    #notify-message-wrapper .alert-message-danger p,
    #notify-message-wrapper .alert-message-danger #notify-ul {
        color: #d9534f !important;
    }

#notify-message-wrapper .alert-message-certificate {
    background-color: #EEE !important;
    border-color: #694D9F !important;
    border-top: 1px solid #694D9F !important;
    border-bottom: 1px solid #694D9F !important;
    border-right: 1px solid #694D9F !important;
}

    #notify-message-wrapper .alert-message-certificate h4,
    #notify-message-wrapper .alert-message-certificate .glyphicon-certificate,
    #notify-message-wrapper .alert-message-certificate strong,
    #notify-message-wrapper .alert-message-certificate p,
    #notify-message-wrapper .alert-message-certificate #notify-ul {
        color: #000 !important;
    }

#notify-message-wrapper .alert-message-question {
    background-color: #FCFCDD !important;
    border-color: #BDBD89 !important;
    border-top: 1px solid #BDBD89 !important;
    border-bottom: 1px solid #BDBD89 !important;
    border-right: 1px solid #BDBD89 !important;
}

    #notify-message-wrapper .alert-message-question h4,
    #notify-message-wrapper .alert-message-question .glyphicon-question-sign,
    #notify-message-wrapper .alert-message-question strong,
    #notify-message-wrapper .alert-message-question p,
    #notify-message-wrapper .alert-message-question #notify-ul {
        color: #444 !important;
    }
/***************************************NOTIFY-MESSAGE-ALERTS***************************************/

/***************************************NOTIFY-MESSAGE-BARS***************************************/
#notify-bar .notice,
.notify-bar .notice {
    padding: 15px !important;
    background-color: #fafafa !important;
    border-left: 6px solid #7f7f84 !important;
    margin-bottom: 10px !important;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2) !important;
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2) !important;
}

#notify-bar .notice-sm {
    padding: 10px !important;
    font-size: 80% !important;
}

#notify-bar .notice-lg {
    padding: 35px !important;
    font-size: large !important;
}

#notify-bar .notice-info,
.notify-bar .notice-info {
    border-color: #45ABCD !important;
    border-top: 1px solid #45ABCD !important;
    border-bottom: 1px solid #45ABCD !important;
    border-right: 1px solid #45ABCD !important;
}

    #notify-bar .notice-info > strong,
    #notify-bar .notice-info .glyphicon-info-sign,
    #notify-bar .notice-info .notice-message {
        color: #45ABCD !important;
    }

#notify-bar .notice-success,
.notify-bar .notice-success {
    border-color: #80D651 !important;
    border-top: 1px solid #80D651 !important;
    border-bottom: 1px solid #80D651 !important;
    border-right: 1px solid #80D651 !important;
}

    #notify-bar .notice-success > strong,
    #notify-bar .notice-success .glyphicon-ok,
    #notify-bar .notice-success .notice-message {
        color: #80D651 !important;
    }

#notify-bar .notice-warning,
.notify-bar .notice-success {
    border-color: #FEAF20 !important;
    border-top: 1px solid #FEAF20 !important;
    border-bottom: 1px solid #FEAF20 !important;
    border-right: 1px solid #FEAF20 !important;
}

    #notify-bar .notice-warning > strong,
    #notify-bar .notice-warning .glyphicon-warning-sign,
    #notify-bar .notice-warning .notice-message {
        color: #FEAF20 !important;
    }

#notify-bar .notice-danger,
.notify-bar .notice-danger {
    border-color: #d73814 !important;
    border-top: 1px solid #d73814 !important;
    border-bottom: 1px solid #d73814 !important;
    border-right: 1px solid #d73814 !important;
}

    #notify-bar .notice-danger > strong,
    #notify-bar .notice-danger .glyphicon-exclamation-sign,
    #notify-bar .notice-danger .notice-message {
        color: #d73814 !important;
    }

#notify-bar .notice-certificate,
.notify-bar .notice-certificate {
    border-color: #694D9F !important;
    border-top: 1px solid #694D9F !important;
    border-bottom: 1px solid #694D9F !important;
    border-right: 1px solid #694D9F !important;
}

    #notify-bar .notice-certificate > strong,
    #notify-bar .notice-certificate .glyphicon-certificate,
    #notify-bar .notice-certificate .notice-message {
        color: #694D9F !important;
    }

#notify-bar .notice-question,
.notify-bar .notice-question {
    border-color: #BDBD89 !important;
    border-top: 1px solid #BDBD89 !important;
    border-bottom: 1px solid #BDBD89 !important;
    border-right: 1px solid #BDBD89 !important;
}

    #notify-bar .notice-question > strong,
    #notify-bar .notice-question .glyphicon-question-sign,
    #notify-bar .notice-question .notice-message {
        color: #BDBD89 !important;
    }

#notify-bar .notice-info .glyphicon {
    padding-right: 5px !important;
}

#notify-bar .notice-info .notice-message {
    padding-right: 10px !important;
}

#notify-bar .notice .notice-message h2,
#notify-bar .notice .notice-message h3 {
    font-weight: 700 !important;
    text-decoration: underline !important;
}
/***************************************NOTIFY-MESSAGE-BARS***************************************/