.route_path{
	background-color: lightseagreen;
	width: 100%;
	display: block;
	margin-bottom: -16px;
	font-size: 1em;
	padding: 5px 20px;
	font-family: "Arial Black";
}
.route_path.php{
	color: black;
	background-color: steelblue;
	border: 1px solid grey;	
}
.route_path.terminal{
	color: white;
	background-color: black;
}

.route_path.laravel{
	background-color: cadetblue;
	border: 1px solid grey;
	color: black;
}
.route_path.javascript{
	background-color: #ED3;
	border: 1px solid grey;
	color: black;
}
.route_path.go{
	background-color: white;
	border: 1px solid grey;
	color: black;
}
.route_path.python{
	background-color: #2b5b84;
	border: 1px solid grey;
	color: #ffd343;
}

.route_path.database::before{
	font-family: monospace;
	content: "database";
	margin-right: 10px;
	margin-left: -14px;
}

.route_path.fragment::after {
	content: "code fragment";
	display: inline-block;
	background: azure;
	font-size: 10px;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0px 15px;
	border: 1px solid black;
	font-family: Trebuchet MS;
	text-transform: uppercase;
}


.route_path.laravel:before {
    font-family: monospace;
    font-size: 14px;
    font-weight: 700;
    content: "LARAVEL | ";
    margin-right: 10px;
    margin-left: -14px;
    border-radius: 20px;
    padding: 5px;
    color: white;
}


.route_path.javascript::before{
	font-family: monospace;
	font-size: 14px;
	content: "Javascript | ";
	margin-right: 10px;
	margin-left: -14px;
	border-radius: 20px;
	padding: 5px;
}
.route_path.php:before {
    font-family: monospace;
    font-weight: 700;
    font-size: 14px !important;
    content: "PHP | ";
    margin-right: 10px;
    margin-left: -14px;
    padding: 5px;
    color: white;
}
.route_path.python::before{
	font-family: monospace;
	font-size: 14px !important;
	font-size: 14px;
    font-weight: 700;
	content: "Python | ";
	margin-right: 10px;
	margin-left: -14px;
	padding: 5px;
	color:white;
}
.route_path.terminal:before {
    font-family: monospace;
    font-size: 12px;
    font-weight: 700;
    content: "TERMINAL|>_|:";
    margin-right: 10px;
    margin-left: -14px;
}

.route_path.go::before {
	content: "";
	margin-right: 10px;
	margin-left: -14px;
	background-color: aliceblue;
	border-radius: 20px;
	padding: 5px 20px;
	background: url("https://blastcoding.com/wp-content/themes/bcwhiteblack_s_pure/assets/logos/go.png");
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: 30px;
	background-position: center;
	background-color: white;
	background-repeat: no-repeat;
}
.route_path.sass:before {
    font-family: cursive;
    content: "Sass ";
    margin-right: 10px;
    margin-left: -14px;
    border-radius: 20px;
    padding: 5px;
    display: inline-block;
    transform: rotate(-12deg);
}

.route_path.sass {
	background-color: #554080;
	border: 1px solid grey;
	color: white;
}
.route_path.css:before {
    font-family: monospace;
    font-size: 14px;
    font-weight: 700;
    content: "CSS | ";
    margin-right: 10px;
    margin-left: -14px;
    border-radius: 20px;
    padding: 5px;
}

.route_path.css {
	background-color: #0ad2ffff;
	border: 1px solid grey;
	color: black;
}

.route_path.html:before {
    font-family: monospace;
	font-size: 14px;
    font-weight: 700;
    content: "HTML | ";
    margin-right: 10px;
    margin-left: -14px;
    border-radius: 20px;
    padding: 5px;
    color: white;
}


.route_path.html {
	background-color: #e54c21;
	border: 1px solid grey;
	color: black;
}

/*
ALERTAS WIP WIP-END INFO UNDER REVIEW SEARCH
*/
.alert-info {
    margin: 5px;
    color: #000;
    background-color: #e0f8f7;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
}

.alert-warning {
    margin: 5px;
    color: #000;
    background-color: #ffff77;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
}

.alert-research {
	margin: 5px;
	color: #000000;
	background-color: #B9FF64;
	padding: 10px 10px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px dimgrey;
	font-size: 16px;
}
.alert-members{
	margin: 5px;
	color: #fff;
	background-color: #5d24b0;
	padding: 10px 10px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: solid 40px #4a1d8d;
	font-size: 16px;
}
.alert-members::before{
	font-family: "Arial Black";
	display: inline-block;
	content: "MEMBERS";
	margin-top: -40px;
	float: left;
}

.version {
	display: block;
	text-align: right;
	color: white;
	background-color: darkslategray;
	padding: 4px 15px;
	font-size: .8em;
	font-weight: 700;
}