/* Add here all your CSS customizations */

/* Alerts */
.alert-success { background-color: rgba(0, 177, 157, 0.25) !important;border-color: rgba(0, 177, 157, 0.5) !important;color: #00b19d; }
.alert-success .alert-link { color: #00b19d; }
.alert-info { background-color: rgba(61, 220, 247, 0.2) !important;border-color: rgba(61, 220, 247, 0.5) !important;color: #3ddcf7; }
.alert-info .alert-link { color: #3ddcf7; }
.alert-warning { background-color: rgba(255, 170, 0, 0.2) !important;border-color: rgba(255, 170, 0, 0.5) !important;color: #ffaa00; }
.alert-warning .alert-link { color: #ffaa00; }
.alert-danger { background-color: rgba(239, 83, 80, 0.2) !important;border-color: rgba(239, 83, 80, 0.5) !important;color: #ef5350; }
.alert-danger .alert-link { color: #ef5350; }

/* Selection */
::selection { background:#e13a3a;color:#fff;text-shadow:none; }
::-moz-selection { background:#e13a3a;color:#fff;text-shadow:none; }
