::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


.dataTablesContainer {
	font-size: 12px;
}

body {
	padding-top: 60px;
}

@media (max-width: 979px) {
	body {
	    padding-top: 0;
	}
}

// bootstrap fix
.modal {
	overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%;
    margin-bottom: 50px;
}
.modal-header {
	margin-top: 20px;
	background: none;
	text-align: center;
	color: #575757;
	.head_icon {
		display: inline-block;
		font-size: 110px;
		margin-bottom: 20px;
		margin-left: 20px;
		&.icon-exclamation-sign, &.icon-unlock-alt {
			color: #C9DAE1;
		}
	}

	h3 {
		margin: 10px 0;
		font-weight: 400;
	}
}

.modal-footer {
	text-align: center;
}


