/* PLUGINS / BOOTSTRAP */

/*
.nav .active {
    background-color:#02325d !important;
    text-decoration:underine;
}
*/

.save {
	right:20px;
	bottom:20px;
	transition:.3s ease all;
}
.save:hover {
	font-weight:bold;
}

.dropdown-item.selected {
	background-color:#EEE !important;
	color:#111 !important;
}

.text-decoration-none:hover {
	text-decoration:underline !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	color:white !important;
}

.btn-select {
	border:1px solid #CCC; 
	background-color:#FFF;
}
#nav-site a {
	transition:.3s ease all;
}

#nav-site a:hover {
	text-decoration:underine !important;
	border-bottom:2px solid #111;
}
#nav-site a.active {
    text-decoration:underine !important;
	border-bottom:2px solid #111;
}
    
.js-color .add-on {
	border:1px solid #DDD;
}

.td-sm  {
    width:1%;
}
    
.btn-light {
    border:1px solid #999 !important;
}

.form-check-input {
	margin-left:0;	
}

thead tr {
	font-weight:bold;	
	color:var(--primary); 
}

#header .container {
	padding-left:0;	
}

.header-status-login {
	background:#dc4405 !important;
	border:none;
}

.breadcrumb {
	border-bottom:1px solid #ddd;
	padding-left:0;
	background-color:#FFF;
}	

.form-text {
	font-size:13px;	
}

#cms-home {
	min-height:400px;	
}
#cms-home label {
    font-size:18px;
    font-weight:bold;
}

#admin {
	min-height:500px;
}
h2.admin-loc {
	font-size:20px !important;
	margin-bottom:15px;
}

.banner {
	width:100%;
	height:auto;
}

/* bootstra */


label {
	margin-bottom:0;
}

#form-submit {
	color:#FFF;
	font-weight:bold;	
}

.form-check {
	margin-top:8px;
	font-size:14px !important;
}

.login_help {
	width:310px;
	text-align:right;
	font-size:11px;
}

/* menus */
#page-menu .btn {
	margin-right:20px;	
}