@charset "UTF-8";
#imageSliderCaptchaWrapper .card-body{
	width: 300px;
    height: 250px;
}

#imageSliderCaptchaWrapper .card-success{
	display: none;
}

#audioCaptchaWrapper{
	display: none;
}

#captcha-audio-for-ie{
	display: none;
}

.attachment {
	padding: 10px 0;
	margin: 15px 0 !important;
	border: 2px dashed #bfbfbf;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	word-break: break-all;
}
.attachment .fileInformation {
	display: inline-block;
}
.attachment .glyphicon.glyphicon-open-file {
	font-size: 40px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	color: #333333;
}
.attachment .fileInformation {
	padding-top: 5px;
}
.attachment .fileName {
	overflow: hidden;
	 word-break: break-all;
}
.attachment .fileDelete {
	margin-top: 5px;
}

#imageSliderCaptchaWrapper{
	width: 300px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.125);
    height: 40px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.125);
}

.card-body .refreshIcon{
	top: -50px;
	font-size: 16pt;
}