 /* .menu-item a:hover{
             background-color:#ccc!important;
             color:white!important;
        
        }  
 .menu-item a:hover{
             background-color:#ccc!important;
             color:white!important;
        
        }*/
.container {
	padding-right: 15px!important;
	padding-left: 15px!important;
    margin-right: auto!important;
    margin-left: auto!important;
}		
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px!important;
}	
navbar-toggle {
    position: relative!important;
    float: right!important;
    padding: 9px 10px!important;
    margin-top: 8px!important;
    margin-right: 15px!important;
    margin-bottom: 8px!important;
    background-color: transparent!important;
    background-image: none!important;
    border: 1px solid transparent!important;
    border-radius: 4px!important;
}	
		

form .form-control {	
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

 .btn.btn-primary {
  border: 2px solid #4e5644!important;
  background-color: #4e5644!important;
  color:#f1f1f1!important;
}
.btn.btn-primary:hover {
	color:#BDBDBD!important;
  /* color: #f1f1f1; */
  background-color: #4e5644!important;
  border: 2px solid #4e5644!important;
} 

form .form-control:focus {
  border-color: #689F38;
  color: #689F38;
}


.btnprofile {
margin:0px 0px 0 0!important; 
color: #000000!important;
background-color: none!important;
border-color: #ccc;
text-align:center;
}
.btnprofile
{
display:inline-block;
padding:6px 12px;margin-bottom:0;
font-size:14px;
font-weight:400;
line-height:1.42857143;
text-align:center;
white-space:nowrap;
vertical-align:middle;
-ms-touch-action:manipulation;
touch-action:manipulation;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-image:none;
border:1px solid transparent;
border-radius:4px
}

.btn {
	margin:30px 10px 0 0!important; 
    color: #000000!important;
    background-color: none!important;
    border-color: #ccc;
	padding:6px 22px!important;
}

.form-group-lg img{vertical-align:middle}

form label {
    font-size: auto;
}
.form-group-lg
{
    margin-bottom: 15px;
	}

.btn
{
display:inline-block!important;
padding:6px 12px;margin-bottom:0!important;
font-size:14px!important;
font-weight:400!important;
line-height:1.42857143!important;
text-align:center!important;
white-space:nowrap!important;
vertical-align:middle!important;
-ms-touch-action:manipulation!important;
touch-action:manipulation!important;
cursor:pointer!important;
-webkit-user-select:none!important;
-moz-user-select:none!important;
-ms-user-select:none!important;
user-select:none!important;
background-image:none!important;
border:1px solid #ccc!important;
border-radius:4px!important;
}	


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
