/* here you can put your own css to customize and override the theme */
.custom-form-control{
	background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 30px;
    padding: 2px 5px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 55px !important;
    text-align: center;
    -moz-border-radius: 4px !important; 
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;

}
.page-header.navbar .page-logo .logo-default {
	 margin: 0px 0px 0; 
}
.timeline .timeline-body {
	background-color: #eee;
}
.page-content-wrapper .page-content {
    padding: 0 0 0 20px;
}