.smart-style-3 #header {
	background-color: #00622f !important;
	background-color: #00622f;
	background-image: -moz-linear-gradient(top,#00622f,#00622f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#00622f),to(#00622f));
	background-image: -webkit-linear-gradient(top,#00622f,#00622f);
	background-image: -o-linear-gradient(top,#00622f,#00622f);
	background-image: linear-gradient(to bottom,#00622f,#00622f);
}
.menu-on-top .menu-item-parent{
	max-width: 100px;
}
.nopadding{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 0 !important;
}
.nomargin{
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin: 0 !important;
}
#left-panel{
	padding-top: 0px;
}
.smart-style-3 input:not([type]), .smart-style-3 input[type=color], .smart-style-3 input[type=email], .smart-style-3 input[type=number], .smart-style-3 input[type=password], .smart-style-3 input[type=tel], .smart-style-3 input[type=text], .smart-style-3 input[type=url], .smart-style-3 textarea{
    border-color: #BDBDBD;

    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s
}

.alert-warning{
	background-color: #FFE600;
}

.ui-datepicker-prev, .ui-datepicker-next	{
		cursor: pointer;
}

.ui-datepicker td:hover{
	cursor: default;
	color: #000;
}
