/*https://color.adobe.com/pt/create/color-wheel/?base=2&rule=Monochromatic&selected=1&name=Meu%20tema%20do%20Color&mode=rgb&rgbvalues=0.5,0.42156862745082435,0,1,0.8901960784311541,0.30000000000000004,1,0.8431372549019608,0,0.5,0.44509803921557706,0.15000000000000002,0.8,0.674509803921319,0&swatchOrder=0,1,2,3,4*/
::-moz-selection {
  background: #ffd700;
}
::selection {
  background: #000;
}
a {
  color: #ffd700;
}
a:hover {
	color: #ffd700;
}
/* --- button theme --- */
.btn-theme {
  background: #ffd700;
  *background-color: #5C9F24;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.btn-theme.disabled,
.btn-theme[disabled] {
  background: #fff;
  *background: #33782D;
}
.scrollup {
 background-color: #ffd700;
}
/* fontawesome icons */
[class^="icon-"].active,
[class*=" icon-"].active {
    background-color: #ffd700;
}
.validation {
  color: #F00;
}
ul.nav li.current {
  color: #ffd700;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    color: #fff !important;
}
.sy-pager li.sy-active a {
  background-color: #ffd700;
}
.navbar .nav > li > a:hover {
  color: #ffd700;
}
input:focus {
	border: 1px solid #ffd700;
	border-width:1px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #;
}
/* tab */
.nav-tabs > a {
	color:#ffd700;
}
/* accordion FFE34C FFFA9C E5E18C*/
.accordion-heading a:hover {
	color: #ffd700;
}
.accordion-heading .active{
	color: #ffd700;
}