﻿

.uk-notify {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 100000040!important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
    z-index: 100000;
}

.uk-notify-top-right,
.uk-notify-bottom-right {
    left: auto;
    right: 50px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    left: 50%;
    margin-left: -175px;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
    top: auto;
    bottom: 50px;
}

@media (max-width: 480px) {
    .uk-notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 3px;
    padding-right: 35px;
    cursor: pointer;
}

    .uk-notify-message.alert.alert-normal {
        background: #444444;
        color: #ffffff;
    }



    .uk-notify-message > .close {
        visibility: hidden;
    }

    .uk-notify-message:hover > .close {
        visibility: visible;
    }

.alert {
    padding: 8px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible { 
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #5da423;
    border-color: rgba(0, 0, 0, 0.1);
    color: white;
}

    .alert-success hr {
        border-top-color: rgba(0, 0, 0, 0.1);
    }

    .alert-success .alert-link {
        color: #e6e6e6;
    }

.alert-info {
    background-color: #2196f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

    .alert-info hr {
        border-top-color: rgba(0, 0, 0, 0.1);
    }

    .alert-info .alert-link {
        color: #e6e6e6;
    }

.alert-warning {
    background-color: #ff9800;
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

    .alert-warning hr {
        border-top-color: rgba(0, 0, 0, 0.1);
    }

    .alert-warning .alert-link {
        color: #e6e6e6;
    }

.alert-danger {
    background-color: #f44336;
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

    .alert-danger hr {
        border-top-color: rgba(0, 0, 0, 0.1);
    }

    .alert-danger .alert-link {
        color: #e6e6e6;
    }
.personal-text{
    font-size:15px;
}
.placeholder{
    width: 180px; 
    
}
 
.success-text {
    color: #5da423;
}
.warning-text {
    color: #ff9800;
}
.danger-text {
    color: #f44336;
}