/*
	Farb-Erweirterung f�r ACP-Layout
         Farbe: Orange #fc7402 | 252 116 2
*/


::-moz-selection { background: #fc7402; color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px; }
::selection { background: #fc7402; color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px; }

#topbar .fas:hover, #topbar .far:hover { color: #fc7402; }
.number { background: #fc7402; color: #FFFFFF; }
#topbar #logo .text:hover { color: #fc7402; }
#topbar #logo span { background: #fc7402; }

#sidebar h4.active { border-left: 2px #fc7402 solid; }
#sidebar div[id^="menu-"].active { border-left: 2px #fc7402 solid; }
#sidebar div[id^="menu-"] a:hover { background: #fc7402; color: #FFFFFF; }

#navigation { background: #fc7402; }

#topbar #icons #notification .number { background: #fc7402; color: #FFFFFF; }
#topbar #icons #notification .info { border-color: #fc7402; background: #fc7402; color: #FFFFFF; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20), inset 0px 0px 20px 0px rgba(255,255,255,0.20); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20), inset 0px 0px 20px 0px rgba(255,255,255,0.20); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20), inset 0px 0px 20px 0px rgba(255,255,255,0.20); }
#topbar #icons #notification .info:after { border-color: rgba(252, 116, 2, 0); border-bottom-color: #fc7402; }

.dropdown-content { background-color: #fc7402; }
.navbar a:hover, .dropdown:hover .dropbtn { background-color: #fc7402; }
.dropdown-content a:hover { background-color: #1F1F1F; }

.box .rand { border-bottom: 2px #fc7402 solid; }
.box h4 {
	background: #fc7402;
	background: -moz-linear-gradient(top,  #fc7402 1%, #fc8302 47%, #fc7402 50%, #ffb014 94%, #fc7402 95%);
	background: -webkit-linear-gradient(top,  #fc7402 1%,#fc8302 47%,#fc7402 50%,#ffb014 94%,#fc7402 95%);
	background: linear-gradient(to bottom,  #fc7402 1%,#fc8302 47%,#fc7402 50%,#ffb014 94%,#fc7402 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7402', endColorstr='#fc7402',GradientType=0 );

         border-top: 2px #fc7402 solid;
}


a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
         background: #fc7402;
	background: -moz-linear-gradient(top,  #fc7402 1%, #fc8302 47%, #fc7402 50%, #ffb014 94%, #fc7402 95%);
	background: -webkit-linear-gradient(top,  #fc7402 1%,#fc8302 47%,#fc7402 50%,#ffb014 94%,#fc7402 95%);
	background: linear-gradient(to bottom,  #fc7402 1%,#fc8302 47%,#fc7402 50%,#ffb014 94%,#fc7402 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7402', endColorstr='#fc7402',GradientType=0 );
}