﻿
/*====== Custom Checkbox =====*/
.alert {
    position: relative;
    padding: 18px 30px;
    border: 0;
    border-radius: 5px;
    border-left: 5px solid;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(39, 39, 39, 0.1);
    box-shadow: 0 2px 20px 0 rgba(39, 39, 39, 0.1);
   /* margin-bottom: 30px;*/
}

.alert > i {
    font-size: 22px;
    position: relative;
    top: 1px;
}

.alert .close {
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.alert.alert-primary {
    color: #00c5ff;
}

.alert.alert-secondary {
    color: #a1a5b5;
}

.alert.alert-success {
    color: #8cc54f;
}

.alert.alert-danger {
    color: #ef0000;
}

.alert.alert-warning {
    color: #fd9d15;
}

.alert.alert-info {
    color: #5151c3;
}

.alert.alert-dark {
    color: #515151;
}

.alert .close {
    right: 20px !important;
}



/*textarea.form-control {
    min-height: 218px;
}*/

/* ===== CUSTOM CSS ====== */
