body {
	color: #666
}

label {
	font-weight: normal;
}

input[type=file] {
	cursor: inherit;
	display: block;
	filter: alpha(opacity = 0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.form-horizontal .control-label {
	text-align: left;
}

.form-control {
	border-radius: 2px;
	height: 32px;
}

.form-horizontal .form-group {
	padding: 5px 0px;
}

.btn {
	padding: 3px 16px;
	border-radius: 2px;
}

.btn-success {
	background-color: #39ac72;
	border-color: #38b638;
}

.btn-lg {
	padding: 8px 35px;
	font-size: 14px;
}

.btn-success:hover {
	background-color: #479d6d;
	border-color: #398439;
}

th {
	background: #089ee5;
	color: white
}

.dl-horizontal dt {
	width: 40%;
	text-align: left
}

dt, dd {
	line-height: 3.5;
	font-weight: normal;
}

.datetimepicker .table td, .datetimepicker .table th {
	border-radius: 0;
}
a{
    color: #375389;
}

.carousel-control{
	border-radius :3px;
} 
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bebebe; 
    border-radius:25px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888; 
}
.freebirdFormviewerViewFormBanner{
	height :200px;
}
.dropdown-menu > li > a {
	    padding: 10px 20px;
}
.label {
	padding: 2px 5px;
}