@font-face {
   font-family: 'muliregular';
   src: url('../fonts/muli-regular-webfont.woff2') format('woff2'),
        url('../fonts/muli-regular-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;

}
body {
	background: #ecedf2;
	font-family: 'muliregular', sans-serif;
}
a, a:hover, a:focus {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
ul, li {
	list-style: none;
}
/*Page container*/
.page-container {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.page-content-wrapper {
	width: 100%;
	float: left;
}
.page-content-wrapper .page-content {
	padding: 0;
	margin: 0;
}
.contact-dialer-sidebar-open .page-content-wrapper .page-content {
	/*margin-right: 320px;*/
	margin-right: 340px;
}
.chat-dialer-sidebar-open .page-content-wrapper .page-content {
	margin-right: 340px;
}
.grey-bg {
	background: #ecedf2;
}
.white-bg {
	background: #fff;
}
.portlet {
	margin-bottom: 25px;
	margin-top: 0;
	padding: 0;
}
.portlet > .portlet-title {
	margin: 20px 0 10px;
	min-height: 40px;
	padding: 0;
	color: #555964;
	font-size: 18px;
	font-weight: 400;
}
.portlet > .portlet-title > .caption {
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
}
/*Form*/
.form {
	padding: 0;
}
.form-horizontal {
}
.form-body {
}
.control-label {
	color: #555964;
}
.help-block {
	color: #555964;
	font-size: 13px;
}
.input-inline {
	width: auto;
	margin-right: 5px;
	display: inline-block;
}
.help-inline {
	color: #555964;
	display: inline-block;
	font-size: 13px;
	padding: 5px;
}
.input-medium {
	width: 240px;
}
.form-control-static {
	margin-bottom: 0;
	min-height: 34px;
	padding-bottom: 7px;
	padding-top: 7px;
}
.input-icon > i {
	color: #ccc;
	font-size: 16px;
	left: 0;
	margin: 11px 2px 4px 10px;
	position: absolute;
	text-align: center;
	width: 16px;
	z-index: 3;
}
.input-icon > .form-control {
	padding-left: 35px;
}
.btn-success {
	background-color: #424242;
	border-color: #424242;
	color: #fff;
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
	background-color: #2bb60c;
	border-color: #2bb60c;
	color: #fff;
}
.btn-success.focus, .btn-success:focus {
	background-color: #424242;
	border-color: #424242;
}
.checkbox-list > label {
	display: block;
}
.checkbox-list > label.checkbox-inline {
	display: inline-block;
}
.control {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #555964;
	font-size: 13px;
	margin: 8px 0 0 0;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.control--radio .control__indicator {
	border-radius: 50%;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
	background: #fff;
}
.control input:checked ~ .control__indicator {
	background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
	background: #fff;
}
.control input:disabled ~ .control__indicator {
	background: #fff;
	opacity: 0.6;
	pointer-events: none;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--checkbox .control__indicator:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #424242;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
	left: 4px;
	top: 4px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #424242;
}
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
..campaignName{
  width: 800px;
}
.select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.select select {
	display: inline-block;
	width: 100%;
	height: 34px;
	cursor: pointer;
	padding: 0px 7px;
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	color: #a0a4af;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand {
 display: none;
}
.select select:hover, .select select:focus {
	color: #000;
	background: #fff;
}
.select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.select__arrow {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #424242 transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
	border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}
.radio-list .control {
	margin-right: 10px;
}
.btn.green:not(.btn-outline) {
	background-color: #2bb60c;
	border-color: #2bb60c;
	color: #fff;
}
.btn.green.focus:not(.btn-outline), .btn.green:focus:not(.btn-outline) {
	background-color: #424242;
	border-color: #424242;
	color: #fff;
}
.btn.green.active:not(.btn-outline), .btn.green:active:not(.btn-outline), .btn.green:hover:not(.btn-outline), .open > .btn.green.dropdown-toggle:not(.btn-outline) {
	background-color: #424242;
	border-color: #424242;
	color: #fff;
}
.btn.default:not(.btn-outline) {
	background-color: #f79747;
	border-color: #f79747;
	color: #fff;
}
.btn.default.focus:not(.btn-outline), .btn.default:focus:not(.btn-outline) {
	background-color: #424242;
	border-color: #424242;
	color: #fff;
}
.btn.default.active:not(.btn-outline), .btn.default:active:not(.btn-outline), .btn.default:hover:not(.btn-outline), .open > .btn.default.dropdown-toggle:not(.btn-outline) {
	background-color: #ff1d40;
	border-color: #ff1d40;
	color: #fff;
}
.action-btn {
	float: left;
	text-align: left;
	width: auto;
}
.action-btn button {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #424242;
	display: inline-table;
	font-size: 16px;
	margin: 0 2px;
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.action-btn a {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #424242;
	display: inline-table;
	font-size: 16px;
	margin: 0 2px;
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.action-btn a:hover {
	background: #424242;
	color: #fff;
}
/*Form*/
/*Page container*/
/*Login page*/
.login-page {
	background: url(../images/icon/main-bg.jpg) repeat left top;
}
.login-logo {
	width: 100%;
	float: left;
	margin: 5em 0 0 0;
	padding: 0;
	text-align: center;
}
.login-txt {
	width: 100%;
	float: left;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.login-form {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.login-form .btn {
	width: 100%;
	font-size: 20px;
}
/*Login page*/

  

.forget-password {
	width: 100%;
	float: left;
	margin: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.forget-password a {
	color: #f79747;
}
.forget-password a:hover {
	color: #fff;
}
.main-bg {
	background: rgba(59,44,124,0.6);
	height: calc(100vh - 0px - 0px);
}
.form-group {
	margin-bottom: 25px;
}
.form-control:focus {
	border-color: #f79747;
	box-shadow: 0 1px 1px rgba(221, 171, 38, 0.075) inset, 0 0 8px rgba(221, 171, 38, 0.6);
	outline: 0 none;
}
.trial__section__content {
	height: 100vh;
	padding: 60px 45px 60px 17px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	min-height: calc(100vh - 5rem);
}
.form-control, .select select {
	background: none !important;
	border: 0 none;
	box-shadow: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	padding: 0;
	color: #fff;
	height: 40px;
	font-size: 18px;
}
.select select:hover, .select select:focus {
	background: none;
	//color: #fff;
}
.select__arrow {
	border-color: #fff transparent transparent;
}
.form-control:focus {
	box-shadow: none;
}
.form-control::-moz-placeholder {
color:#fff;
}
.login-form {
	margin-top: 30%;
}
