textarea.form-control{
	resize: vertical;
	min-height: 300px;
}

.help-block{
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
}
.has-error .help-block{
	color:#cc5252 !important;
}
.form-control{
	height: auto;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 14px;
}
.form-group{
	margin-bottom: 10px;
}

.btn-default{
	background: #82b0f0;
	color:#fff;
}
.btn-default:hover, .btn-default:focus{
	color:#fff;
	background: #9db1ee;
}
.btn:hover, .btn:focus{
	box-shadow: none !important;
}
.select2-container{
	font-size: 13px !important;
}
.select2-container .select2-selection--single{
	height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 33px !important
}
.image-container{
    margin: 10px 0;
}
.image-container img{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 5px 15px -4px #000c;
}
.card-description{
	font-size: 12px;
}
.comment-container{
    background: #f6f7f9;
    padding: 10px 20px 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.comment-container h4{
    font-size: 15px;
    margin: 0;
    font-style: italic;
}
.comment-container code{
    color: #4d52ca;
    float: right;
}
.comment-container p{
    color: #5f5f5f;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0;
}
.note-box h3{
	font-size: 15px;
}
.note-box p{
	font-size: 13px;
}
.bootstrap-datetimepicker-widget table th{
	padding: 5px !important;
}
.bootstrap-datetimepicker-widget table td.day{
	padding: 5px !important;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{
	text-align: center !important;
}