.alert-dismissable .close {
    right: 0; 
}

.alert.alert-transparent {
    background-color: transparent !important;
    color: black; 
}

.alert {
    padding: 10px;
    margin-bottom: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.alert-success {
    color: white;
    background-color: #98ccc1;
    border-color: #54aa98; 
}

.alert-info {
    color: white;
    background-color: #80a9cd;
    border-color: #4177a6; 
}

.alert-warning {
    color: white;
    background-color: #ffc06d;
    border-color: #ff9407; 
}

.alert-danger {
    color: white;
    background-color: #e08989;
    border-color: #cc3739; 
}

.alert-borderd {
    background: transparent !important;
    color: #4d4d4d; 
}

/* Alert White */
.alert-white {
    background: white;
    border-color: #e6e6e6;
    color: #4d4d4d;
    padding-left: 64px;
    position: relative;
    padding: 14px 15px; 
}

.alert-white .close {
    font-size: 14px; 
}
.alert-white strong {
    margin-left: 50px; 
}

.alert-white .icon {
    text-align: center;
    width: 48px;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    line-height: 43px; 
}

.alert-white .icon:after {
    content: '';
    display: block;
    border-left: 0;
    border-bottom: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    background: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}

.alert-white.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.alert-white.rounded .icon {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; 
}

.alert-white .icon i {
    color: white; 
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #d14c4d;
    background: #d66061; 
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #4984b8;
    background: #5b90bf; 
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #ff9f21;
    background: #ffaa3a; 
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #65b3a3;
    background: #76bbad; 
}

.alert-white.alert-primary .icon,
.alert-white.alert-primary .icon:after {
    border-color: #262626;
    background: #333333; 
}