@CHARSET "UTF-8";
@media (max-width: 767px) {
	.login-container {
		margin-top: 0;
	}
	.login-container .row > div:first-child > .container-main,
	.login-container .container-main {
		padding: 2.5em 2em;
		border: none;
	}
	.login-container .title {
		font-size: 1.8em;
	}
	.login-container select {
		min-width: 50px;
	}
	.darkBg {
		background: none;
    	background-color: #004477;
		padding-top: 30px;
	}
	.callflow-logo-big {
		opacity: .7;
		background-position: -75px -150px;
	}
	.growl-container {
		top: 1em;
		right: 1em;
	}
	.growl {
		max-width: 70%;
		float: right;
	}
	.table-responsive {
		border: none;
	}
	.table-responsive .dataTables_wrapper .dataTables_filter {
		float: none;
	}
	.table-responsive.container {
		padding: 0 0 1em 0;
	}
	.no-transition {
		-webkit-transition: height 0.01s;
		-moz-transition: height 0.01s;
		-ms-transition: height 0.01s;
		-o-transition: height 0.01s;
		transition: height 0.01s;
	}
	.ui-icon.ui-icon-pbxaudio {
		background: transparent url('../images/audio-hq.png') center center no-repeat !important;
		background-size: cover !important;
		width: 16px;
		height: 16px;
	}
	.ui-icon.ui-icon-pbxaudio-active {
		background: transparent url('../images/audio-active-hq.png') center center no-repeat !important;
		background-size: cover !important;
		width: 16px;
		height: 16px;
	}
}