﻿/* Estilo - Verde */
::selection {
  background: #4C7500;
  color: white;
  text-shadow: none;
}

/* Cor de destaque */
.cor-destaque {color: #386702}
.cor-destaque-bg {background-color: #386702}
.cor-destaque-bo {border-top-color: #386702}
.cor-destaque-bo-t {border-top-color: #386702}
.cor-destaque-bo-l {border-left-color: #386702}
.cor-destaque-bo-b {border-bottom-color: #386702}
.cor-destaque-bo-r {border-right-color: #386702}

/* Fundo da tela de login */ 
.acesso-externo-form::after {
	background: -moz-radial-gradient(center, ellipse cover, #386702 0, #1E2F0A 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0,#386702), color-stop(100%,#1E2F0A));
	background: -webkit-radial-gradient(top, ellipse cover, #386702 0,#1E2F0A 80%);
	background: -o-radial-gradient(top, ellipse cover, #386702 0,#1E2F0A 100%);
	background: -ms-radial-gradient(top, ellipse cover, #386702 0,#1E2F0A 100%);
	background: radial-gradient(ellipse at top, #386702 0,#1E2F0A 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386702', endColorstr='#1E2F0A',GradientType=1 );
}