@charset "utf-8";

.cont-wrap {
	min-height: 700px;
}

.loader-wrap {
	text-align: center;
}
.loader {
	display: inline-block;
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #555;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.btn-circle {
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	border: 1px solid #ccc !important;
}
.btn-circle>i{
	top: 2px;
	left: 1px;
	color: darkgray;
}

.btn-circle:hover {
	border: 1px solid #000 !important;
}
.btn-circle:hover>i {
	color: #000;
}

.input-group.reply-update-area{
	padding-bottom: 10px !important;
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.comment-more {
	margin: 20px 0 0 45px;
}

#confirmModal .modal-sm{
	width:300px;
}

#confirmModal .modal-body .txt{
	margin:30px 0;
	padding-bottom:30px;
	font-size:13px;
	font-weight:700;
	text-align: center;
	border-bottom:1px solid #ededed;
}

#confirmModal .modal-body .button-group{
	text-align: center;
}

#confirmModal .modal-body .button-group .btn{
	width: 120px;
	margin-right: 5px;
	padding: 6px 10px;
	font-weight: 700;
}

@media(max-width:767px){

	#confirmModal .modal-sm{
		width:90%;
	}

	#confirmModal .modal-body .button-group .btn{
		width:110px;
	}
}

#alertModal .modal-sm{
	width:300px;
}

#alertModal .modal-body .txt{
	margin:30px 0;
	padding-bottom:30px;
	font-size:13px;
	font-weight:700;
	text-align: center;
	border-bottom:1px solid #ededed;
}

#alertModal .modal-body .button-group{
	text-align: center;
}

#alertModal .modal-body .button-group .btn{
	width: 120px;
	margin-right: 5px;
	padding: 6px 10px;
	font-weight: 700;
}

@media(max-width:767px){

	#alertModal .modal-sm{
		width:90%;
	}

	#alertModal .modal-body .button-group .btn{
		width:110px;
	}
}
