/* Author: AdminDesigns.com
 * Last Updated: 02/01/14 
 * Copyright 2014 Admin Designs
=================================================
 * This file is reserved for changes made by 
 * the user. It's often times a good idea to 
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
================================================= */
/* These styles have been placed here for as 
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/
/* Header button states - text colors */
.navbar-menus > div > button:focus {
  color: #666; }

.navbar-menus > div > button:hover {
  color: #333; }

/* Place your custom styles or styles which 
 * have been generated with the customization 
 * tool below this line. 
-----------------------------------------------*/




/* Set media query width based on the table-clear
 * class helper you have selected (sm/xs) */
@media (max-width: 992px) {

	/* Modify menu container for collapsed state */
	.faq-page .panel-sidemenu {
		max-height: 155px; /* optional max-height/overflow */
		overflow: auto;
		padding-top: 5px;
		border-bottom: 1px solid #ddd;
	}
	/* Reduce margin in search widget */
	.faq-page #search-widget {
		margin-bottom: 30px;
	}
	/* Reduce padding in sibling content pane */
	.faq-page .panel-sidemenu + div {
		padding: 25px 20px !important;
	}
}
    input[type=text]:focus
{
  
    background-color: Black !important;
    color:White !important;
    font-weight:bold !important;
    border: 2px solid #875FD0 !important;
}
 input[type=text]:active
{
  
   background-color: Black !important;
    color:White !important;
    font-weight:bold !important;
    border: 2px solid #875FD0 !important;
}

 input[type=submit]:focus
{
  
    background-color: Black !important;
    color:White !important;
    font-weight:bold !important;
    border: 2px solid #875FD0 !important;
}

input[type=checkbox]:focus
{
   background-color: Black !important;
    color:White !important;
    font-weight:bold !important;
    border: 2px solid #875FD0 !important;
}
 select:focus
{
     background-color: Black !important;
    color:White !important;
    font-weight:bold !important;
    border: 2px solid #875FD0 !important;
}
textarea:focus
{
    
     background-color: Black !important;
    color:White !important;
    font-weight:bold !important;
    border: 2px solid #875FD0 !important;
}
a:focus
{
    background-color: Black !important;
    color:White !important;
    font-weight:bold !important;
    border: 2px solid #875FD0 !important;
}
