* {
	outline: none;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
		url('../fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
		url('../fonts/opensans-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
		url('../fonts/opensans-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaybold';
	src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
		url('../fonts/raleway-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway-light-webfont.woff2') format('woff2'),
		url('../fonts/raleway-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaymedium';
	src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
		url('../fonts/raleway-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'ralewaysemibold';
	src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
		url('../fonts/raleway-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoblack';
	src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
		url('../fonts/roboto-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
		url('../fonts/roboto-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
		url('../fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
		url('../fonts/roboto-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'roboto_condensedlight';
	src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
		url('../fonts/robotocondensed-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

html,
body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

ul {
	margin: 0px;
	list-style: none;
}

.clr-pink {
	color: #ff606e;
}

.clr-pink.fs22,
.fs22 {
	font-size: 22px;
}

input::placeholder {
	color: #2d2c2c;
}

.center {
	text-align: center;
}

ol {
	padding: 0;
	margin: 0;
}

caption {
	padding: 4px;
}

.gamma {
	margin-right: auto;
	margin-left: auto;
}

/* Common */

#content {
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
	min-width: 960px;
	position: relative;
	zoom: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.login {
	margin-left: auto;
	margin-right: auto;
}

.login>div {
	width: 360px !important;
}

.date td a {
	display: inline-block;
	padding: 3px 8px;
}

.date th,
.date td {
	text-align: center;
	padding: 3px;
}

/* Box */

.box {
	font-size: 12px;
	margin: 0 0 10px 0;
	position: relative;
	border: 1px solid;
}

.box h2,
.box p,
.box table {
	margin: 0;
}

.box h2 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 2px 10px;
	cursor: move;
}

.utils a {
	position: absolute;
	top: 5px;
	right: 10px;
	border: 1px solid;
	padding: 4px 8px;
}

.box p {
	padding: 10px;
}

a#domain {
	text-decoration: none !important;
	color: white;
}

/* Typography */

label,
#navigation,
.error,
.success,
input[type="submit"],
input[type="reset"] {}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.6em;
}

a:hover {
	text-decoration: none;
}

a.edit,
a.delete {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

a {
	text-decoration: none;
	color: #ff606e;
	cursor: pointer;
}

/* Table styling */
table {}

th,
td {
	padding: 2px;
	text-align: left;
}

th {
	padding: 18px 0;
}


/* Header */
p {
	line-height: 20px;
}

select {
	cursor: pointer;
}

b {
	font-weight: 600;
}

#header {
	margin: auto;
	position: relative;
	zoom: 1;
}

#head {
	border: 0;
	margin: 10px auto 0 auto;
	padding: 5px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#head-inner {
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	padding: 14px 20px;
	line-height: inherit;
	min-height: 69px;
	display: table;
	width: 100%;
}

#head-inner a,
#head a {
	color: #FFFFFF;
}

/* Nagivation */

#navigation {
	margin: 0 auto 0 auto;
	padding: 0;
	height: auto;
	display: inline-block;
	width: 100%;
	float: left;
}

#navigation>li {
	font-weight: bold;
	float: left;
	margin: 0;
	position: relative;
	list-style: none;
	padding: 0;
	margin-right: 25px;
}

#navigation>li:last-child {
	margin-right: 0;
}

#navigation>li:last-child ul {
	right: 0;
	left: inherit;
	text-align: left;
}

#navigation>li>a,
#navigation>li>span {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0;
}

.menu_cont_ #navigation>li>a {
	border: 1px solid #ffffff87;
	border-radius: 50px;
	padding: 5px 12px;
	line-height: normal;
	background: #fff;
	color: #000;
}

.menu_cont_ #navigation>li:hover a,
.menu_cont_ #navigation>li>a:hover,
#menu ul.menu_setting .sub_menu_settings_ li a:hover {
	background-color: #FF606E !important;
	border-color: #FF606E;
	color: #fff;
}

#menu ul.menu_setting .sub_menu_settings_ li a {
	background: #2e3136 !important;
}

.menu_cont_ #navigation>li>ul {
	padding-top: 20px;
}

.menu_cont_ #navigation>li>ul {}

.menu_cont_ #navigation a:hover {
	background: none;
}

.main_nav #navigation>li>ul {
	top: 1px !important;
	/* padding-bottom: 20px !important;  to fix left menu*/
	background: transparent;
	padding-top: 0 !important;
	position: relative;
}

.main_nav #navigation>li {
	width: 100%;
}

.main_nav #navigation>li,
.main_nav #navigation>li>a,
.main_nav #navigation>li>span {
	padding: 0;
	border-radius: 0;
	margin: 0;
}

.main_nav #navigation>li>a,
.main_nav #navigation>li>span {
	padding: 20px;
	color: #2e3136;
	font-weight: 500;
}

.main_nav #navigation>li a:hover,
.main_nav #navigation a:hover,
.main_nav #navigation .active {
	background: #fff !important;
}

.main_nav #navigation li li {
	background: none;
	width: 100%;
}

.main_nav #navigation li li:last-child,
.main_nav #navigation li li:last-child:hover,
.main_nav #navigation li li:last-child a:hover {
	border-radius: 0;
}

.main_nav #navigation li li a {
	width: 100%;
	font-size: 14px;
	padding: 22px 0px 0 30px;
	color: #2e3136;
	font-weight: 500;
}

.main_nav #navigation li li:last-child a {
	padding-bottom: 10px;
}

.main_nav #navigation li li a:hover {
	background: transparent !important;
	border-radius: 0;
	color: #ff606e;
}

#navigation>li>ul {
	display: none;
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 21px !important;
	z-index: 999;
	list-style: none;
	left: 0px;
	padding: 15px 0 0 !important;
}

#navigation>li.right {
	float: right;
}

#navigation>li.right li a {
	width: 130px;
}

#navigation li li {
	background: #ff606e;
	float: none;
	margin: 0;
	padding: 0;
}

#navigation li li:last-child,
#navigation li li:last-child:hover,
#navigation li li:last-child a:hover {}

#navigation li li a {
	padding: 5px 10px;
	display: block;
	width: 150px;
}

.fpright {
	float: right;
	margin-right: 105px;
}

/* Content */

#footer {
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

#foot {
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
	min-width: 960px;
	padding: 0 20px;
	position: relative;
	zoom: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

#foot {
	padding: 5px 30px;
	margin: 10px auto;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.curved,
#navigation a,
#navigation span,
.error,
.success,
.box,
.utils a {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/*.curved-alt, input, textarea, select, .box, .date td a, .utils a { -moz-border-radius-bottomright:5px; -moz-border-radius-topleft:5px; -webkit-border-bottom-right-radius:5px; -webkit-border-top-left-radius:5px; }*/
/* Forms */

label {
	display: block;
	position: relative;
	font-weight: 500 !important;
}

small {
	font-size: 12px;
	font-weight: normal;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	padding: 4px;
	background: #f6f6f6;
}

select {
	padding-top: 3px;
	padding-bottom: 3px;
}

input[type="submit"],
input[type="reset"] {
	cursor: pointer;
	width: auto !important;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
	margin-left: 0px;
	position: relative;
	top: 2px;
}

/* Error and Success messages */
.error,
.success {
	padding: 4px 8px;
}

#registerForm label.error {
	display: inline !important;
	font-size: 11px;
}

/* Pagination */

#loginForm h5 {
	padding: 20px;
}

.pagination {
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 2px;
	padding: 2px 6px;
}

/* Blocks */

ul.heading,
ul.heading li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.heading li a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	float: left;
	background: #e2e2e2;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}

ul.heading li a.current {
	color: #333;
}

.block .block_top {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.block .block_head {
	background: #f3f3f3;
	width: 100%;
	min-height: 66px;
	border: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
	padding: 14px 20px 0 20px;
	float: left;
	display: flex;
	justify-content: space-between;
}

.block .block_head.filter-head h2,
.block .block_head h2 {
	font-size: 18px;
	font-weight: 600;
	color: #2e3136;
	float: left;
	line-height: 24px;
	padding-top: 5px;
	margin-right: 20px;
}

.block .block_head.filter-head h2 {
	width: 295px;
}

#filter_dates,
#filter_tags {
	float: left;
}

.upload-wrap {
	float: left;
	position: relative;
}

.filter-header {
	float: right;
}

.block table.ctable tr th.header {
	padding: 18px 0;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	background: #f3f3f3;
	color: #2e3136;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
}

.block .block_head ul {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom: 14px;
}

.block .block_head ul li {
	display: inline;
	padding: 3px 0;
	padding-left: 20px;
	background: url() 7px center no-repeat;
}

.block .block_head ul li.nobg {
	background: none;
}

.block .block_head ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
}

.block .block_head ul li.active a {
	color: #888;
}

.block .block_head ul li a:hover {
	color: #008ee8;
}

.block .block_head form {}

.block .block_head form .text {
	width: 129px;
	height: 15px;
	padding: 5px 10px 5px 25px;
	border: 0;
	font-size: 11px;
	color: #999;
	margin: 0;
	background: url() left center no-repeat;
}

.block .block_head form .text:focus {
	color: #666;
	background: url() left center no-repeat;
}

.block .block_head select {
	text-transform: none;
}

/* Block content */
.block .block_content {
	border: 1px solid #e7e7e7;
	border-top: none;
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 0 0 5px 5px;
	margin-bottom: 30px;
	position: relative;
}

.block .block_content h1,
.block .block_content h2 {
	font-size: 16px;
	font-weight: 600;
	color: #2e3136;
}

.block .block_content h3 {
	font-size: 14px;
	font-weight: 600;
	color: #2e3136;
	margin-bottom: 5px;
}

.block .block_content h4 {
	/*font-size: 13px; font-weight: bold; color: #666; margin-bottom: 5px;*/
}

.block table.ctable {
	text-align: left;
	margin-bottom: 0;
}

.block table.ctable tr {
	border-top: 1px solid #e7e7e7;
}

.block table.ctable tr:hover {
	/*background: #f9f9f9;*/
}

.block table.ctable tr .action-btn {
	margin-top: 7px;
	display: inline-block;
	background: #ff606e;
	color: #fff;
	border: 1px solid #ff606e;
	padding: 0px 13px;
	font-size: 14px;
	border-radius: 50px;
	height: 32px;
	line-height: 30px;
}

.block table.ctable tr.even {
	background: #f9f9f9;
}

.btn-black {
	background: #2e3136;
	color: #fff;
	border: 1px solid #2e3136;
}

.btn-black {
	background: #ff606e;
}

.block table.ctable tr.inpool {
	font-weight: bold;
}

.block table.ctable tr td {
	line-height: 36px;
	text-align: left;
	vertical-align: middle;
	background: none;
	color: #2e3136;
	/*font-size: 14px;*/
	font-size: 12px;
	font-weight: 500;
	padding: 11px 0;
	padding-left: 15px;
}

.block table.ctable tr th:first-child,
.block table.ctable tr td:first-child {
	padding-left: 18px;
}

.block table.ctable tr th:last-child,
.block table.ctable tr td:last-child {
	padding-right: 18px;
	text-align: right;
}

.block table.ctable tr td p {
	margin-bottom: 0;
}

.block table.ctable tr th.headerSortUp {
	/*color: #FFF; background:#208c59 url(../images/sortd.gif) 95% center no-repeat;*/
}

.block table.ctable tr th.headerSortDown {
	/*color: #FFF; background:#208c59 url(../images/sorta.gif) 95% center no-repeat;*/
}

.block table.ctable tr td.delete {
	text-align: right;
	font-size: 11px;
}

.block table.ctable tr td.delete a {
	color: #666;
}

.block table.ctable tr td.delete a:hover {
	color: #dd0000;
}

.block table.ctable tr.keyrow {
	border-left: 1px solid #002B54;
	background: #F5F8FD !important;
}

.block .tableactions {
	overflow: hidden;
	padding-bottom: 20px;
	float: left;
}

.block .tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
}

.block .pagination {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	padding-left: 15px;
	padding-right: 15px;
}

.block .pagination.right {
	text-align: left;
	padding-top: 10px;
	border: 0;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

#pager .pagination {
	padding: 15px 22px 0px 22px;
	/*border-top: 1px solid #e7e7e7;*/
}

.block .pagination a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #2e3136;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.block .pagination a.active {
	background: #ff606e;
	color: #fff;
}

.block .pagination a:hover {
	color: #fff;
	background: #ff606e;
}

.block .block_content ul {
	padding-left: 15px;
	padding-bottom: 15px;
}

.block .block_content ol {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-position: inside;
}

.block .block_content ul li {}

.block .block_content ol li {
	margin-bottom: 10px;
	line-height: 20px;
	margin-left: 0;
}

.block hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.block .block_content .breadcrumb {
	color: #666;
	background: #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	padding: 9px 12px;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 11px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/**
 * Buttons
 */
.button {
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px;
	box-sizing: border-box !important;
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	outline: none !important;
	padding: 7px 14px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	font-weight: 500;
	border: none;
}

.button:hover {
	text-decoration: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}

.button-round {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	padding: 7px 0;
	width: 30px;
}

.button-gray {
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d1d1d1));
	background: -moz-linear-gradient(top, #e9e9e9, #d1d1d1);
	-pie-background: linear-gradient(top, #e9e9e9, #d1d1d1);
	border: 1px solid #bbb;
	color: #333;
}

.button-gray:hover,
.button-gray:focus,
.button-gray.hover {
	border: 1px solid #aaa;
	background: #ececec;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c1c1c1));
	background: -moz-linear-gradient(top, #e1e1e1, #c1c1c1);
	-pie-background: linear-gradient(top, #e1e1e1, #c1c1c1);
	border: 1px solid #999;
	color: #555;
}

.button-gray:active,
.button-gray.active,
.button-gray.current {
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9));
	background: -moz-linear-gradient(top, #ccc, #e9e9e9);
	-pie-background: linear-gradient(top, #ccc, #e9e9e9);
	border: 1px solid #999;
	color: #555;
}

.button-orange {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	-pie-background: linear-gradient(top, #faa51a, #f47a20);
	border: solid 1px #dd6611;
	color: #fef4e9;
}

.button-orange:hover,
.button-orange:focus,
button-orange.hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	-pie-background: linear-gradient(top, #f88e11, #f06015);
	border: solid 1px #aa5511;
	color: #fef4e9;
}

.button-orange:active,
.button-orange.active,
.button-orange.current {
	background: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	-pie-background: linear-gradient(top, #f47a20, #faa51a);
	border: solid 1px #aa5511;
	color: #fef4e9;
}

.button-red {
	background-color: #C44747;
	background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
	-pie-background: linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
	border: 1px solid #A92C2C;
	color: #fef4e9;
}

.button-red:hover,
.button-red:focus,
button-red.hover {
	background-color: #C44747;
	background: -moz-linear-gradient(top, #DD4141 10%, #A92121 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD4141), color-stop(0.9, #A92121));
	-pie-background: linear-gradient(top, #DD4141 10%, #A92121 90%);
	border: 1px solid #711;
	color: #fef4e9;
}

.button-red:active,
.button-red.active,
.button-red.current {
	background-color: #C44747;
	background: -moz-linear-gradient(top, #A92C2C 10%, #DD5F5F 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #A92C2C), color-stop(0.9, #DD5F5F));
	-pie-background: linear-gradient(top, #A92C2C 10%, #DD5F5F 90%);
	border: 1px solid #711;
	color: #fef4e9;
}

.button-callrail {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #0066ff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.button-callrail:hover,
.button-callrail:focus,
.button-callrail.hover,
.button-callrail:active,
.button-callrail.active,
.button-callrail.current {
	border: 1px solid #000099;
	color: #000;
}

.button-blue,
.blue_button {
	background: #ff606e;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.button-blue:hover,
.button-blue:focus,
.button-blue.hover,
.button-blue:active,
.button-blue.active,
.button-blue.current,
.blue_button:active,
.blue_button.active,
.blue_button.current,
.blue_button:hover,
.blue_button.current,
.btn-pink:hover,
.btn-light:hover {
	background: #2e3136 !important;
}

.btn-pink:hover,
.btn-light:hover {
	background-color: #2e3136 !important;
	color: #fff;
}

.help-link:hover {
	color: #ff606e !important;
}

#addmore a:hover {
	color: #2e3136 !important;
}

.add-section a:hover {
	color: #fff !important;
}

.btn-pink:hover,
.btn-light:hover {
	border-color: #2e3136;
}

.button-blue:hover span.blueAlert,
.button-blue:focus span.blueAlert,
.button-blue.hover span.blueAlert,
.button-blue:active span.blueAlert,
.button-blue.active span.blueAlert,
.button-blue.current span.blueAlert {
	background: #ff606e !important;
}

.button-green {
	color: #fff;
	background: #8fc857;
	background: -webkit-gradient(linear, left top, left bottom, from(#8fc857), to(#5c9425));
	background: -moz-linear-gradient(top, #8fc857, #5c9425);
	-pie-background: linear-gradient(top, #8fc857, #5c9425);
	border: 1px solid #561;
}

.button-green:hover,
.button-green:focus,
.button-green.hover {
	border: 1px solid #556611;
	background: #8fbb44;
	background: -webkit-gradient(linear, left top, left bottom, from(#8fbb44), to(#5c8825));
	background: -moz-linear-gradient(top, #8fbb44, #5c8825);
	-pie-background: linear-gradient(top, #8fbb44, #5c8825);
	border: 1px solid #342;
}

.button-green:active,
.button-green.active,
.button-green.current {
	background: #8fbb44;
	background: -webkit-gradient(linear, left top, left bottom, from(#5c8825), to(#8fbb44));
	background: -moz-linear-gradient(top, #5c8825, #8fbb44);
	-pie-background: linear-gradient(top, #5c8825, #8fbb44);
	border: 1px solid #342;
}

/**
 * Action Buttons
 */
#tooltip {
	position: absolute;
	display: none;
	border: 1px solid #333;
	padding: 2px;
	background-color: #fff;
	opacity: 0.80;
	z-index: 99;
	text-align: center;
	font-size: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #aaa;
	-moz-box-shadow: 1px 1px 1px #aaa;
	-webkit-box-shadow: 1px 1px 1px #aaa;
}

#tooltip span {
	font-size: 12px;
	font-weight: bold;
}

.legend td {
	padding: 2px;
	font-size: 12px;
	vertical-align: middle;
	font-weight: 600;
	color: #2e3136;
}

.legend td.legendLabel {
	padding-right: 10px;
}

.call_info,
.call_info2,
.call_meta {
	float: left;
	margin-right: 3%;
	font-size: 14px;
	line-height: 24px;
	word-break: break-word;
}

.call_info {
	width: 97%;
}

.call_info strong,
.call_info2 strong {
	font-weight: 600;
}

.call_info a,
.call_info2 a {
	font-weight: 600;
}

.call_info2 {
	position: absolute;
	right: 25px;
	width: auto;
	text-align: right;
	float: right;
	margin-right: 0;
	background: #f9f9f9;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 15px;
}

.call_meta {
	width: 100%;
}

#account .rep label {
	margin-bottom: 5px;
	/*float:left; width:200px; clear:both; margin:5px 0 10px; */
}

#account .rep label b,
strong {
	font-weight: 600;
}

#account .rep input[type="checkbox"],
#account .rep input[type="radio"] {
	/*float:left; width:20px; margin:5px 0 10px; */
}

#account .rep input[type="file"] {
	/*float:left; width:100px; margin:5px 0 10px; */
}

#account label.cc {}

div.field {
	margin: 20px 0;
}

.greeting {
	/*margin-left:200px;*/
}

.whisp {}

#recording_warning_url {}

.steps {
	/*height:35px;*/
}

.block .block_content .steps ul {
	list-style: none;
	float: left;
	border: none;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.block .block_content .steps ul li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: 7px !important;
}

.block .block_content .steps ul li a {
	display: block;
	color: #2e3136;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 25px;
	background: transparent;
	border-radius: 0px;
	position: relative;
	top: 2px;
	border: 1px solid #dedede;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.block .block_content .steps ul li.selected a {
	background: #f3f3f3 !important;
	color: #2e3136 !important;
	border: 1px solid #e7e7e7 !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 600;
}

.block .block_content .steps ul li.selected a.completed {
	border-top: 2px solid #ff606e !important;
	background: #f3f3f3 !important;
	color: #2e3136 !important;
	/* border-radius: 5px 5px 0 0;*/
}

.block .block_content .steps ul li a.completed {
	border-top: 2px solid #ff606e !important;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	background: #fff;
	color: #2e3136;
	border-radius: 5px 5px 0 0;
}

.addsteps .left {
	float: left;
}

.addsteps .right {
	float: right;
}

#step2.addsteps .choose {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 33%;
}

#step2.addsteps .choose label {
	float: left;
}

#step2.addsteps .choose input[type="radio"],
#step2.addsteps .choose input[type="checkbox"] {
	float: left;
	width: 20px;
	margin: 2px 2px;
}

#step2 .phone {}

#step2 .phone span {
	float: right;
	margin-right: 70px;
}

.choosearea label {
	/*float: left; padding: 5px 0; width: 75px;*/
}

.choosearea {
	/*margin: 0 auto;*/
}

#reporting-line {
	height: 220px;
	position: relative;
	clear: both;
	overflow: hidden;
}

#reporting-line .tickLabels {
	font-size: 12px !important;
	font-weight: 500;
	color: #2e3136 !important;
}

h2.plottitle {
	border: none !important;
	margin-bottom: 10px !important;
	float: left;
}

h2.plottitle span {
	font-size: 12px;
	line-height: 1.5em;
	background: #f3f3f3;
	color: #2e3136;
	border: 1px solid #e7e7e7;
	border-radius: 50px;
	padding: 4px 10px;
	font-weight: 600;
	margin-left: 5px;
}

.plotform {
	margin-bottom: 12px;
	float: right;
}

.allnumbers {
	min-height: 270px;
}

.loading {
	background: url("../images/loader.gif") no-repeat scroll left top;
	padding: 0 25px;
}

.dwmy {
	clear: both;
	float: right;
}

.dwmy ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.dwmy ul li {
	padding: 8px 21px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	float: left;
}

.dwmy ul li.active,
.dwmy ul li:hover,
.dwmy ul li.active input[type="submit"],
.dwmy ul li:hover input[type="submit"] {
	background: #2e3136;
	color: #fff;
}

.dwmy ul li.day {
	border-radius: 50px 0 0 50px;
	border: 1px solid #e7e7e7;
}

.dwmy ul li.week {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.dwmy ul li.month {
	border: 1px solid #e7e7e7;
}

.dwmy ul li.year {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-radius: 0 50px 50px 0;
}

.dwmy ul li input[type="submit"] {
	background: none !important;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #2e3136;
	font-weight: 500;
}

.check_source {
	width: 50%;
	float: left;
	min-height: 40px;
}

.check_source input[type="checkbox"] {
	width: 14px;
	float: left;
	margin-right: 8px;
}

.check_tags {
	margin-bottom: 15px;
}

.stats {
	font-size: 16px;
	font-weight: bold;
}

.stats label {
	width: 150px;
	float: left;
	clear: both;
}

.stats p {
	border-bottom: 1px solid #EEE;
	margin: 0;
	padding: 10px 0;
}

.chart-trend {
	height: 220px;
	position: relative;
	clear: both;
}

#reporting-trend .tickLabel {
	font-size: 14px;
}

.add_to_blacklist {
	display: none;
}

.sNotify_message {
	background-color: white;
	position: fixed;
	display: none;
	right: 0px;
	bottom: 0px;
	text-align: justify;
	border: 1px solid #CCCCCC;
	z-index: 9999;
}

.sNotify_message .inner {
	padding: 20px;
	max-width: 1560px;
	min-width: 320px;
	margin: 0 auto;
}

.sNotify_close {
	display: block;
	padding: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	font-weight: bold;
	width: 10px;
	height: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
}

div.error_div {
	margin: 0;
	padding: 0;
}

.payment-outer-main.card-detail .error_div p {
	color: #6f0000;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
}

div.error_div ul {
	padding-bottom: 0 !important;
	margin: 5px 0 0 0 !important;
	list-style: none;
}

div.error_div ul li {
	padding: 0 !important;
	margin: 0 !important;
}

div.error_div ul li label {
	padding: 0 !important;
	margin: 0 !important;
	color: #6f0000;
	font-size: 13px;
	font-weight: 600;
}

.tooltip-widget.simple-tooltip {
	background: url("../images/tooltip-03.png") no-repeat scroll right center transparent;
	min-height: 20px;
	min-width: 240px;
	max-width: 420px;
}

.tooltip-widget.simple-tooltip.right {
	background: url("../images/tooltip-03-right.png") no-repeat scroll left center transparent;
	min-height: 20px;
	padding-left: 12px;
	min-width: 240px;
	max-width: 420px;
}

.tooltip-widget-top {
	background: #002B54;
	height: 14px;
	min-width: 240px;
	max-width: 420px;
}

.tooltip-widget-middle {
	background: #002B54;
	min-width: 240px;
	max-width: 420px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0;
}

.tooltip-widget-bottom {
	background: #002B54;
	height: 15px;
	min-width: 240px;
	max-width: 420px;
}

.tooltip-widget.simple-tooltip div.tip p {
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 0;
	padding: 2px 10px 2px;
}

.delete_icon {
	float: left;
	width: 14px;
	height: 14px;
	margin: -4px 0 0 -9px;
	background: url(../images/close_icon.png) left top no-repeat
}

.doc_icon {
	float: left;
}

.upload {
	float: left;
}

.icons_ {
	float: left;
	margin: 0 0 5px 0
}

.clear {
	clear: both !important
}

.separator {
	float: left;
	margin: 6px 10px;
	background: url(../images/separator.png) left top repeat-x;
	width: 1px;
	height: 16px
}

.sep_last {
	background: none
}

.cust_tracking_form {
	float: left;
	width: 100%;
	padding: 10px 0
}

.cust_tracking_form .odd {
	background: none !important;
	border: 0 !important
}

.cust_tracking_form .even {
	background: none !important;
	border: 0 !important
}

.cust_tracking_form tr th,
.cust_tracking_form tr td {
	border: 0 !important;
	padding: 2px !important
}

.cust_tracking_form .txtbox {
	float: left;
	padding: 2px;
	width: 200px
}

.service_txtarea,
.cust_tracking_form .address_ {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	resize: none !important;
	height: 86px !important
}

.detail_txtarea {
	width: 100% !important
}

.cust_track_info_ tr td {
	padding: 0 2% 5px 2% !important
}

.cust_tracking_form .address_ {
	width: 226px !important;
	height: 30px !important
}

.cust_tracking_form table {
	margin: 0 !important
}

.width_230 {
	width: 230px !important
}

.zip_code_ {
	width: 77px !important;
	padding: 4px 2px !important;
	margin: 0 0 0 10px
}

/*start faq  (15-01-13)*/
.faqs {
	float: left;
	width: 100%;
}

.faqs h2 {
	font-size: 14px !important;
	margin-bottom: 10px !important;
}

.faqs h6 {
	margin-top: -1px;
	margin-bottom: 0;
	width: 100%;
	float: left;
	cursor: pointer;
	background: #fff8f9 url(../images/close_collapse.png) 98% center no-repeat;
	padding: 15px;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #000;
	border: 1px solid #fbe6e6;
	margin-bottom: 7px;
}

.faqs h6.active {
	background: #fff8f9 url(../images/open_collapse.png) 98% center no-repeat;
	display: block;
}

.faq_block h1 {
	margin-bottom: 5px;
}

.faq_block .faq_ans {
	width: 100%;
	padding: 13px 15px 0px 15px;
	border-left: 3px solid #ff606e;
	border-top: 1px solid #ffe6e6;
	border-right: 1px solid #ffe6e6;
	border-bottom: 1px solid #ffe6e6;
	clear: both;
	margin-top: -8px !important;
	margin-bottom: 7px;
	float: left;
	width: 100%;
}

.faq_block .faq_ans p {
	margin-bottom: 15px;
}

.no-border {
	border-bottom: 0 !important
}

/*close faq  (15-01-13)*/

.menu_setting {
	line-height: normal !important;
	font-weight: normal;
	padding: 10px 0 10px 30px !important
}

#navigation ul.sub_menu_settings_ {
	top: 22px !important;
	padding: 0px 0 0 0 !important;
	background: #2e3136 !important;
	width: 210px;
}

#navigation ul.sub_menu_settings_ ul.inner-sub {
	border-radius: 0;
	width: 210px !important;
	padding: 0 !important;
}

#navigation ul.sub_menu_settings_ ul.inner-sub li {
	width: 100%;
}

#navigation ul.sub_menu_settings_>li {
	background: none !important;
}

#navigation ul.sub_menu_settings_>li>a {
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	padding: 7px 14px 7px 14px;
	border-radius: 0;
	width: 210px !important;
}

#navigation li li:last-child a {
	padding-bottom: 10px;
}

#navigation ul.sub_menu_settings_>li>a:hover {
	background: #ff606e;
}

.acc_menu a {
	width: 130px !important;
}

.select_company {
	position: relative;
	margin-left: 115px;
	float: left;
	z-index: 9;
	background: #fff;
	border-radius: 50px;
	padding-right: 20px;
}


.select_company form {
	margin: 0 !important;
	float: left !important;
}

.logo_ {
	float: left;
}

.menu_cont_ {
	width: auto;
	display: inline-block;
	text-align: right;
	float: right;
}

/*close 24-01-2013*/
.main_nav {
	float: left;
	margin: 0 0 10px;
	position: fixed;
	height: 100%;
	z-index: 9;
}

.left_ {
	float: left !important
}

.right_ {
	float: right !important
}

/*start 12-02-13*/
.re_gen_select,
.re_gen_input,
.re_gen_bt {
	float: left;
	margin: 0 10px 0 0
}

.margin_0 {
	margin: 0 !important
}

.orange-button {
	background: #ff606e;
	background: #ff606e;
	border: 1px solid #ff606e;
	color: #fff;
}

.red-button {
	background: #ff606e;
	border: 1px solid #ff606e;
	color: #fff;
}

/*close 12-02-13*/

/*start 19-03-13*/
.add_link_ {
	float: left;
	margin: 6px 0 0;
	text-decoration: underline
}

.select_country_ {
	width: 160px
}

.width113 {
	width: 113px
}

.opt_hours {
	width: 73px !important
}

.red_common_bt {
	border: 1px solid #bb1511;
	background: url(../images/red_bt_bg.png) left top repeat-x #cb0909;
	padding: 0 !important;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.red_common_bt a:hover {
	background: url(../images/red_bt_bg_hover.png) left top repeat-x #cb0909 !important
}

/*close 19-03-13*/

/*start select box*/
/* Dropdown control */
.selectBox-dropdown {
	min-width: 75px;
	position: relative;
	float: left;
	padding: 8px 35px 8px 20px;
	outline: none;
	vertical-align: middle;
	display: inline-block;
	cursor: default;
	font-size: 16px !important;
	font-weight: 500;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #fff url(../images/webkit-arrow.png) 92% center no-repeat;
	width: auto !important;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {}

.selectBox-dropdown.selectBox-menuShowing {}

.selectBox-dropdown .selectBox-label {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	line-height: 25px;
	color: #2e3136;
}

.selectBox-dropdown .selectBox-arrow {}

.selectBox-dropdown .selectBox-arrow:hover {}

/* Dropdown menu */
.selectBox-dropdown-menu {
	margin-top: 14px !important;
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB;
	/* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
	font-size: 12px;
	font-weight: bold;
}

/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	z-index: 100000;
}

.selectBox-options LI A {
	line-height: 1.8;
	padding: 0 1em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
	color: #2e3136;
	font-size: 13px;
	font-weight: 500;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

/*close select box*/


.edit_img a {
	position: absolute;
	top: 0;
	right: -22px;
	font-size: 16px;
	background: #ff606e;
	padding: 12px 14px 11px 10px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	z-index: -1;
	border: 1px solid #b9b9b9;
	border-left: 0;
}

.edit_img a:hover {
	background: #2e3136;
}

.thick_border_ td {
	border-bottom: 2px solid #000000 !important;
}

.selected_row td {
	background: none repeat scroll 0 0 #EDEEF2;
}

/* Drop Down */
.btn-group {
	display: inline-block;
	font-size: 0;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: -3px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 14px;
}

.btn-group>.btn {
	border-radius: 0;
	position: relative;
}

.btn-group .button-blue:active {
	margin-top: 0px;
}

.button .caret {
	margin-left: 0;
	margin-top: 6px;
}

.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 7px 5px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.caret {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #fff;
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: top;
	width: 0;
}

.btn .caret {
	border-top: 4px solid #333;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(177, 177, 177, 0.1);
	border-radius: 0;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	top: 11px;
	z-index: 1000;
	text-align: left;
}

.dropdown-menu {
	margin: 0px !important;
	padding: 0 !important;
}

.table_edits .dropdown-menu {
	padding: 9px 0 !important;
}

.dropdown-menu>li>a {
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-menu>li.new_number>a {
	/*background:url("../images/add_number_icon.png") no-repeat scroll 7px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.new_number:hover>a {
	/*background:url("../images/add_number_icon_hover.png") no-repeat scroll 7px 4px #4F81BD;*/
}

.dropdown-menu>li.call_replay>a {
	/*background:url("../images/call_replay.png") no-repeat scroll 7px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.call_replay:hover>a {
	/*background:url("../images/call_replay_hover.png") no-repeat scroll 7px 4px #4F81BD;*/
}

.dropdown-menu>li.call_detail>a {
	/*background:url("../images/call_details_icon.png") no-repeat scroll 7px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.call_detail:hover>a {
	/*background:url("../images/call_details_icon_hover.png") no-repeat scroll 7px 4px #4F81BD;*/
}

.dropdown-menu>li.block_remove>a {
	/*background:url("../images/blocked_icon.png") no-repeat scroll 7px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.block_remove:hover>a {
	/*background:url("../images/blocked_icon_hover.png") no-repeat scroll 7px 4px #4F81BD;*/
}

.dropdown-menu>li.block_add>a {
	/*background:url("../images/blacklist_caller_icon.png") no-repeat scroll 7px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.block_add:hover>a {
	/*background:url("../images/blacklist_caller_icon_hover.png") no-repeat scroll 7px 4px #4F81BD;*/
}

.dropdown-menu>li.call_bootstrap>a {
	/*background:url("../images/caller_phone_icon.png") no-repeat scroll 7px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.call_bootstrap:hover>a {
	/*background:url("../images/caller_phone_icon_hover.png") no-repeat scroll 7px 4px #4F81BD;*/
}

.dropdown-menu>li.edit_campaign>a {
	/*background:url("../images/edit_campaign.png") no-repeat scroll 6px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.edit_campaign:hover>a {
	/*background:url("../images/edit_campaign_hover.png") no-repeat scroll 6px 4px #4F81BD;*/
}

.dropdown-menu>li.view_campaign>a {
	background: url("../images/view_campaign.png") no-repeat scroll 6px 4px rgba(0, 0, 0, 0);
}

.dropdown-menu>li.view_campaign:hover>a {
	background: url("../images/view_campaign_hover.png") no-repeat scroll 6px 4px #4F81BD;
}

.dropdown-menu>li.logs>a {
	background: url("../images/logs.png") no-repeat scroll 6px 4px rgba(0, 0, 0, 0);
}

.dropdown-menu>li.logs:hover>a {
	background: url("../images/logs.png") no-repeat scroll 6px 4px #4F81BD;
}

.dropdown-menu>li.assign_num>a {
	background: url("../images/assign_num.png") no-repeat scroll 6px 4px rgba(0, 0, 0, 0);
}

.dropdown-menu>li.assign_num:hover>a {
	background: url("../images/assign_num_hover.png") no-repeat scroll 6px 4px #4F81BD;
}

.dropdown-menu>li.login_optr>a {
	background: url("../images/login-optr.png") no-repeat scroll 6px 4px rgba(0, 0, 0, 0);
}

.dropdown-menu>li.login_optr:hover>a {
	background: url("../images/login-optr-hover.png") no-repeat scroll 6px 4px #4F81BD;
}

.dropdown-menu>li.call_center>a {
	/*background:url("../images/call_center.png") no-repeat scroll 6px 4px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.call_center:hover>a {
	/*background:url("../images/call_center.png") no-repeat scroll 6px 4px #4F81BD;*/
}

.dropdown-menu>li.delete_campaign>a {
	/*background:url("../images/delete_campaign_icon.png") no-repeat scroll 7px 5px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.delete_campaign:hover>a {
	/*background:url("../images/delete_campaign_icon_hover.png") no-repeat scroll 7px 5px #4F81BD;*/
}

.dropdown-menu>li.resend_campaign>a {
	/*background:url("../images/resend_campaign.png") no-repeat scroll 7px 5px rgba(0, 0, 0, 0);*/
}

.dropdown-menu>li.resend_campaign:hover>a {
	/*background:url("../images/resend_campaign_hover.png") no-repeat scroll 7px 6px #4F81BD;*/
}

.dropdown-menu>li>a:hover {
	/*background: none repeat scroll 0 0 #4F81BD;*/
	color: #ff606e;
}

.open>.dropdown-menu {
	display: block;
}

.table_edits {
	float: right;
	padding-right: 12px;
}

.dropdown-menu>li>a {
	padding: 3px 36px 3px 32px;
}

.table_edits .dropdown-menu>li>a img {
	float: left;
	margin: 2px 5px 0 0;
}

.table_edits .dropdown-menu {
	right: 10px !important;
	top: 6px;
	border-radius: 5px;
}

.table_edits .button {
	padding: 4px 5px;
}

.manage_content_space .field label,
#account .rep label {
	line-height: inherit;
}

.comp-toggle,
.comp-dtoggle {
	display: block;
	outline: none;
}

.comp-toggle:focus,
.comp-dtoggle:focus,
.comp-toggle:active,
.comp-dtoggle:active {
	outline: none;
}

/* Drop Down */

/* Help Popup */
.custom_help,
.close_wrapper {
	position: fixed;
	right: -36%;
	background: #fff;
	border-radius: 5px 0 0 5px;
	width: 32%;
	height: 80%;
	top: 11.5%;
	transition: all .3s ease 0s;
	z-index: 10000000;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
}

.custom_help {
	overflow-y: auto;
}

.custom_help .modal-header {
	border-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
}

.custom_help .modal-body {
	padding-top: 60px;
}

.custom_help .modal-body h3 {
	font-size: 13px;
}

.custom_help .modal-body p {
	font-size: 12px;
}

.custom_help .modal-body ul li {
	list-style: circle;
	margin-bottom: 5px;
	line-height: 19px;
	font-size: 12px;
}

.pop_pos {
	right: 0px;
}

.close_help {
	left: -24px;
	position: absolute;
	top: 6px;
	z-index: 1000000000;
	width: 20px;
	height: 20px;
	background: red;
	border-radius: 50px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 22px;
}

/* Help Popup Ends  here */

/* Action button setting starts here 30-jan-2014 */
#insured_list .btn-group.table_edits>a.btn {
	padding: 2px 6px;
	font-size: 12px;
	font-weight: 600;
}

.min-height-container {
	min-height: 570px;
}

#insured_list .btn-group.table_edits>a.btn .caret {
	margin-left: 3px;
	vertical-align: middle;
}

.dash-list-outer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.dash-list-outer ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
}

.dash-list-outer ul li {
	background-color: #f5f5f5 !important;
	border-radius: 10px;
	float: left;
	list-style: outside none none;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 15px;
	margin-top: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	width: 31.3%;
	border: 1px solid #dddddd;
}

.dash-list-outer ul li:last-child {
	margin-right: 0px;
}

.dash-list-left {
	background-color: #2ab573;
	float: left;
	padding: 3px 20px;
	width: 100px;
	position: relative;
	height: 100px;
	margin-right: 15px;
}

.dash-list-left img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 57%;
}

.dash-list-right h4 {
	border: medium none;
	font-size: 17px !important;
	color: #666 !important;
	margin: 0 !important;
}

.dash-list-right {
	padding-top: 14px;
}

.dash-list-right h2 {
	border: medium none;
	font-size: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #444 !important;
}

.action_icon {
	float: left;
	margin: 2px 3px 0 0;
}

/* notes section starts here */
.notes {
	/*float:left;width:27%;*/
}

.notes2 {
	/*margin-top:1%;*/
}

.notes .notes_desc {
	/*width:100%;
  height:150px;*/
}

.notes2 .notes_desc {
	/*height:108px;*/
}

.edit_number_left_section {
	float: left;
	/*float:left;
  width:53%;*/
}

.notes_title {
	/*padding: 0px;*/
}

#header {
	margin-bottom: 90px;
	margin-top: 0;
}

.header_fix_wrapper,
#header.company_header_wrapper .company_header_fix {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #2e3136;
}

.main_nav {
	margin-bottom: 0px;
}

#header.login_header {
	margin-bottom: 0px;
	position: relative;
	z-index: 9;
	padding-top: 40px;
}

#header.login_header .log-header h1 {
	margin-bottom: 0;
}

.inp input {
	/*width: 357px !important;*/
}

.inp select {
	/*width: 337px !important;*/
}

/*******************new css**********************/
.login-bg {
	background: url(/images/body-img-bg.png) no-repeat scroll 0 0;
	background-size: cover;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;

}

.login-bg::before {
	background: #ff606e;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	-ms-transform: rotate (101deg);
	-webkit-transform: rotate (101deg);
	-o-transform: rotate (101deg);
	transform: rotate(101deg);
	right: -34%;
	padding: 20px;
	border: 20px solid #e7525f;
}

.login-bg::after {
	background-color: rgba(27, 27, 27, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.new-login,
.payment-right {
	float: right;
	width: 30%;
	margin-right: 6%;
	position: relative;
	transform: translateY(34%);
}

.payment-right {
	width: 32%;
	transform: translateY(14%);
}

.payment-right ul {
	display: none;
}

.new-login.forgot-form {
	transform: translateY(20%);
}

.payment-outer-main.card-detail .payment-right {
	transform: translateY(7%);
	width: 30%;
}

#register .new-login {
	transform: translateY(8%);
}

.new-login .box {
	background-color: transparent;
	border: none;
}

.new-login p {
	display: inline-block;
	padding: 0px;
	width: 100%;
	margin: 0px;
	position: relative;
	margin-top: 25px;
}

.new-login p:first-child {
	margin-top: 0;
}

.new-login p input,
.payment-inner form .field input {
	font-size: 16px;
	font-weight: 500;
	color: #2d2c2c;
	width: 100%;
	display: inline-block;
	height: 54px;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	padding-left: 48px;
	padding-right: 8px;
	border: none;
	margin: 0;
}

.new-login p input[type="password"] {
	padding-right: 145px;
}

.new-login p.error {
	border: none;
	background: transparent;
	text-shadow: none;
	color: #6f0000;
	position: absolute;
	top: 50px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 !important;
	height: auto !important;
}

.login-icon-wrap {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	font-size: 16px;
	transform: translateY(-50%);
}

.login-icon2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 52px;
	border-right: 1px solid #cccccc;
	background: url(../images/login-icon2.png) no-repeat center center;
	width: 47px;
	z-index: 2;
}

.new-login p.para {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin-top: 30px;
	line-height: 22px;
	word-break: break-word;
}

.new-login p.para a,
.new-login p.para strong {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.new-login p.para strong {
	border: none;
}

.new-login p.para a:hover {
	border: 0;
}

.new-login p .button,
.button.coupon,
.dark-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 54px;
	background: #242524;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #242524;
	box-shadow: none;
	border-radius: 0 4px 4px 0;
	padding: 0 40px;
	transition: 0.3s;
}

.new-login p .button:hover,
.button.coupon:hover,
.dark-btn:hover {
	background: #131413;
}

.new-login.forgot-form p .button {
	font-size: 14px;
	position: inherit;
	border-radius: 5px;
	width: auto;
	padding: 0 26px;
}

.dark-btn {
	position: inherit;
	border-radius: 5px;
}

.new-login.forgot-form p input.button {
	float: right;
}

.login-left,
.payment-left {
	position: relative;
	float: left;
	width: 46%;
}

.payment-left .Payment-ryt {
	margin-top: 25px;
}

.login-left .para-container {
	color: #fff;
	position: relative;
	transform: translateY(60%);
}

.login-left .para-container h3 {
	font-size: 56px;
	font-weight: 600;
	line-height: 60px;
	word-break: break-word;
	float: left;
	width: 100%;
}

.login-left .para-container p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
	line-height: 24px;
}

.login-left .para-container p:first-child {
	margin-top: 0;
}

.support-email-head {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: -32px;
	right: -130px;
	z-index: 9;
}

.new-login p.submit button {
	display: inline-block;
	width: 100%;
	background: #ff606e !important;
	border: none;
	height: 54px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.new-login p.submit button:hover {
	background: #f24353 !important;
}

.login-top {
	display: inline-block;
	width: 100%;
}

.login-top h4 {
	font-size: 55px;
	font-weight: 600;
	color: #fff;
	line-height: 60px;
	margin-bottom: 40px;
}

.log-header {
	float: left;
	width: auto;
}

.login-head-ryt {
	float: right;
	width: auto;
	color: #fff;
}

.login-head-ryt h5 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	border: none;
	margin-bottom: 0;
}

.login-head-ryt h5 a,
.blk-btn {
	background-color: transparent;
	border: 1px solid #ffa1aa;
	position: relative;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 20px;
	transition: 0.3s;
}

.login-head-ryt h5 a:hover,
.blk-btn:hover {
	background: #ea5461;
}

.login-head-ryt h5 a span {
	background-color: #ff3246;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	text-align: center;
	width: 36px;
}

.login-head-ryt h5 a span img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.login-icon3 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 52px;
	border-right: 1px solid #cccccc;
	background: url(../images/login-icon3.png) no-repeat center center;
	width: 47px;
	z-index: 2;
}

.new-login p.submit input {
	display: inline-block;
	width: 100%;
	background: #ff606e !important;
	border: none;
	height: 54px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	margin-top: 20px;
	padding: 0px;
}

.new-login p.submit input:hover {
	background: #f24353 !important;
}

.for-txt {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	display: inline-block;
	margin-top: 20px;
}

.inp-div {
	display: inline-block;
	width: 100%;
	position: relative;
}

.new-login label.error,
.new-login p.error {
	color: #ff0016 !important;
	background: #fff;
	width: auto;
	border-radius: 3px;
	padding: 1px 7px;
	top: 55px;
	z-index: 9;
	position: absolute;
	font-size: 11px;
	font-weight: 600 !important;
	border: none;
}

.new-login p.error {
	padding: 0 7px !important;
	top: 54px;
}

.height-auto {
	height: auto !important;
}

.payment-radio {
	float: left;
	width: 100%;
}

.payment-radio .field {
	float: left;
	width: auto;
	margin: 0px;
}

.payment-inner form .payment-radio .field {
	margin-right: 15px;
}

.payment-radio label.cc {
	float: right;
	margin-top: 2px;
	margin-left: 5px;
	color: #fff;
}

.payment-radio .field small {
	color: #fff;
	border-left: 1px solid #fda9b1;
	padding-left: 10px;
	margin-left: 10px;
}

.payment-radio .field input[type="radio"] {
	width: 20px;
	height: 20px;
	float: left;
}

.payment-inner form {
	float: left;
	width: 100%;
}

.payment-inner form .field {
	margin: 0px;
	float: left;
}

.payment-inner form .field.submit,
.payment-inner form .field.submit .button {
	width: 100%;
}

.payment-inner form .field span {
	float: left;
}

.input-outer {
	float: left;
	width: 100%;
	position: relative;
}

.login-icon1.pay-icon1 {
	background: url(../images/card.png) no-repeat center center;
}

.full-width {
	float: left;
	width: 100%;
}

.comman-btn {
	display: inline-block;
	width: 100%;
	background: #ff606e !important;
	border: none;
	height: 54px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	text-shadow: none;
}

.payment-inner .field.submit p {
	margin-bottom: 0px;
}

.payment-inner .pay-midl {
	margin-bottom: 17px !important;
	margin-top: 15px !important;
}

.payment-inner form .pay-midl.field label {
	margin-top: 5px;
}

.pay-lft-head {
	float: left;
	width: 100%;
}

.payment-outer-main.card-detail .pay-lft-head h4 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}

.card-imgs {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.card-imgs img {
	max-width: 100%;
}

.card-imgs img {
	float: left;
}

.payment-outer-main.card-detail .payment-right {
	margin-bottom: 30px;
}

.payment-inner form .field input.coupon-input {
	padding-right: 145px;
}

.Payment-ryt h2 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}

.Payment-ryt p {
	display: block;
	float: left;
	width: 100%;
	color: #fff;
	line-height: 24px;
}

.Payment-ryt p.dsc-p b {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	display: inline-block;
	padding: 18px;
	width: 90%;
	font-weight: 500;
}

.Payment-ryt p.dsc-p b label {
	float: left;
	margin-right: 20px;
}

.Payment-ryt p.dsc-p b .plan-amount {
	float: right;
}

.two-input-left {
	float: left;
	width: 48%;
}

.payment-inner label.full-width {
	width: 100% !important;
}

.two-input-right {
	float: right;
	width: 48%;
}

.cvv-margin {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cvv-margin-btm {
	margin-bottom: 15px !important;
}

.three-input .field {
	width: 30.5%;
	margin-right: 4% !important;
}

.no-margin {
	margin: 0px !important;
}

.three-input .field.no-margin {
	margin: 0px !important;
}

.three-input {
	margin-top: 15px;
	margin-bottom: 20px;
}

.pay-ul-outer ul,
ul.pay-ul {
	width: 100%;
	display: inline-block;
	list-style: none;
}

.pay-ul-outer ul li,
ul.pay-ul li {
	background: url(../images/list-style-icon.png) no-repeat;
	list-style: none;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	width: 48%;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-position: 0px 2px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 20px;
}

.payment-outer .payment-inner .pay-card-frm input {
	margin-top: 4px;
	padding-left: 12px;
}

.payment-outer .payment-inner .pay-card-frm label.cc {
	color: #fff;
}

.comman-btn:hover {
	color: #fff;
	text-shadow: none;
	border: none;
	background: #f24353 !important;
}

div.error_div ul.payment-card-error {
	margin-bottom: 10px !important;
}

.error-forgot+p {
	height: auto;
	margin-bottom: 20px;
	border-left: 4px solid green;
	padding: 12px 10px;
	background-color: #fff;
	font-size: 13px;
}

.login-top h2 {
	color: #ffffff;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}

#capid {
	display: inline-block;
	text-align: center;
	width: 100%;
}

#capid div {
	margin: auto;
}

.field.cam_div {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.field.cam_div .check_source {
	width: 25%;
	min-height: 40px;
	padding-right: 15px;
}

.field.rep.operator label {
	clear: inherit !important;
	width: auto !important;
	margin-right: 28px !important;
}

.field.rep.operator input {
	float: left !important;
}

.ques_div textarea {
	width: 470px;
	margin-bottom: 5px;
}

label.tokenSelect {
	display: inline;
	margin-right: 45px;
}

.field.rep.forward_type {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}

.field.rep.forward_type label {
	width: auto !important;
	clear: inherit !important;
	margin-right: 25px !important;
}

/************call-center*****************/
.call-center-header-outer {
	float: left;
	width: 100%;
	margin: 0px !important;
}

.call-center-header-inner {
	float: left;
	width: 100%;
}

.call-center-wrapper {
	width: 1170px;
	max-width: 100%;
	margin: auto;
}

.logo-name {
	float: left;
	width: auto;
	font-size: 30px;
	color: #333333;
	line-height: 33px;
	text-transform: capitalize;
	margin-top: 19px;
	font-family: 'robotobold';
}

.call-center-inner-banner {
	float: left;
	width: 100%;
	height: 300px;
	background: url(../images/call-center-bg.jpg) no-repeat center center;
	background-size: cover;
}

.call-center-inner-bnr-head {
	background: #2ab573 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-size: 30px;
	line-height: 70px;
	/*margin-top: 60px;*/
	padding-left: 13%;
	padding-right: 25px;
	position: relative;
	text-transform: uppercase;
	width: auto;
	font-family: 'robotoblack';
}

.call-center-inner-bnr-head::after {
	border-bottom: 35px solid rgba(0, 0, 0, 0);
	border-left: 28px solid #2ab573;
	border-top: 35px solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: -28px;
	top: 0;
}

.oper-nav {
	float: right;
	width: auto;
}

.oper-nav ul#navigation {
	padding: 0px !important;
}

.oper-nav ul#navigation li {
	margin: 0px;
	margin-left: 1px;
}

.oper-nav ul#navigation li a {
	border-radius: 0;
	color: #333333;
	font-size: 16px;
	padding: 21px 19px;
	text-transform: capitalize;
	font-family: 'robotomedium';
	font-weight: normal;
	min-height: 70px;
}

.oper-nav ul#navigation .active {
	background: #ff606e none repeat scroll 0 0;
	color: #fff;
}

.oper-nav ul#navigation li a:hover {
	background: #ff606e none repeat scroll 0 0;
	color: #fff;
}

.call-center-listing-outer {
	float: left;
	padding: 60px 0;
	width: 100%;
}

.call-center-listing-inner {
	float: left;
	width: 100%;
}

.call-center-listing-inner table tr th {
	background: #2ab573;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	padding: 18px 15px;
	vertical-align: middle;
	font-family: 'robotobold';
	font-weight: normal;
}

.call-center-listing-inner table tr td {
	font-size: 15px;
	color: #333;
	padding: 15px;
	vertical-align: middle;
	font-family: 'robotoregular';
	word-break: break-all;
}

.call-center-table {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
}

.call-center-table2 {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
}

.call-center-listing-inner table {
	margin: 0px;
}

.call-center-listing-inner table tbody tr:nth-of-type(2n+0) {
	background: #f5f5f5;
}

.pagination-outer {
	float: left;
	margin-top: 25px;
	text-align: left;
	width: 100%;
}

.pagination-outer .pagination {
	float: left;
	text-align: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.pagination-outer .pagination a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	color: #555555;
	font-size: 16px;
	padding: 9px 14px;
}

.pagination-outer .pagination a:hover {
	background: #208c59;
	border: 1px solid #208c59;
	color: #fff;
}

.pagination-outer .pagination a.active {
	background: #208c59;
	border: 1px solid #208c59;
	color: #fff;
}

.call-center-listing-inner table tr td .dropdown-menu>li>a:hover {
	background: #2ab573 none repeat scroll 0 0;
	color: #ffffff;
}

.call-center-listing-inner table tr td .dropdown-menu>li.call_detail:hover>a {
	background: #2ab573 url("../images/call_details_icon_hover.png") no-repeat scroll 7px 4px;
}

/************call-center*****************/

/*************pop up call*****************/
.call-pop-outer {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.work-pop-outer {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.call-pop-inner {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.call-pop-main {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	display: inline-block;
	width: 365px;
	border: 2px solid #c8e8ff;
	background: url(../images/ans-bg.svg) no-repeat top center #ffffff;
	background-size: 100%;
}

.working-pop-main {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	display: inline-block;
	width: 365px;
	border: 2px solid #c8e8ff;
	background: url(../images/work-bg.svg) no-repeat top center #ffffff;
	background-size: 61%;
	background-position: 103% 180%;
}

.call-pop-ans-bg.work img {
	width: 55%;
}

.call-pop-ans-bg.work {
	background: #2ab573 none repeat scroll 0 0;
}

.call-pop-ans-bg.log-out img {
	width: 40%;
}

.call-pop-ans-right .call-pop-ans-bg.log-out {
	background: #ff4030 none repeat scroll 0 0;
}

.call-pop-head {
	float: left;
	width: 100%;
	margin-top: 14px;
}

.call-pop-head h4 {
	margin: 0px;
	font-size: 34px;
	color: #444444;
	font-weight: normal;
	font-family: 'roboto_condensedlight';
	line-height: 51px;
}

.call-pop-ans {
	float: left;
	margin-bottom: 20px;
	margin-top: 60px;
	padding: 0 30px;
	width: 100%;
}

.call-pop-ans-left {
	float: left;
	width: auto;
	text-align: center;
}

.call-pop-ans-bg {
	background: #ff4030 none repeat scroll 0 0;
	border-radius: 100%;
	height: 73px;
	position: relative;
	width: 73px;
	display: inline-block;
}

.call-pop-ans-bg img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.call-pop-ans-right {
	float: right;
	width: auto;
	text-align: center;
}

.call-pop-ans-right .call-pop-ans-bg {
	background: #2ab573;
}

.call-pop-ans-left h5 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #444444;
	font-family: 'robotomedium';
	font-weight: normal;
	margin: 0px;
}

.call-pop-ans-right h5 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #444444;
	font-family: 'robotomedium';
	font-weight: normal;
	margin: 0px;
}

.op-working .call-pop-head {
	margin-top: 41px;
	margin-bottom: 26px;
}

/*************pop up call*****************/

/*******************qus****************/
.call-center-qus {
	display: table;
	width: 100%;
}

.call-center-qus-left {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	background: #fff;
	padding: 37px;
	position: relative;
}

.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}

.loader img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.call-center-qus-right {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	background: #2ab573;
	padding: 37px;
	background: url(../images/qus-bg.png) no-repeat right bottom #2ab573;
}

.call-center-lft-int {
	float: left;
	width: 100%;
	margin-bottom: 24px;
}

.call-center-lft-int h4 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #444444;
	font-family: 'robotobold';
	margin: 0 0 4px;
	font-weight: normal;
}

.call-center-lft-int textarea {
	float: left;
	width: 100%;
	height: 120px;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	resize: none;
	padding: 10px;
}

.call-center-lft-search {
	display: inline-flex;
	float: left;
	margin-top: 24px;
	margin-bottom: 5px;
}

.search-frm-inner {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.call-center-lft-search input {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	height: 40px;
	padding: 10px;
	resize: none;
	width: 49%;
	margin-left: 5px;
}

.call-center-lft-search select {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	height: 40px;
	padding: 10px;
	resize: none;
	width: 49%;
}

.noti-outer {
	float: left;
	text-align: center;
	width: 100%;
}

#notification {
	color: #2ab573;
	display: inline-block !important;
	float: none;
	font-size: 20px;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
	width: auto;
}

#notification span.dismiss {
	border: 2px solid #FFF;
	padding: 0 5px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

#notification a {
	color: white;
	text-decoration: none;
	font-weight: bold
}

.call-center-lft-search button {
	background: #2ab573 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #ffffff;
	float: left;
	font-family: "robotomedium";
	font-size: 16px;
	padding: 10px 28px;
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
	margin-left: 5px;
}

.call-center-lft-btn {
	float: left;
	width: 100%;
}

.call-center-rght-btn {
	float: right;
}

.call-center-lft-btn button {
	background: #2ab573 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	float: left;
	font-family: "robotomedium";
	font-size: 16px;
	padding: 14px 28px;
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
}

.call-center-qus-right ul {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}

.call-center-qus-right ul li {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
}

.call-center-qus-right ul li h4 {
	float: left;
	width: 100%;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	font-family: 'robotobold';
	font-size: 22px;
}

.call-center-qus-right ul li h5 {
	float: left;
	width: 100%;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	font-size: 30px;
	font-family: 'robotolight';
}

.call-center-qus-right .call-pop-ans-left {
	width: 75px;
}

.call-center-qus-right .call-pop-ans-left h5 {
	color: #fff;
}

.call-center-lft-scroll {
	float: left;
	max-height: 687px;
	overflow-y: auto;
	width: 100%;
}

/*******************qus****************/
.cng-pas-inner {
	float: left;
	width: 100%;
	background: #fff;
	padding: 37px;
	border-radius: 5px;
}

.cng-pas-inner h2 {
	float: left;
	font-size: 24px;
	margin: 0;
	width: 100%;
}

.call-center-lft-int input {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	float: left;
	height: 38px;
	padding: 10px;
	resize: none;
	width: 100%;
	font-size: 14px;
}

.call-center-common-btn {
	background: #2ab573 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	float: left;
	font-family: "robotomedium";
	font-size: 16px;
	padding: 14px 28px;
	text-transform: capitalize;
	width: auto;
}

.quesAns label {
	font-size: 15px;
	margin-bottom: 5px;
}

.quesAns p {
	font-size: 15px;
}

.check_tags input[type="radio"] {
	margin-left: 0px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.call-center-qus-right ul li.half {
	width: 50% !important;
}

.quesAns {
	width: 75%;
	float: left;
}

.callDate {
	width: 25%;
	float: left;
	line-height: 1.6em;
}

.call-center-rght-btn {
	float: right;
	margin-top: 65px;
}

.call-center-rght-btn button {
	background: #2ab573 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #ffffff;
	float: right;
	font-family: "robotomedium";
	font-size: 16px;
	padding: 11px 13px;
	text-transform: capitalize;
	width: auto;
	margin-top: 10px;
	cursor: pointer;
}

.call-pop-ans-bg h4 {
	color: white;
	margin-top: 17px;
	font-size: 25px;
}

.btn-div {
	float: left;
	width: 100%;
	text-align: left;
}

.btn-div h4 {
	background: #ff4030;
	margin: 0px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	padding: 9px 30px;
	margin: 0px 1%;
	text-align: center;
	margin-bottom: 12px;
	cursor: pointer;
}

.btn-div h4:last-child {
	margin-bottom: 0px;
}

.op_label {
	margin-bottom: 13px;
	font-size: 16px;
}

.text-space span {
	margin-right: 100px;
}

.sms-body {
	margin-bottom: 8px;
	font-size: 16px;
}

.op_detail {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}

.op_detail label {
	padding-bottom: 10px;
	padding-top: 10px;
}

.missed-call-block {
	margin-bottom: 10px;
}

.caller-label {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}

.block-status {
	font-size: 14px;
	float: right;
}

textarea {
	height: 100px !important;
	padding-top: 7px;
}

.track-div {
	width: 33% !important;
	vertical-align: top;
}

.track-div label {
	display: inline-block;
	margin-right: 50px;
}

label.ivr-hour {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.ivr-operating-check {
	margin-bottom: 15px;
}

.field.rep.audioivr input {
	width: auto !important;
	float: none !important;
	display: inline-block;
	margin-right: 2px !important;
}

.field.rep.audioivr p {
	width: auto;
	float: none;
	display: inline-block;
	margin-right: 15px;
}

.audio-record {
	display: inline-flex;
}

ul.inner-sub {
	position: absolute;
	right: 100% !important;
	top: 0px !important;
	width: 200px !important;
	border-radius: 5px;
	padding: 4px 2px 2px 2px !important;
}

ul.inner-sub li a {
	margin: 0px !important;
	width: 100% !important;
}

#navigation li li {
	position: relative;
}

.oper-nav #navigation>li>ul.sub-menu {
	top: 100% !important;
	padding: 0px !important;
	left: inherit;
	right: 0px;
	width: 200px;
}

.oper-nav #navigation>li>ul.sub-menu li a {
	margin: 0px;
	width: 100%;
	font-size: 15px;
	color: #fff;
	padding: 20px 12px;
}

.oper-nav #navigation>li>ul.sub-menu li a:hover {
	background: #1b7b4e;
}

.oper-nav #navigation>li:hover ul.sub-menu {
	display: block !important;
}

.ques_area {
	height: 50px !important;
	max-height: 100px !important;
}

.track-pop-outer {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.track-select-div {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.track-select-div select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	padding: 14px 24px;
}

.call-pop-ans.track-call {
	margin-top: 40px;
}

.call-pop-ans.track-call .call-pop-ans-left {
	width: 48%;
}

.call-pop-ans.track-call .call-pop-ans-left .call_list {
	width: auto;
	font-size: 16px;
	padding: 12px 22px;
	border-radius: 5px;
	float: left;
	border: none;
	margin: 0px;
	background-color: #2ab573;
	color: #fff;
	cursor: pointer;
}

.call-pop-ans.track-call .call-pop-ans-right {
	width: 48%;
}

.call-pop-ans.track-call .call-pop-ans-right .close_pop {
	width: auto;
	font-size: 16px;
	padding: 12px 22px;
	border-radius: 5px;
	float: right;
	border: none;
	background-color: #ff4030;
	color: #fff;
	cursor: pointer;
}

.client-pop-outer {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.call-pop-ans.client-num .call-pop-ans-left .client-number {
	width: auto;
	font-size: 16px;
	padding: 12px 22px;
	border-radius: 5px;
	float: left;
	border: none;
	margin: 0px;
	background-color: #2ab573;
	color: #fff;
	cursor: pointer;
}

.call-pop-ans.client-num .call-pop-ans-right .close_pop {
	width: auto;
	font-size: 16px;
	padding: 12px 22px;
	border-radius: 5px;
	float: right;
	border: none;
	background-color: #ff4030;
	color: #fff;
	cursor: pointer;
}

.client-div select,
.client-div input,
.client-div textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px 8px;
}

.client-pop-main {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 5px;
	display: inline-block;
	width: 522px;
	border: 2px solid #c8e8ff;
	background: url(../images/ans-bg.svg) no-repeat top center #ffffff;
	background-size: 100%;
	position: relative;
}

.op-main-out {
	float: left;
	width: 100%;
}

.op-main-out label {
	width: auto;
	float: left;
	margin-right: 115px;
}

.field.closecall label {
	float: none !important;
}

.timer-outer {
	float: left;
	width: 100%;
	position: relative;
	top: 17px;
}

.timer-outer .timer .timerSpan {
	font-size: 22px;
	background: #2ab573;
	color: #fff;
	padding: 15px 15px;
	display: inline-block;
	margin: 0px 4px;
	vertical-align: middle;
}

.form-notiypop-lay label {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.form-notiypop-lay.grid_8 input {
	width: auto !important;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.form-notiypop-lay.grid_8 input[type="text"] {
	width: 50px !important;
	height: 30px;
	text-align: center;
}

.tabs-notify-out {
	float: left;
	width: 100%;
}

.tabs-notify-out ul {
	float: left !important;
	width: 100% !important;
	padding: 0px !important;
	border-bottom: 1px solid #e7e7e7 !important;
}

.block .tabs-notify-main .block_content h1,
.block .tabs-notify-main .block_content h2 {
	padding: 15px 0 0 20px;
	margin: 0;
	font-size: 13px;
}

.block .tabs-notify-main .block_content {
	margin-bottom: 0;
}

.section-row .field.tabs-notify-main {
	width: 500px;
	min-width: 500px;
}

.tabs-notify-out ul li {
	padding: 0px !important;
	margin: 0px !important;
}

.tabs-notify-out ul li a {
	font-size: 14px !important;
}

.tabs-notify-main .block_content ul {
	padding: 0px;
}

.tabs-notify-main .block_content ul li {
	display: inline-block;
	padding: 10px 4%;
	vertical-align: middle;
}

.tabs-notify-main .block_content ul li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 122px;
}

.tabs-notify-main .block_content ul li input {
	display: inline-block;
	vertical-align: middle;
}

.form-notifypop-right .notifyinfo {
	padding: 15px;
}

.notify-inner-right-pop {
	border-radius: 3px;
	border: 1px solid #efefef;
	padding: 15px 20px;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 94px;
}

.form-notiypop-lay .bottom-field {
	padding: 10px 15px;
}

.form-notiypop-lay .bottom-field input[type="file"] {
	width: 50%;
	float: left;
}

.form-notiypop-lay .bottom-field input[type="checkbox"] {
	margin-top: 12px;
	float: left;
	margin-right: 10px;
}

.form-notiypop-lay .bottom-field .notifydefaultval {
	float: left;
	margin-top: 0;
	margin-bottom: 18px;
	margin-left: 22px;
	width: 100%;
}

.form-notiypop-lay .bottom-field .button {
	margin-top: 8px;
	margin-bottom: 15px;
}

.tabs-notify-out ul.tabs li a {
	background: transparent;
	border: 1px solid transparent;
	color: #2e3136;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	border: 0;
	position: relative;
	top: 1px;
	padding: 10px 40px;
	cursor: pointer;
}

.tabs-notify-out ul.tabs li a.selected {
	background: #f3f3f3;
	color: #2e3136;
	border: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: none;
}

.emailCount {
	background: #2ab573;
	color: #fff;
	border-radius: 100% !important;
	width: 28px;
	display: inline-block;
	text-align: center;
	height: 28px;
	padding: 4px 0px;
	vertical-align: middle;
	font-size: 14px;
}

.oper-nav ul#navigation li a:hover .emailCount {
	background: #fff;
	color: #444;
}

.oper-nav ul#navigation .active .emailCount {
	background: #fff;
	color: #444;
}

#header.container_16,
.login-outer .container_16 {
	width: 96%;
	margin: 0 auto;
}

a:focus {
	outline: none;
}


.right_containerContent {
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 90px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}

.right_containerContent.new-dashbord-sectionWrap .show-listen-call audio {
	width: 254px;
	height: 38px;
}

.sub-dspflex {
	display: flex;
	align-items: center;
	justify-content: start;
}

.sub-dspflex a {
	margin-left: 20px;
}


/***********************responsive************************/
@media screen and (max-width: 1580px) {
	.dash-list-right h2 {
		font-size: 28px !important;
	}

	.block .block_content .dash-list-left {
		height: 76px !important;
		width: 76px !important;
	}
}

@media screen and (max-width: 1440px) {
	#head-inner .header-companyName {
		width: 280px !important;
	}

	.select_company {
		margin-left: 28px;
	}

	#menu ul.menu_setting li {
		margin-right: 0;
		padding-left: 15px;
	}
}

@media screen and (max-width: 1410px) and (min-width: 1358px) {
	.block .block_content .dash-list-left {
		height: 66px !important;
		width: 66px !important;
	}

	.block .block_content .dash_icons .fa {
		font-size: 42px;
	}

	#menu ul.menu_setting li {
		padding-left: 10px;
	}

}

@media screen and (max-width: 1357px) and (min-width: 1321px) {
	#head-inner .header-companyName {
		width: 270px !important;
	}
}

@media screen and (max-width: 1410px) {
	.block .block_content .dash-list-left {
		height: 66px !important;
		width: 66px !important;
	}

	.block .block_content .dash_icons .fa {
		font-size: 42px;
	}
}

@media screen and (max-width: 1366px) {
	#filter_tags select#daterange {
		margin-right: 10px !important;
	}

	#filter_tags select {
		margin-right: 10px !important;
	}

	.block .block_head.filter-head h2 {
		flex-grow: 1;
	}

	#filter_dates input,
	#filter_tags select,
	.upload-wrap input[type="text"],
	.block table.ctable select,
	.popup-section-row input,
	.popup-section-row select,
	.section-row input[type="text"],
	.section-row select,
	input[type="text"],
	input[type="number"],
	input[type="file"],
	.section-row input[type="password"],
	.section-row input[type="email"],
	.faq-mid-filter select {
		font-size: 15px;
		width: 125px;
	}

	.select_company {
		margin-left: 0;
	}

	#menu ul.menu_setting li {
		padding-left: 10px;
	}

	.block .block_content .dash-list-outer ul {
		flex-wrap: wrap;
	}

	.block .block_content .dash-list-outer ul li {
		width: 49% !important;
		margin: 0px 0 6px !important;
	}
}

@media screen and (max-width: 1230px) {

	.dash-list-right h2 {
		font-size: 24px !important;
	}

	.block .block_content .dash-list-left {
		height: 56px !important;
		width: 56px !important;
	}

	.block .block_content .dash_icons .fa {
		font-size: 32px;
	}

}

@media screen and (max-width: 1200px) {

	#header .container_16,
	.login-outer .container_16 {
		max-width: 96%;
	}

	.call-center-wrapper {
		max-width: 92%;
	}
}

@media screen and (max-width: 1024px) {
	.call-center-table {
		overflow: auto;
	}

	.call-center-table2 {
		overflow: auto;
	}

	.call-center-listing-inner table {
		width: 1200px;
	}
}

@media screen and (max-width: 900px) {
	.paypemt-left {
		width: 100%;
	}

	.Payment-ryt {
		width: 100%;
		margin-top: 45px;
	}

	.call-center-inner-bnr-head {
		font-size: 28px;
		line-height: 34px;
		margin-top: 115px;
		padding-left: 3%;
		padding: 16px 10px;
	}

	.call-center-inner-banner {
		height: 270px;
	}

	.call-center-inner-bnr-head {
		margin-top: 103px;
	}

}

@media screen and (max-width: 768px) {
	.form-row100 {
		width: 100% !important;
	}

	.call-center-inner-bnr-head::after {
		display: none;
	}

	.call-center-inner-bnr-head {
		text-align: center;
		width: 100%;
	}

	.call-center-qus {
		display: inline-block;
	}

	.call-center-qus-left {
		display: inline-block;
		width: 100%;
	}

	.call-center-qus-right {
		display: inline-block;
		width: 100%;
	}
}

@media screen and (max-width: 680px) {

.whisper-greding .whisperRadio {
    float: none;
}

	#head-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#head-inner .select_company {
		top: 0 !important;
	}

	a.menu-link {
		top: -24px !important;
	}

	#head-inner .header-companyName {
		width: 92% !important;
	}
}

@media screen and (max-width: 620px) {
	.oper-nav {
		width: 100%;
	}

	.oper-nav ul#navigation {
		margin-bottom: 20px;
		margin-top: 25px;
		text-align: center;
		width: 100%;
	}

	.oper-nav ul#navigation li {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.oper-nav ul#navigation .active {
		background: transparent;
		color: #444;
	}

	.oper-nav ul#navigation li a:hover {
		background: transparent;
		color: #444;
	}

	.logo-name {
		width: 100%;
		text-align: center;
	}

	.oper-nav ul#navigation li a {
		padding: 5px;
	}
}

@media screen and (max-width: 550px) {
	div.main_nav {
		top: 93px !important;
	}

	#head-inner .select_company {
		top: 10px !important;
		margin-left: 0 !important;
	}

	a.menu-link {
		top: -52px !important;
	}

	#head-inner {
		display: inherit;
	}

	ul.pay-ul li {
		width: 100%;
		padding-right: 0px;
	}

	.payment-inner form .field {
		margin-bottom: 7px;
	}

	.payment-inner form .field {
		width: 100%;
		margin: 0px;
		margin-bottom: 7px;
	}

	.pay-ul-outer ul li {
		width: 100%;
		padding-right: 0px;
	}

	.cvv-margin {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 387px) {
	a.menu-link {
		top: -70px !important;
	}
}

.captdiv {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

.captdiv label,
.cc-redeem {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

div#captcha {
	float: left;
	width: 100%;
}

#register .login-left .video-section {
	margin-top: 25px;
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

#register .login-left .video-holder {
	border: 5px solid #fff;
	border-radius: 5px;
	position: relative;
	width: 426px;
	height: 240px;
}

#register .login-left .video-holder a.play-btn {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 33%;
	bottom: 0;
	text-align: center;
	z-index: 99;
	width: 82px;
	height: 82px;
}

#register .login-left .para-container {
	transform: inherit;
}

.new-login #registerForms p .button {
	position: inherit;
	width: 100%;
	border-radius: 5px;
}

/*Add card css */
.filedchekbox input[type="checkbox"] {
	width: auto;
	vertical-align: middle;
	margin-left: 0;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.width60 {
	width: 60%;
}

.block_content.big-data {
	/*overflow: auto;*/
}

div.error_div ul.payment-card-error {
	margin-top: 0px !important;
}

p.error {
	/*border: none !important;
	background: transparent !important;
	text-shadow: none !important;
	color: #6f0000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
	margin-bottom: 10px !important;
	padding: 0 !important;*/
}

p#message,
p.error,
.error {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	background-color: #ffeaec;
	border-color: #f7ccd0;
}

.no-recordtxt {
	padding: 20px 0 20px 0;
	text-align: center;
	width: 100%;
}

.col-reserve {
	flex-direction: inherit;
	-webkit-flex-direction: inherit;
}

#filter_dates input,
#filter_tags select,
.upload-wrap input[type="text"],
.block table.ctable select,
.popup-section-row input,
.popup-section-row select,
.section-row input[type="text"],
.section-row select,
input[type="text"],
input[type="number"],
input[type="file"],
.section-row input[type="password"],
.section-row input[type="email"],
.faq-mid-filter select {
	border-radius: 50px;
	padding: 9px 14px;
	border: 1px solid #cecece;
	font-size: 15px;
	color: #000;
	font-weight: 5400;
	background: #f6f6f6 url(../images/webkit-arrow.png) 85% center no-repeat;
	width: 136px;
	float: left;
	-webkit-appearance: none;
	margin-right: 15px;
	padding-right: 30px;
}

@media screen and (max-width: 1500px) {

	#filter_dates input,
	#filter_tags select,
	.upload-wrap input[type="text"],
	.block table.ctable select,
	.popup-section-row input,
	.popup-section-row select,
	.section-row input[type="text"],
	.section-row select,
	input[type="text"],
	input[type="number"],
	input[type="file"],
	.section-row input[type="password"],
	.section-row input[type="email"],
	.faq-mid-filter select {
		font-size: 14px;
		width: 125px;
	}

	.block .block_head.filter-head h2 {
		width: 140px;
		margin-right: 10px;
	}

	#filter_dates,
	#filter_tags {
		float: left;
		margin-bottom: 10px;
	}

	.upload-wrap .button {
		right: -13px;
	}

	#filter_tags select#daterange {
		margin-right: 0;
		width: 140px;
	}
}

input[type="number"] {
	padding-right: 15px;
	background: none;
}

.block table.ctable select {
	font-size: 13px;
}

input[type="text"],
input[type="file"] {
	background: none;
}

.content-call-report .date-range-section span {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.content-call-report .date-range-section input[type="text"] {
	cursor: pointer;
	min-width: 136px;
	background: #fff url(../images/webkit-arrow.png) 90% center no-repeat;
}

.content-call-report .date-range-section select {
	cursor: pointer;
	width: 172px;
	background-position: 92% center;
}

#filter_dates input,
#filter_tags select,
.block table.ctable select {
	cursor: pointer;
	padding-right: 34px;
	background-position: 90% center;
}

.section-row .form-row select {
	min-width: 500px;
	width: auto;
	background-position: 96% center;
}

.section-row .form-row .field {
	margin-top: 5px;
}

.text-editor .defaultSkin table.mceLayout {
	width: 500px !important;
}

.block table.ctable select {
	width: 180px;
	background-position: 90% center;
}

.upload-wrap input[type="text"] {
	background: #fff;
	border-radius: 50px 0 0 50px;
	border-right: 0;
	margin-right: 92px;
}

.upload-wrap .button {
	border-radius: 0 50px 50px 0;
	border: 1px solid #ff606e;
	border-left: 0;
	padding: 10px 14px 9px 14px;
	border: none;
	background: #ff606e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 0;
}

.pd-block {
	padding: 20px;
}

.brd-none {
	border: none !important;
}

#reporting-line .legend {
	position: absolute;
	top: -26%;
	left: 53%;
}

.legendColorBox div {
	padding: 0px !important;
	border-radius: 50%;
}

.legendColorBox div div {
	border-width: 12px !important;
	border-radius: 50%;
}

/***Toggle Nagivation***/
#menu ul.menu_setting {
	background: #2e3136;
}

a.menu-link,
a.menu-link-second {
	float: right;
	display: block;
	padding: 9px 0;
	color: #fff;
	font-size: 22px;
}

a.menu-link.active,
a.menu-link-second.active {
	background: none;
}

nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.js nav[role=navigation],
.Ms nav[role=navigation] {
	max-height: 0;
}

nav[role=navigation].active,
nav[role=navigation].active-second {
	max-height: 100%;
	overflow: visible !important;
}

nav[role=navigation] ul {
	margin: 0;
	padding: 0;
}

nav[role=navigation] li a {
	display: block;
	padding: 0.8em;
}

.table_edits .dropdown-menu {
	padding: 0 !important;
}

.table_edits .dropdown-menu>li,
.btn-group.top-button-group .dropdown-menu>li {
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.table_edits .dropdown-menu {
	z-index: 9;
}

.table_edits .dropdown-menu>li:hover,
.btn-group.top-button-group .dropdown-menu>li:hover {
	background: #ff606e;
	color: #fff;
}

.table_edits .dropdown-menu>li:hover a,
.btn-group.top-button-group .dropdown-menu>li:hover a {
	color: #fff;
}

.table_edits .dropdown-menu>li:hover .icon-wraps,
.btn-group.top-button-group .dropdown-menu>li:hover .icon-wraps {
	background: #fff;
	color: #ff606e;
}

.table_edits .dropdown-menu>li:first-child,
.btn-group.top-button-group .dropdown-menu>li:first-child {
	margin-top: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.table_edits .dropdown-menu>li:last-child,
.btn-group.top-button-group .dropdown-menu>li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.table_edits .dropdown-menu>li>a,
.btn-group.top-button-group .dropdown-menu>li>a {
	display: inline-block;
	padding: 10px 0;
}

.select_cmpny .selectBox-dropdown {
	min-width: 192px;
}

.icon-wraps {
	background: #ff606e;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	line-height: 19px;
	color: #fff;
	text-align: center;
	display: inline-block;
	display: inline-block;
	top: 4px;
	margin-right: 2px;
}

.btn-group.top-button-group .dropdown-menu .icon-wraps {
	margin-right: 6px;
	width: 18px;
	height: 18px;
}

.btn-group.top-button-group .dropdown-menu .icon-wraps .fa {
	font-size: 10px;
	line-height: 18px;
}

.icon-wraps .fa {
	font-size: 12px;
	line-height: 25px;
}

.dropdown-menu>li.call_replay .icon-wraps .fa {
	font-size: 10px;
	line-height: 19px;
}

#head-inner .header-companyName {
	width: 320px;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
}

nav#menu {
	display: inline-block;
}

.select_company .selectBox-dropdown {
	background-position: 94% center;
	min-width: 200px;
	text-align: left;
	cursor: pointer;
}

.block .block_head .action-tab li {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

.block .block_head .action-tab li:last-child {
	margin: 0;
}

.block .block_head .action-tab {
	margin: 0;
	padding: 0;
	float: right;
}

.block .block_head .action-tab li,
.block .block_head .action-tab li {
	background: #ff606e;
	text-shadow: none;
	color: #fff;
	border-radius: 50px;
	float: left;
	font-size: 14px;
	text-transform: none;
	border: none;
	height: 34px;
	padding-left: 15px;
}

.block .block_head .action-tab li:last-child {
	padding-right: 12px;
	padding-left: 0;
}

.block .block_head .action-tab input,
.block .block_head .action-tab li a {
	background: none;
	border: 0;
	color: #fff;
	padding: 10px 14px;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}

.block .block_head .action-tab input {
	padding-left: 0;
}

.block .block_head .action-tab li a {
	padding-right: 0;
}

.block .block_head .action-tab li a:hover {
	color: #fff;
}

.block .block_head .action-tab .fa,
.block .block_head .action-tab .fa {
	font-weight: 400;
	margin-right: 2px;
}

.section-row {
	border-top: 1px solid #e7e7e7;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.section-row textarea,
.popup-section-row textarea {
	border: 1px solid #cecece;
	background: #f6f6f6;
	border-radius: 10px;
	resize: none;
	padding: 10px 18px;
	float: left;
	min-width: 500px;
	height: 80px !important;
}

.section-row .widget_textarea {
	min-width: auto;
	width: 100%;
}

.section-row p,
.popup-section-row p,
.section-row label {
	margin-bottom: 10px;
	font-size: 14px;
	word-break: break-word;
	
}

.section-row label b {
	font-weight: 500;
}

.section-row .check_tags {
	margin-bottom: 10px;
	width: 25%;
	float: left;
}

.section-row .check_tags label {
	margin-bottom: 0px;
}

.content-call-report .section-row .check_tags label {
	margin-bottom: 0;
}

.content-call-report .submit {
	float: left;
	margin-top: 20px;
}

.section-row .check_source {
	width: 25% !important;
	min-height: auto !important;
	margin-bottom: 10px;
	float: left;
}

.section-row .large-check-source .check_source,
.large-radio-opt .radio-optbx span {
	width: 33.333% !important;
}

.large-radio-opt .radio-optbx span {
	width: 29.333% !important;
}

.voice-mail-radio span {
	display: inline-block;
}

.section-row .check_source input[type="radio"],
.radio-optbx span input[type="radio"] {
	float: left;
	margin-right: 8px;
}

.section-row .check_source label,
.radio-optbx span label {
	margin-bottom: 0;
	width: 88%;
	line-height: 15px !important;
}

.popup-section-row {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}

.block .block_content .section-row h1,
.block .block_content .section-row h2,
.section-row h1,
.section-row h2,
.popup-section-row.block_content label,
label,
.form-row h2 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 20px;
}

.section-row h2 label {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
}

.section-row h2 label b,
.section-row label strong {
	font-weight: 600;
}

.section-row.light-label h2 label b,
.section-row.light-label h2 b {
	font-weight: 500;
}

.block .block_content .section-row.light-label h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

.popup-section-row label b {
	font-weight: 600;
}

.section-row .button,
.popup-section-row .button {
	border-radius: 50px;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: none;
}

.btn-pink {
	background: #ff606e;
	color: #fff;
	border: 1px solid #ff606e;
}

.btn-light {
	background: #f3f3f3;
	color: #2e3136;
	border: 1px solid #e7e7e7;
}

.btn-dark {
	background: #242524 !important;
	color: #fff !important;
}

.section-row .field {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}

.section-row .field.submit {
	margin-top: 20px;
}

.section-row .field.submit .button,
.field .button {
	margin-right: 5px;
}

.add-section a.cmshow .fa-minus-circle {
	display: inline-block;
}

.add-section a.cmshow .fa-plus-circle {
	display: none;
}

.add-section a .fa-minus-circle {
	display: none;
}

.accordian-block {
	/* border-radius: 5px; */
	/* border: 1px solid #e7e7e7; */
	border-top: none;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.accord-body {
	border-top: 1px solid #e7e7e7;
	padding: 25px;
	line-height: 18px;
}

.accord-body a {
	display: inline;
	font-size: 14px;
	font-weight: 500;
	color: #ff606e;
}

.accordian-head {
	margin-top: -1px;
	margin-bottom: 0;
}

.accordian-head a.accord-title {
	float: left;
	color: #2e3136;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	padding: 15px 0;
	display: inline-block;
	align-items: center;
	border: 1px solid #fbe6e6;
	background: #fff8f9;
	margin-bottom: 7px;
	color: #000;
	position: relative;
}

.accordian-head a.accord-title.title_current {
	border: 1px solid #fbe6e6;
	background: #fff8f9;
	color: #000;
	display: inline-block;
	margin-bottom: 0;
}

.accordian-head a.accord-title.title_current .list-info b {
	background: #fff;
	color: #2e3136;
}

.list-info-wrap {
	float: right;
	margin-right: 75px;
}

.block .block_content h4.accordian-head {
	padding: 0;
	line-height: inherit;
	position: relative;
	width: 100%;
}

.block .block_content h4.accordian-head a.brd-radius {
	/* border-top-left-radius: 5px;
  border-top-right-radius: 5px; */
}

.accordian-head a span {
	float: left;
	line-height: 25px;
	margin-left: 25px;
	padding-right: 15px;
}

.accordian-head img {
	position: absolute;
	right: 25px;
	top: 10px;
}

.accordian-small .accordian-head a.accord-title {
	font-size: 14px;
	padding: 10px 0;
}

.accordian-small .accordian-head a span {
	line-height: 20px;
	margin-left: 15px;
}

.accordian-small .accordian-head img {
	margin-right: 0;
	width: 28px;
	top: 6px;
	right: 15px;
	height: 28px;
}

#footernewew {
	font-size: 14px;
	margin-bottom: 20px;
	color: #2e3136;
	text-align: center;
	margin-top: auto;
	float: left;
	width: 100%;
	max-width: 100%;
}

#menu ul.menu_setting {
	padding-bottom: 0 !important;
	position: relative;
	top: 8px;
	padding: 0 !important;
}

.block table.ctable tr.listen-call td {
	padding: 0;
}

.block table.ctable tr.listen-call td table {
	width: 100%;
	margin: 0;
	display: inline-block;
	background: #f9f9f9;
}

.block table.ctable tr.listen-call audio,
.block .block_content audio {
	border: 1px solid #cecece;
	border-radius: 50px;
	height: 42px;
	width: 320px;
}

.block .block_content.brd-top {
	border-top: 1px solid #e7e7e7;
	border-radius: 5px;
}

.call_info2 audio {
	margin-bottom: 20px;
}

.block table.ctable tr.listen-call td table tr {
	border: none;
}

.block table.ctable tr.listen-call td td {
	padding: 10px;
}

.download-link {
	position: relative;
	top: 10px;
}

.popup .block .block_head {
	min-height: 48px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.popup .block .block_head.filter-head h2,
.popup .block .block_head h2 {
	line-height: 18px;
	margin-bottom: 0;
	padding-top: 0;
}

.popup-section-row label {
	margin-bottom: 10px;
}

.popup-section-row input,
.section-row input[type="text"],
.section-row input[type="password"],
.section-row input[type="email"],
.section-row input[type="file"] {
	background: #f6f6f6;
}

.section-row input[type="text"],
.section-row input[type="password"],
.section-row input[type="email"] {
	min-width: 500px;
}

.section-row .field small {
	position: relative;
	top: 10px;
}

.section-row label.error {
	color: #ff606e;
}

.popup-section-row select {
	background-position: 97% center;
}

input[type="text"].input-sec,
input[type="text"].input-phn {
	width: 70px;
	display: inline-block;
	float: none;
	text-align: center;
	min-width: 70px;
	padding-right: 20px;
}

input[type="text"].input-sec.fl,
input[type="text"].input-phn.fl {
	float: left;
}

input[type="text"].input-sec.fr,
input[type="text"].input-phn.fr {
	float: right;
}

input[type="text"].input-phn {
	width: 158px;
	text-align: left;
	min-width: 158px;
}

.checkbox-custom {
	opacity: 0;
	position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}

.checkbox-custom+.checkbox-custom-label:before {
	content: '';
	background: #fff;
	border-radius: 5px;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}

div.field label {
	display: inline-block;
	margin-right: 0;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	border: solid blue;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-radius: 0px;
	margin: 0px 15px 5px 5px;
}

.help-link {
	font-size: 15px;
	position: absolute;
	top: -57px;
	right: 25px;
	font-weight: 600;
	float: left;
	color: #2e3136;
}

.help-link .fa {
	position: relative;
	top: 2px;
}

.help-link.sgl-head {
	top: -40px;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border-radius: 5px;
	width: 45%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.modal-header {
	background: #f3f3f3;
	width: 100%;
	min-height: 48px;
	border: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
	padding: 15px 25px;
	box-sizing: border-box;
	float: left;
	border-radius: 5px 5px 0 0;
}

.modal-header h2 {
	font-size: 18px;
	font-weight: 600;
	color: #2e3136;
	float: left;
	line-height: 18px;
	padding-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}

.modal-body {
	padding: 20px 20px 10px 20px;
	border-radius: 0 0 5px 5px;
	float: left;
	width: 100%;
}

.modal-body h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

/* The Close Button */
.close-modal {
	float: right;
	font-size: 28px;
	font-weight: 500;
	position: absolute;
	right: 15px;
	color: black;
	top: 10px;
}

.close-modal:hover,
.close-modal:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* 
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: 0;
	opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 2.3em;
	font-size: 1.05em;
	line-height: 1.7;
	cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #aaa;
	background: #FFF;
	border-radius: .2em;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
	-webkit-transition: all .275s;
			transition: all .275s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '\2713\0020';
    position: absolute;
    top: 0.70em;
    left: .22em;
    font-size: 1.2em;
    color: #CB22ED;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0) rotate(45deg);
			transform: scale(0) rotate(45deg);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
			transform: scale(1) rotate(0);
}     
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #e9e9e9;
}
[type="checkbox"]:disabled:checked + label:after {
	color: #777;
}
[type="checkbox"]:disabled + label {
	color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
}
*/
.btn-single-wrap .upload-wrap .button {
	border-radius: 50px;
	position: inherit;
	right: inherit;
	min-width: 100px;
}

.btn-single-wrap #filter_dates input {
	width: 152px;
}

.btn-single-wrap #filter_dates input,
.btn-single-wrap #filter_tags select#daterange {
	background-position: 90% center;
}

.btn-single-wrap #filter_tags select#daterange {
	margin-right: 10px;
}

select.min-w500 {
	background-position: 96% center;
}

select.currency-set {
	width: 152px;
	display: inline-block;
	float: none;
	margin-right: 5px;
	padding-right: 34px;
}

.title-edit {
	position: relative;
	left: 10px;
}

.title-edit .fa {
	font-size: 17px;
}

.token-bx {
	float: right;
	margin-right: 0;
}

.data-token {
	width: 100%;
}

.token-bx .right-info,
.data-token,
.bg-gray {
	background: #f9f9f9;
	border-radius: 3px;
	border: 1px solid #efefef;
	padding: 15px 20px;
}

.token-bx .right-info .field {
	margin: 10px 0;
}

.token-bx .right-info p {
	margin-bottom: 8px;
}

.token-bx .right-info h2 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-top: 0;
}

.para-info.pb-none {
	padding-bottom: 0;
}

.token-bx .right-info.para-info h2 {
	border: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.token-bx #info1 p {
	margin-bottom: 5px;
	line-height: 20px;
}

.token-bx ul {
	margin: 0 !important;
	padding: 0 !important;
	;
}

.token-bx ul li {
	list-style: none;
	margin: 0 0 8px 0;
}

.form-row {
	margin-top: 15px;
}

.list-info b,
.invoice-info {
	position: relative;
	padding: 4px 12px;
	margin-bottom: 1rem;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 500;
	margin-left: 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ff606e;
}

.invoice-info {
	position: absolute;
	left: -170px;
	top: 6px;
}

.block .pagination-pedding .pagination {
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.block table.ctable tr td .button {
	padding: 5px 12px;
}

span.blueAlert {
	background: #2e3136 !important;
	border: none !important;
	border-radius: 50px !important;
	box-shadow: none !important;
	color: white !important;
	height: inherit !important;
	margin-top: inherit !important;
	min-width: 18px !important;
	padding: inherit !important;
	position: relative !important;
	right: -8px !important;
	text-align: center !important;
	text-shadow: none !important;
	top: inherit !important;
	display: inline-block !important;
	line-height: 18px !important;
	padding: 0 5px !important;
}

.tab-buttons ul.tabs,
ul.heading {
	border: none;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.tab-buttons ul.tabs li a {
	background: transparent;
	border: 1px solid transparent;
	color: #2e3136;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	border: 0;
	top: 1px;
	cursor: pointer;
}

.tab-buttons ul.tabs li a.selected {
	background: #f3f3f3;
	color: #2e3136;
	border: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: none;
}

.button.btn-sml {
	padding: 4px 10px;
	font-size: 12px;
}

.section-row select.w-half {
	min-width: 246px;
	width: 246px;
	background-position: 92% center;
}

.filter-header.company-filer #filter_tags {
	clear: none;
}

.filter-header.company-filer #filter_tags select {
	width: 152px;
}

.filter-header.company-filer .action,
.filter-header.company-filer .action .button {
	float: left;
}

.filter-header.company-filer .action {
	margin-bottom: 15px;
	margin-left: 10px;
}

ul.heading {
	float: left;
}

ul.heading li {
	display: inline-block;
}

ul.heading li a {
	background: transparent;
	border: 1px solid transparent;
	color: #2e3136;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	border: 0;
	position: relative;
	top: 2px;
	padding: 10px 40px;
}

ul.heading li a.current,
ul.heading li.selected a {
	background: #f3f3f3;
	color: #2e3136;
	border: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: none;
}

.kcalled,
.kall {
	width: 49%;
}

.kcalled {
	float: left;
}

.kcalled .filter-header {
	float: none;
}

.kall,
.kall .filter {
	float: right;
}

.kall .filter_dates,
.kall .action {
	display: inline;
}

.hasDatepicker {
	cursor: pointer;
}

.addr-tb {
	margin-bottom: 10px;
}

.upload-wrap.btn-fw {
	float: right;
}

.dashboard-calllog-page .filter-header {
	width: 100%;
}

.block .dashboard-calllog-page .block_head {
	border-radius: 5px;
	padding-left: 14px;
	padding-right: 14px;
}

.dashboard-calllog-page #filter_dates,
.dashboard-calllog-page #filter_tags {
	float: none;
}

.dashboard-calllog-page #filter_dates input,
.dashboard-calllog-page #filter_tags select {
	width: 21.6%;
}

.dashboard-calllog-page.dashboardtab-page #filter_dates input,
.dashboard-calllog-page.dashboardtab-page #filter_tags select,
.dashboard-calllog-page.dashboardtab-page #filter_tags select#daterange {
	width: 29.555%;
	background-position: 94% center;
}

.block.keyword-dashboard-page .dashboard-calllog-page.dashboardtab-page #filter_dates input {
	width: 29.333%;
}

.dashboard-calllog-page.dashboardtab-page .upload-wrap {
	float: right;
}

.block .dashboardtab-page .block_head {
	border-radius: 5px 5px 0 0;
}

.dashboard-calllog-page #filter_tags.mr-none {
	margin-right: 0 !important;
}

.dashboard-calllog-page .upload-wrap .button {
	border-radius: 50px;
}

.block .dashboard-calllog-page h2 {
	margin-bottom: 15px;
}

.dashboard-keyword-graph .graphs {
	min-height: 300px;
	position: relative;
}

.dashboard-keyword-graph .graphs .keyword-para {
	position: absolute;
	bottom: 0;
}

.accordian-body {
	padding: 22px 25px 25px 25px;
	/*border-left: 3px solid #ff606e;*/
	border: 1px solid #ffe6e6 !important;
	margin-top: -8px !important;
	margin-bottom: 7px;
	float: left;
	width: 100%;
}

.btn-group.top-button-group {
	display: inline;
	margin-top: 0;
}

.btn-group.top-button-group .button-blue,
.btn-group.top-button-group .blue_button {
	margin-bottom: 5px;
}

.btn-group.top-button-group.open>.dropdown-menu {
	display: block;
	left: -1px;
	top: -22px;
}

.section-row h2 b {
	font-weight: 600;
}

.country-labels .form-row {
	float: left;
}

.country-labels h2 {
	margin-bottom: 10px;
}

.section-row .country-label label b,
.section-row .country-code-label label b,
.section-row .phone-label label b {
	font-weight: 600;
}

.country-labels #country_id,
.country-labels .country-label,
.country-labels #select_change_country,
.country-labels #select_country,
.country-labels #country_id1,
.country-labels select.country_id3,
.country-labels.common-country select {
	min-width: 164px;
	background-position: 90% center;
}

td.country-label,
.country-label {
	min-width: 164px;
	background-position: 90% center;
}

.section-row .form-row td.country-label select {
	min-width: 164px;
	background-position: 88% center;
}

.country-labels .country-label {
	margin-right: 10px;
}

.country-labels #country_code,
.country-labels .country-code-label,
.country-labels #area_code1,
.country-labels #country_code1,
.country-labels input.country_code3,
.country-labels.common-country .common-country-code {
	min-width: 132px;
	padding-right: 10px;
}

td.country-code-label,
.section-row input.country-code-lable {
	min-width: 132px;
}

.section-row .form-row td.country-code-label input[type="text"] {
	min-width: 132px;
}

.country-labels .country-code-label,
.country-labels .phone-label,
.country-labels .country-label {
	margin-bottom: 10px;
	padding: 0;
}

.country-labels input.phone-no,
.country-labels .phone-label,
.country-labels #cont,
.country-labels #newsearch {
	min-width: 262px;
}

td.phone-label,
.country-labels #assigned_number,
.country-labels.common-country .common-country-no {
	min-width: 320px;
}

.section-row .form-row td.phone-label input[type="text"],
.section-row input.phn-number {
	min-width: 320px;
}

.custom_help.right-popup {
	/*border-radius: 5px;
	border: none;*/
}

.section-row.field.contain-input-group {
	margin-top: 0;
}

.allnumbers.localnumbers b {
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
}

.allnumbers.localnumbers label {
	margin-bottom: 0px;
}

#account .addsteps .rep input[type="checkbox"],
.section-row input[type="radio"] {
	margin: 0;
}

#account .addsteps .rep label {
	float: none;
	display: inline;
	margin: 0;
}

#account .addsteps .rep small {
	top: 0;
}

.contain-input-group input[type="text"] {
	width: 32px !important;
	min-width: 9px !important;
	padding-left: 5px;
	padding-right: 5px;
	height: 32px;
	margin-right: 5px;
	font-weight: 600;
	text-align: center;
}

.input-saprator {
	float: left;
	line-height: 30px;
	margin: 0 6px 0 2px;
	font-weight: 400;
	font-size: 24px;
}

.token-bx .right-info h3 {
	font-weight: 600;
}

.add-section a {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
}

#account .addsteps .rep.whisper-input-group input[type="checkbox"] {
	margin-top: 10px;
	margin-right: 5px;
}

#account .addsteps .whisper-input-group input[type="radio"] {
	margin-top: 2px;
	margin-right: 5px;
}

.msg-radio input[type="radio"],
#account .addsteps .whisper-input-group .msg-radio input[type="radio"] {
	margin-top: 12px;
}

#account .addsteps .rep .email-alert-bx small,
.email-alert-bx small {
	top: 2px;
}

.manage_content_space #showmodule .field label,
#account #showmodule .rep label {
	margin-bottom: 0px;
}

.choosearea #country_code2 {
	min-width: 325px;
}

.optrow {
	margin-top: 10px
}

.optrow:first-child {
	margin-top: 0;
}

.optrow label {
	margin-bottom: 0 !important;
}

.optrow label b {
	font-weight: 500 !important;
}

.optrow h2 {
	margin-bottom: 5px !important;
}

.opt-content,
.img-placeholder {
	background: #f9f9f9;
	border: 1px solid #efefef;
	padding: 10px 12px;
	border-radius: 50px;
	float: left;
	min-width: 500px;
}

.opt-content select {
	background-position: 92% center !important;
}

.img-placeholder {
	border-radius: 5px;
	padding: 15px;
	position: relative;
}

.img-placeholder input[type="file"] {
	background: #fff;
}

.img-placeholder .img-section {
	margin-bottom: 10px;
}

.img-placeholder .img-section .del-image {
	cursor: pointer;
	position: absolute;
	right: 15px;
	width: 17px;
	top: 15px;
	height: 17px;
	line-height: 14px;
}

.img-placeholder .img-section .del-image .fa {
	font-size: 11px;
	line-height: 18px;
}

.opt-content .close-group {
	float: left;
	margin-top: 10px;
}

.opt-content .close-group label {
	display: inline-block;
}

.bottom-info ul {
	margin: 0;
	padding: 0px 25px 0 25px !important;
}

.bottom-info ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.alpha-info {
	background: #ff606e;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

table tr td .alpha-info {
	margin-right: 0;
	margin-top: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.des-section {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

.field.destination_block.country-labels {
	float: left;
	width: 100%;
}

.lsit-style {
	padding: 8px 0;
}

.lsit-style .left {
	width: 48%;
	float: left;
}

.lsit-style .right {
	width: 48%;
	float: left;
}

.lsit-style .fa {
	margin-right: 4px;
}

.block .block_head .expand-col-tb li {
	padding: 10px 15px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	float: left;
	background: #fff;
}

.block .block_head .expand-col-tb li:hover {
	background: #2e3136;
	color: #fff;
}

.block .block_head .expand-col-tb li a {
	text-shadow: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.block .block_head .expand-col-tb li:hover a {
	color: #fff;
}

.block .block_head .expand-col-tb li:first-child {
	border-radius: 50px 0 0 50px;
	border: 1px solid #e7e7e7;
}

.block .block_head .expand-col-tb li:last-child {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-radius: 0 50px 50px 0;
}

.list-info b {
	display: inline-block;
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 0;
}

table#ivr_table {
	width: 100%;
}

table#ivr_table.ivr-table-section td {
	padding: 2px 0;
	width: 245px;
	min-width: 245px;
	margin: 0 10px 0 0;
	padding-left: 10px;
}

table#ivr_table.ivr-table-section td:first-child {
	padding-left: 0
}

table#ivr_table.ivr-table-section td select {
	min-width: 100%;
}

#ringtone2_video_wrapper {
	margin-top: 10px;
}

.audio-section #voiceringtone {
	float: left;
	width: 100% !important;
	margin-top: 10px;
	background: #fff !important;
}

.day-title {
	font-weight: 600;
	margin-bottom: 5px;
}

.block .block_head.filter-head.single-serach-btn h2 {
	width: 650px;
}

.block .block_head.filter-head.single-serach-btn .upload-wrap input[type="text"] {
	margin-right: 94px;
}

.block.payment-detail-page .block_head ul {
	float: left;
}

.audio-wrap #container {
	margin-top: 50px !important;
}

.status-label #status {
	font-weight: 600;
}

.date-update .button {
	float: right;
}

.brd-top {
	border-top: 1px solid #e7e7e7;
}

.bg-gray {
	padding: 10px 15px;
}

.bg-gray ul,
.block .block_content .bg-gray ul {
	padding: 0;
	margin: 0;
}

.block .block_content .bg-gray ul li {
	margin-bottom: 5px;
	margin-left: 18px;
}

.show-icon-pos {
	position: relative;
	top: 4px;
	left: 5px;
}

.close-list .icon-wraps {
	line-height: 18px;
	position: relative;
	top: 8px;
}

.block_content .inner-block .block_head {
	min-height: auto;
	padding: 12px 20px;
}

.block_content .inner-block .block_head h3 {
	margin-bottom: 0;
}

.block_content .inner-block p {
	margin-bottom: 8px;
}

.block_content .inner-block ul {
	margin: 0;
	padding: 0;
}

.block_content .inner-block ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 500;
	margin-bottom: 10px;
}

.block_content .inner-block.plan-des ul li {
	background: url("../images/check-sml.png") 0 0 no-repeat;
	padding-left: 20px;
}

.faq-mid-filter {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.faq-mid-filter input[type="text"],
.faq-mid-filter select {
	float: none;
}

.faq-mid-filter select {
	min-width: 180px;
	background-position: 90% center;
}

.faq-mid-filter input[type="text"] {
	background: #fff;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: 0;
	border-right: 0;
	padding-right: 7px;
}

.faq-mid-filter button {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.faq-right {
	float: right;
}

.faq-right button,
.faq-right .button {
	padding-top: 9px;
	padding-bottom: 9px;
}

.admin-list-btn-group .faq-right .button {
	margin-left: 6px;
}

.search-btn-group {
	display: inline-block;
}

.select-option-bx {
	padding-top: 14px;
}

.select-option-bx label {
	margin-bottom: 0;
}

.select-option-bx small {
	float: right;
	top: 5px !important;
}

.double-filter-section #filter_tags.date-update select {
	background-position: 90% center;
}

.double-filter-section .action-btn-section {
	float: right;
}

.double-filter-section .action-btn-section button {
	float: left;
}

.double-filter-section .action-btn-section button:first-child {
	margin-right: 10px;
}

.payment-detail-page .block_content p {
	margin-bottom: 10px;
}

.payment-detail-page .table-wrap {
	max-width: 1420px;
	overflow: hidden;
	overflow-x: auto;
}

.payment-detail-page .login_information {
	word-break: break-all;
}

.edit-round-page .cd select {
	min-width: 180px !important;
}

.sigle-filer-wrap .upload-wrap input[type="text"] {
	margin-right: 92px;
	width: 280px;
}

.all-users .filter-header {
	margin-bottom: 14px;
}

.tb-wrap {
	/*overflow: hidden;
	overflow-x: auto;*/
}

.tb-wrap select {
	width: auto !important;
	min-width: 70px;
	background-position: 80% center;
}

.head-title {
	min-width: 95px;
	display: inline-block;
}

.filter-header.left-filter {
	float: left;
}

.locked-numbers-page tr td {
	line-height: 24px !important;
	word-break: break-word;
}

.failed-user-page tr td {
	line-height: 24px !important;
}

.edit-invoice-page .filter-header,
.edit-invoice-page #filter_dates {
	width: 290px;
	float: right;
}

.ivr-key-wrap {
	width: auto !important;
}

.ivr-key-wrap td,
.ivr-key-wrap td select,
select.ivr_keys,
select.IVR_TYPE,
table#ivr_table.ivr-table-section td {
	min-width: 237px !important;
	width: 237px !important;
	background-position: 94% center !important
}

table#ivr_table.ivr-table-section {
	width: auto;
}

.ivr-key-wrap td select {
	background-position: 92% center;
}

.ivr-key-wrap td {
	padding-left: 0px !important;
}

.block.unique-caller-page .block_head.filter-head h2 {
	width: 400px;
}

.unique-caller-page .filter-left {
	float: left;
}

.unique-caller-page .btn-group {
	float: right;
}

.unique-caller-page .btn-group .button {
	padding: 9px 14px 9px 14px;
	margin-right: 10px;
	margin-top: 3px;
}

.unique-caller-page .btn-group form {
	float: left;
}

.unique-caller-page .upload-wrap {
	margin-right: 12px;
}

.unique-caller-page .upload-wrap .button {
	border-radius: 50px;
	position: inherit;
}

.block.payment-failed-page .description-wrap ul {
	margin: 0;
	padding: 0;
}

.block.payment-failed-page .description-wrap ul li {
	font-size: 14px;
	background: url(../images/check-sml.png) 0 center no-repeat;
	list-style: none;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 15px;
}

.bottom-info {
	float: left;
	width: 100%;
}

.notifypop-page .top-block label {
	margin-bottom: 0;
}

.notifypop-page .top-block input[type="checkbox"] {
	margin-top: 2px;
	margin-right: 5px;
}

.notifypop-page .help-link {
	top: 18px;
}

.allnumbers .choose span {
	display: block;
	float: left;
	width: 100%;
	margin-left: 24px;
	margin-top: 4px;
	font-weight: 700;
}

.edit-company-page .tb-responsive.brd {
	float: left;
	width: 100%;
}

.company_header_fix ul.menu_setting {
	background: #2e3136 !important;
	line-height: 19px !important;
}

.company_header_fix #navigation ul.sub_menu_settings_ {
	top: 20px !important;
}

.company_header_fix ul.second-menu li,
.company_header_fix ul.second-menu li a {
	padding: 20px 0px !important;
	border-radius: 0 !important;
	margin-right: 0 !important;
}

.company_header_fix ul.second-menu li a {
	padding: 18px 25px !important;
}

.section-row .form-row .field label.error,
.form-row .field label.error,
.field label.error,
.section-row label.error {
	background: no-repeat;
	border: none;
	padding: 8px;
}

.section-row .form-row .field input.error,
.form-row .field input.error,
.field input.error,
.section-row .form-row input.error,
.section-row label.error {
	margin-bottom: 0;
}

nav.active {
	background: transparent;
}

.number-detail-page .button {
	top: 32px;
}

.search-stat-wrapper {
	float: left;
	margin-bottom: 30px;
}

.search-statbx {
	float: left;
	width: 30.333%;
}

.search-statbx input[type="text"] {
	width: 45.333%;
	margin-right: 5px;
}

.search-statbx-action {
	float: right;
	width: 9%;
}

.search-statbx-action .button {
	width: 100%;
}

.call-reports-page .block .block_head ul li {
	width: 405px;
	float: left;
}

.call-reports-page .block .block_head form {
	float: left;
	margin-right: 5px;
}

.call-reports-page .right-btn-group {
	float: right;
}

.call-reports-page .right-btn-group form {
	margin-right: 0 !important;
}

.tokenSelect {
	cursor: pointer;
}

.email-temp-wrap {
	background: #f9f9f9;
	border-radius: 3px;
	border: 1px solid #efefef;
	padding: 15px 20px;
}

.email-temp-wrap .token-bx .right-info {
	background: #fff;
	border: 1px solid #e2e2e2;
}

.email-temp-wrap .token-bx .right-info h2 {
	border-color: #e2e2e2;
}

.section-row .email-temp-wrap input[type="text"],
.section-row .email-temp-wrap input[type="password"],
.section-row .email-temp-wrap select,
.section-row .email-temp-wrap input[type="email"],
.email-temp-wrap .text-editor .defaultSkin table.mceLayout {
	min-width: 600px;
}

.title-edit-email {
	position: relative;
	top: 2px;
	left: 6px;
}

.sngl-help .help-link {
	top: 18px;
}

.btn-top-main {
	margin-bottom: 15px;
}

.block.all-uers-wrap table.ctable tr th.header {
	font-size: 11px;
}

.outer-footer {
	margin-top: auto;
	margin-bottom: 20px;
}

.outer-footer #footernewew {
	margin: 0;
}

.trk-email-lb {
	display: inline-block;
	margin-right: 50px;
	;
}

.lead-settings-page label {
	margin-right: 10px !important;
}

.radio-optbx-lbl label {
	width: 75%;
	margin-right: 0 !important;
	line-height: 16px;
}

.accordian-block.accordian-small .accord-body {
	padding: 15px;
	float: left;
	width: 100%;
}

p ul li {
	line-height: 16px;
	font-size: 12px;
}

.fl-none {
	float: none !important;
}

.brd-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.clear-none {
	clear: none !important;
}

.col-4 {
	width: 40%;
	float: left;
	display: inline;
}

.col-6 {
	width: 60%;
	float: left;
	display: inline;
	padding-right: 30px;
	box-sizing: border-box;
}

.brd {
	border: 1px solid #e7e7e7;
	border-top: none;
}

.dsp-block,
div.field label.dsp-block {
	display: block;
}

.dsp-inline {
	display: inline;
}

.dsp-inlineBlock {
	display: inline-block;
}

.dsp-none {
	display: none;
}

.brd-top {
	border-top: 1px solid #e7e7e7;
}

.brd-bot {
	border-bottom: 1px solid #e7e7e7;
}

.pos-rel {
	position: relative;
}

.fs10,
.icon-wraps .fa.fs10 {
	font-size: 10px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.icon-pos {
	position: relative;
	top: 10px;
	left: -8px;
}

.icon-pos-row {
	position: relative;
	top: 12px;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.w-auto {
	width: auto !important;
}

.w-minAuto {
	min-width: auto !important;
}

.w100 {
	width: 100% !important;
}

.w200 {
	width: 200px !important;
}

.w375 {
	width: 375px !important;
}

.wmin-0 {
	min-width: 0 !important;
}

.min-w180 {
	min-width: 180px !important;
}

.min-w245 {
	min-width: 245px !important;
}

.min-w420 {
	min-width: 420px !important;
}

.min-w500 {
	min-width: 500px;
}

.w50 {
	width: 50% !important;
}

.min-w650,
textarea.min-w650 {
	min-width: 650px !important;
}

.country-labels #cont.min-w178,
.min-w178 {
	min-width: 178px !important;
}

.min-w475,
.section-row input[type="text"].min-w475 {
	min-width: 475px;
}

.msg-radio-input-width {
	min-width: 482px !important;
}

#online-toggle {
	overflow: inherit !important;
}

.pr-none {
	padding-right: 0 !important;
}

.pd-help {
	padding-top: 45px;
}

.pd-help .help-link {
	top: 0;
}

.pd-25.pt-10,
.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pd-25.pb-10,
.pd-10 {
	padding-bottom: 10px;
}

.pd-25.pb-5,
.pb-5 {
	padding-bottom: 5px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pd-15 {
	padding: 15px;
}

.pd-20 {
	padding: 20px;
}

.pd-25 {
	padding: 25px;
}

.ptb-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pd-none {
	padding: 0 !important;
}

.ptb-none {
	padding-top: 0px;
	padding-bottom: 0px;
}

.pt-none {
	padding-top: 0;
}

.pb-none,
.pd-25.pb-none {
	padding-bottom: 0 !important;
}

.mtb-none,
.add-section a.mtb-none {
	margin-top: 0;
	margin-bottom: 0;
}

.field.rep.mt-5,
.field.mt-5,
.mt-5,
.section-row .form-row .field.mt-5 {
	margin-top: 5px;
}

.field.rep.mt-10,
.field.mt-10,
.mt-10,
.section-row .form-row .field.mt-10 {
	margin-top: 10px;
}

.field.rep.mt-15,
.field.mt-15,
.mt-15,
.section-row .form-row .field.mt-15 {
	margin-top: 15px;
}

.field.rep.mt-20,
.field.mt-20,
.mt-20,
.section-row .form-row .field.mt-20 {
	margin-top: 20px;
}

.mt-30,
div.field.mt-30,
.section-row .form-row .field.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-120 {
	margin-top: 120px;
}

.mb-5,
.cc.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15,
.section-row .field.submit.mb-15,
.field.mb-15,
.block .block_content h3.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20,
.section-row .field.submit.mb-20,
.field.mb-20,
.block .block_content h3.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.top-none,
.section-row .field small.top-none {
	top: 0;
}

.mt-none {
	margin-top: 0 !important;
}

.mb-none {
	margin-bottom: 0 !important;
}

.ml-none {
	margin-left: 0 !important;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15,
div.field label.mr-15 {
	margin-right: 15px;
}

.mr-none {
	margin-right: 0 !important;
}

.top-5 {
	top: 5px;
}

.left-none {
	left: 0;
}

@media only screen and (max-width: 500px) {

	.section-row textarea,
	.popup-section-row textarea {
		min-width: 100%;
	}
}

@media screen and (min-width: 1102px) {

	a.menu-link,
	a.menu-link-second {
		display: none;
	}

	.js nav[role=navigation] {
		max-height: none;
	}

	nav[role=navigation] ul {
		margin: 0 0 0 -0.25em;
		border: 0;
	}

	nav[role=navigation] li {
		display: inline-block;
		margin: 0 0.25em;
	}

	nav[role=navigation] li a {
		border: 0;
	}
}

.btn-group.top-button-group.open>.dropdown-menu {
	display: block;
	left: -1px;
	top: -22px;
}

.section-row h2 b {
	font-weight: 600;
}

.country-labels .form-row {
	float: left;
}

.country-labels h2 {
	margin-bottom: 10px;
}

.section-row .country-label label b,
.section-row .country-code-label label b,
.section-row .phone-label label b {
	font-weight: 600;
}

.country-labels #country_id,
.country-labels .country-label,
.country-labels #select_change_country,
.country-labels #select_country,
.country-labels #country_id1,
.country-labels select.country_id3,
.country-labels.common-country select {
	min-width: 164px;
	background-position: 90% center;
}

td.country-label,
.country-label {
	min-width: 164px;
	background-position: 90% center;
}

.section-row .form-row td.country-label select {
	min-width: 164px;
	background-position: 88% center;
}

.country-labels .country-label {
	margin-right: 10px;
}

.country-labels #country_code,
.country-labels .country-code-label,
.country-labels #area_code1,
.country-labels #country_code1,
.country-labels input.country_code3,
.country-labels.common-country .common-country-code {
	min-width: 132px;
	padding-right: 10px;
}

td.country-code-label,
.section-row input.country-code-lable {
	min-width: 132px;
}

.section-row .form-row td.country-code-label input[type="text"] {
	min-width: 132px;
}

.country-labels .country-code-label,
.country-labels .phone-label,
.country-labels .country-label {
	margin-bottom: 10px;
	padding: 0;
}

.country-labels input.phone-no,
.country-labels .phone-label,
.country-labels #cont,
.country-labels #newsearch {
	min-width: 262px;
}

td.phone-label,
.country-labels #assigned_number,
.country-labels.common-country .common-country-no {
	min-width: 320px;
}

.section-row .form-row td.phone-label input[type="text"],
.section-row input.phn-number {
	min-width: 320px;
}

.custom_help.right-popup {
	/*border-radius: 5px;
	border: none;*/
}

.section-row.field.contain-input-group {
	margin-top: 0;
}

.allnumbers.localnumbers b {
	padding-bottom: 10px;
	display: block;
	padding-top: 10px;
}

.allnumbers.localnumbers label {
	margin-bottom: 0px;
}

#account .addsteps .rep input[type="checkbox"],
.section-row input[type="radio"] {
	margin: 0;
}

#account .addsteps .rep label {
	float: none;
	display: inline;
	margin: 0;
}

#account .addsteps .rep small {
	top: 0;
}

.contain-input-group input[type="text"] {
	width: 32px !important;
	min-width: 9px !important;
	padding-left: 5px;
	padding-right: 5px;
	height: 32px;
	margin-right: 5px;
	font-weight: 600;
	text-align: center;
}

.input-saprator {
	float: left;
	line-height: 30px;
	margin: 0 6px 0 2px;
	font-weight: 400;
	font-size: 24px;
}

.token-bx .right-info h3 {
	font-weight: 600;
}

.add-section a {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
}

#account .addsteps .rep.whisper-input-group input[type="checkbox"] {
	margin-top: 10px;
	margin-right: 5px;
}

#account .addsteps .whisper-input-group input[type="radio"] {
	margin-top: 2px;
	margin-right: 5px;
}

.msg-radio input[type="radio"],
#account .addsteps .whisper-input-group .msg-radio input[type="radio"] {
	margin-top: 12px;
}

#account .addsteps .rep .email-alert-bx small,
.email-alert-bx small {
	top: 2px;
}

.manage_content_space #showmodule .field label,
#account #showmodule .rep label {
	margin-bottom: 0px;
}

.choosearea #country_code2 {
	min-width: 325px;
}

.optrow {
	margin-top: 10px
}

.optrow:first-child {
	margin-top: 0;
}

.optrow label {
	margin-bottom: 0 !important;
}

.optrow label b {
	font-weight: 500 !important;
}

.optrow h2 {
	margin-bottom: 5px !important;
}

.opt-content,
.img-placeholder {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 12px;
	border-radius: 50px;
	float: left;
	min-width: 500px;
}

.opt-content select {
	background-position: 92% center !important;
}

.img-placeholder {
	border-radius: 5px;
	padding: 15px;
	position: relative;
}

.img-placeholder input[type="file"] {
	background: #fff;
}

.img-placeholder .img-section {
	margin-bottom: 10px;
}

.img-placeholder .img-section .del-image {
	cursor: pointer;
	position: absolute;
	right: 15px;
	width: 17px;
	top: 15px;
	height: 17px;
	line-height: 14px;
}

.img-placeholder .img-section .del-image .fa {
	font-size: 11px;
	line-height: 18px;
}

.opt-content .close-group {
	float: left;
	margin-top: 10px;
}

.opt-content .close-group label {
	display: inline-block;
}

.bottom-info ul {
	margin: 0;
	padding: 0px 25px 0 25px !important;
}

.bottom-info ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.alpha-info {
	background: #ff606e;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

table tr td .alpha-info {
	margin-right: 0;
	margin-top: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.des-section {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

.field.destination_block.country-labels {
	float: left;
	width: 100%;
}

.lsit-style {
	padding: 8px 0;
}

.lsit-style .left {
	width: 48%;
	float: left;
}

.lsit-style .right {
	width: 48%;
	float: left;
}

.lsit-style .fa {
	margin-right: 4px;
}

.block .block_head .expand-col-tb li {
	padding: 10px 15px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	float: left;
	background: #fff;
}

.block .block_head .expand-col-tb li:hover {
	background: #2e3136;
	color: #fff;
}

.block .block_head .expand-col-tb li a {
	text-shadow: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.block .block_head .expand-col-tb li:hover a {
	color: #fff;
}

.block .block_head .expand-col-tb li:first-child {
	border-radius: 50px 0 0 50px;
	border: 1px solid #e7e7e7;
}

.block .block_head .expand-col-tb li:last-child {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-radius: 0 50px 50px 0;
}

.list-info b {
	display: inline-block;
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 0;
}

table#ivr_table {
	width: 100%;
}

table#ivr_table.ivr-table-section td {
	padding: 2px 0;
	width: 245px;
	min-width: 245px;
	margin: 0 10px 0 0;
	padding-left: 10px;
}

table#ivr_table.ivr-table-section td:first-child {
	padding-left: 0
}

table#ivr_table.ivr-table-section td select {
	min-width: 100%;
}

#ringtone2_video_wrapper {
	margin-top: 10px;
}

.audio-section #voiceringtone {
	float: left;
	width: 100% !important;
	margin-top: 10px;
	background: #fff !important;
}

.day-title {
	font-weight: 600;
	margin-bottom: 5px;
}

.block .block_head.filter-head.single-serach-btn h2 {
	width: 650px;
}

.block .block_head.filter-head.single-serach-btn .upload-wrap input[type="text"] {
	margin-right: 94px;
}

.block.payment-detail-page .block_head ul {
	float: left;
}

.audio-wrap #container {
	margin-top: 50px !important;
}

.status-label #status {
	font-weight: 600;
}

.date-update .button {
	float: right;
}

.brd-top {
	border-top: 1px solid #e7e7e7;
}

.bg-gray {
	padding: 10px 15px;
}

.bg-gray ul,
.block .block_content .bg-gray ul {
	padding: 0;
	margin: 0;
}

.block .block_content .bg-gray ul li {
	margin-bottom: 5px;
	margin-left: 18px;
}

.show-icon-pos {
	position: relative;
	top: 4px;
	left: 5px;
}

.close-list .icon-wraps {
	line-height: 18px;
	position: relative;
	top: 8px;
}

.block_content .inner-block .block_head {
	min-height: auto;
	padding: 12px 20px;
}

.block_content .inner-block .block_head h3 {
	margin-bottom: 0;
}

.block_content .inner-block p {
	margin-bottom: 8px;
}

.block_content .inner-block ul {
	margin: 0;
	padding: 0;
}

.block_content .inner-block ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 500;
	margin-bottom: 10px;
}

.block_content .inner-block.plan-des ul li {
	background: url("../images/check-sml.png") 0 0 no-repeat;
	padding-left: 20px;
}

.faq-mid-filter {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.faq-mid-filter input[type="text"],
.faq-mid-filter select {
	float: none;
}

.faq-mid-filter select {
	min-width: 180px;
	background-position: 90% center;
}

.faq-mid-filter input[type="text"] {
	background: #fff;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: 0;
	border-right: 0;
	padding-right: 7px;
}

.faq-mid-filter button {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.faq-right {
	float: right;
}

.faq-right button,
.faq-right .button {
	padding-top: 9px;
	padding-bottom: 9px;
}

.admin-list-btn-group .faq-right .button {
	margin-left: 6px;
}

.search-btn-group {
	display: inline-block;
}

.select-option-bx {
	padding-top: 14px;
}

.select-option-bx label {
	margin-bottom: 0;
}

.select-option-bx small {
	float: right;
	top: 5px !important;
}

.double-filter-section #filter_tags.date-update select {
	background-position: 90% center;
}

.double-filter-section .action-btn-section {
	float: right;
}

.double-filter-section .action-btn-section button {
	float: left;
}

.double-filter-section .action-btn-section button:first-child {
	margin-right: 10px;
}

.payment-detail-page .block_content p {
	margin-bottom: 10px;
}

.payment-detail-page .table-wrap {
	max-width: 1420px;
	overflow: hidden;
	overflow-x: auto;
}

.payment-detail-page .login_information {
	word-break: break-all;
}

.edit-round-page .cd select {
	min-width: 180px !important;
}

.sigle-filer-wrap .upload-wrap input[type="text"] {
	margin-right: 92px;
	width: 280px;
}

.all-users .filter-header {
	margin-bottom: 14px;
}

.head-title {
	min-width: 95px;
	display: inline-block;
}

.filter-header.left-filter {
	float: left;
}

.locked-numbers-page tr td {
	line-height: 24px !important;
	word-break: break-word;
}

.failed-user-page tr td {
	line-height: 24px !important;
}

.edit-invoice-page .filter-header,
.edit-invoice-page #filter_dates {
	width: 290px;
	float: right;
}

.ivr-key-wrap {
	width: auto !important;
}

.ivr-key-wrap td,
.ivr-key-wrap td select,
select.ivr_keys,
select.IVR_TYPE,
table#ivr_table.ivr-table-section td {
	min-width: 237px !important;
	width: 237px !important;
	background-position: 94% center !important
}

table#ivr_table.ivr-table-section {
	width: auto;
}

.ivr-key-wrap td select {
	background-position: 92% center;
}

.ivr-key-wrap td {
	padding-left: 0px !important;
}

.block.unique-caller-page .block_head.filter-head h2 {
	width: 400px;
}

.unique-caller-page .filter-left {
	float: left;
}

.unique-caller-page .btn-group {
	float: right;
}

.unique-caller-page .btn-group .button {
	padding: 9px 14px 9px 14px;
	margin-right: 10px;
	margin-top: 3px;
}

.unique-caller-page .btn-group form {
	float: left;
}

.unique-caller-page .upload-wrap {
	margin-right: 12px;
}

.unique-caller-page .upload-wrap .button {
	border-radius: 50px;
	position: inherit;
}

.block.payment-failed-page .description-wrap ul {
	margin: 0;
	padding: 0;
}

.block.payment-failed-page .description-wrap ul li {
	font-size: 14px;
	background: url(../images/check-sml.png) 0 center no-repeat;
	list-style: none;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 15px;
}

.failed-user-page #pager .pagination {
	padding: 0 15px;
	padding-top: 10px;
}

.bottom-info {
	float: left;
	width: 100%;
}

.notifypop-page .top-block label {
	margin-bottom: 0;
}

.notifypop-page .top-block input[type="checkbox"] {
	margin-top: 2px;
	margin-right: 5px;
}

.notifypop-page .help-link {
	top: 18px;
}

.allnumbers .choose span {
	display: block;
	float: left;
	width: 100%;
	margin-left: 24px;
	margin-top: 4px;
	font-weight: 700;
}

.edit-company-page .tb-responsive.brd {
	float: left;
	width: 100%;
}

.company_header_fix ul.menu_setting {
	background: #2e3136 !important;
	line-height: 19px !important;
}

.company_header_fix #navigation ul.sub_menu_settings_ {
	top: 20px !important;
}

.company_header_fix ul.second-menu li,
.company_header_fix ul.second-menu li a {
	padding: 20px 0px !important;
	border-radius: 0 !important;
	margin-right: 0 !important;
}

.company_header_fix ul.second-menu li a {
	padding: 18px 25px !important;
}

.section-row .form-row .field label.error,
.form-row .field label.error,
.field label.error,
.section-row .country-labels .form-row label.error,
.country-labels .form-row label.error {
	background: no-repeat;
	border: none;
	top: 8px;
	padding: 0;
	display: inline-block;
}

.section-row .country-labels p#message,
.country-labels p.error,
.country-labels .error {
	margin-bottom: 0;
}

.section-row .form-row .field input.error,
.form-row .field input.error,
.field input.error {
	margin-bottom: 0;
}

nav.active {
	background: transparent;
}

.number-detail-page .button {
	top: 32px;
}

.search-stat-wrapper {
	float: left;
	margin-bottom: 30px;
}

.search-statbx {
	float: left;
	width: 30.333%;
}

.search-statbx input[type="text"] {
	width: 45.333%;
	margin-right: 5px;
}

.search-statbx-action {
	float: right;
	width: 9%;
}

.search-statbx-action .button {
	width: 100%;
}

.call-reports-page .block .block_head ul li {
	width: 405px;
	float: left;
}

.call-reports-page .block .block_head form {
	float: left;
	margin-right: 5px;
}

.call-reports-page .right-btn-group {
	float: right;
}

.call-reports-page .right-btn-group form {
	margin-right: 0 !important;
}

.tokenSelect {
	cursor: pointer;
}

.email-temp-wrap {
	background: #f9f9f9;
	border-radius: 3px;
	border: 1px solid #efefef;
	padding: 15px 20px;
}

.email-temp-wrap .token-bx .right-info {
	background: #fff;
	border: 1px solid #e2e2e2;
}

.email-temp-wrap .token-bx .right-info h2 {
	border-color: #e2e2e2;
}

.section-row .email-temp-wrap input[type="text"],
.section-row .email-temp-wrap input[type="password"],
.section-row .email-temp-wrap select,
.section-row .email-temp-wrap input[type="email"],
.email-temp-wrap .text-editor .defaultSkin table.mceLayout {
	min-width: 600px;
}

.title-edit-email {
	position: relative;
	top: 2px;
	left: 6px;
}

.sngl-help .help-link {
	top: 18px;
}

.btn-top-main {
	margin-bottom: 15px;
}

.block.all-uers-wrap table.ctable tr th.header {
	font-size: 11px;
}

.outer-footer #footernewew {
	margin: 0;
}

.trk-email-lb {
	display: inline-block;
	margin-right: 50px;
	;
}

.lead-settings-page label {
	margin-right: 10px !important;
}

.radio-optbx-lbl label {
	width: 75%;
	margin-right: 0 !important;
	line-height: 16px;
}

.accordian-block.accordian-small .accord-body {
	padding: 15px;
	float: left;
	width: 100%;
}

.new-login .error-msgbx {
	position: relative;
}

.new-login .error-msgbx p.error {
	top: 4px;
}

.block table.ctable tr th {
	vertical-align: middle;
}

.block.unique-caller-page.affiliate-statistics-page .block_head.filter-head h2 {
	width: 520px;
}

.affiliate-statistics-page .upload-wrap {
	margin-right: 0;
}

.affiliate-statistics-page .upload-wrap .button {
	border-radius: 0 50px 50px 0;
	border: 1px solid #ff606e;
	position: absolute;
	right: 0;
	padding: 9px 15px 9px 15px;
}

p ul li {
	line-height: 16px;
	font-size: 12px;
}

.fl-none {
	float: none !important;
}

.brd-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.clear-none {
	clear: none !important;
}

.col-4 {
	width: 40%;
	float: left;
	display: inline;
}

.col-6 {
	width: 60%;
	float: left;
	display: inline;
	padding-right: 30px;
	box-sizing: border-box;
}

.brd {
	border: 1px solid #e7e7e7;
	border-top: none;
}

.dsp-block,
div.field label.dsp-block {
	display: block;
}

.dsp-inline {
	display: inline;
}

.dsp-none {
	display: none;
}

.brd-top {
	border-top: 1px solid #e7e7e7;
}

.brd-bot {
	border-bottom: 1px solid #e7e7e7;
}

.pos-rel {
	position: relative;
}

.fs10,
.icon-wraps .fa.fs10 {
	font-size: 10px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs24 {
	font-size: 24px;
}

.icon-pos {
	position: relative;
	top: 10px;
	left: -8px;
}

.icon-pos-row {
	position: relative;
	top: 12px;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.w-auto {
	width: auto !important;
}

.w100 {
	width: 100% !important;
}

.w200 {
	width: 200px !important;
}

.w375 {
	width: 375px !important;
}

.wmin-0 {
	min-width: 0 !important;
}

.min-w180 {
	min-width: 180px !important;
}

.min-w245 {
	min-width: 245px !important;
}

.min-w420 {
	min-width: 420px !important;
}

.min-w500 {
	min-width: 500px;
}

.min-w650,
textarea.min-w650 {
	min-width: 650px !important;
}

.country-labels #cont.min-w178,
.min-w178 {
	min-width: 178px !important;
}

.min-w475,
.section-row input[type="text"].min-w475 {
	min-width: 475px;
}

.msg-radio-input-width {
	min-width: 482px !important;
}

#online-toggle {
	overflow: inherit !important;
}

.pr-none {
	padding-right: 0 !important;
}

.pd-help {
	padding-top: 45px;
}

.pd-help .help-link {
	top: 0;
}

.pd-25.pt-10,
.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pd-25.pb-10,
.pd-10 {
	padding-bottom: 10px;
}

.pd-25.pb-5,
.pb-5 {
	padding-bottom: 5px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pd-15 {
	padding: 15px;
}

.pd-20 {
	padding: 20px;
}

.pd-25 {
	padding: 25px;
}

.ptb-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pd-none {
	padding: 0 !important;
}

.ptb-none {
	padding-top: 0px;
	padding-bottom: 0px;
}

.pt-none {
	padding-top: 0;
}

.pb-none,
.pd-25.pb-none {
	padding-bottom: 0 !important;
}

.mtb-none,
.add-section a.mtb-none {
	margin-top: 0;
	margin-bottom: 0;
}

.field.rep.mt-5,
.field.mt-5,
.mt-5,
.section-row .form-row .field.mt-5 {
	margin-top: 5px;
}

.field.rep.mt-10,
.field.mt-10,
.mt-10,
.section-row .form-row .field.mt-10 {
	margin-top: 10px;
}

.field.rep.mt-15,
.field.mt-15,
.mt-15,
.section-row .form-row .field.mt-15 {
	margin-top: 15px;
}

.field.rep.mt-20,
.field.mt-20,
.mt-20,
.section-row .form-row .field.mt-20 {
	margin-top: 20px;
}

.mt-30,
div.field.mt-30,
.section-row .form-row .field.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-120 {
	margin-top: 120px;
}

.mb-5,
.cc.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15,
.section-row .field.submit.mb-15,
.field.mb-15,
.block .block_content h3.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20,
.section-row .field.submit.mb-20,
.field.mb-20,
.block .block_content h3.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.top-none,
.section-row .field small.top-none {
	top: 0;
}

.mt-none {
	margin-top: 0 !important;
}

.mb-none {
	margin-bottom: 0 !important;
}

.ml-none {
	margin-left: 0 !important;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15,
div.field label.mr-15 {
	margin-right: 15px;
}

.mr-none {
	margin-right: 0 !important;
}

.top-5 {
	top: 5px;
}

.left-none {
	left: 0;
}

.flex-bx {
	display: flex;
	align-items: center;
}

.column-30 {
	width: 30% !important;
	float: left !important;

}

.text_and {
	width: 60px;
	padding: 40px 20px 0;
}

.column-5 {
	width: 5% !important;
	float: left !important;
	margin-right: 40px !important;
}

.column-10 {
	width: 10% !important;
	float: left !important;
	margin-right: 20x !important;
}

.column-20 {
	width: 20% !important;
	float: left !important;
	margin-right: 0px !important;
}

.column-50 {
	width: 40% !important;
	float: left !important;
	margin-right: 40px !important;
}

.column-60 {
	width: 50% !important;
	float: left !important;
	margin-right: 40px !important;
}

.column-70 {
	width: 60% !important;
	float: left !important;
	margin-right: 40px !important;
}

.column-80 {
	width: 70% !important;
	float: left !important;
	margin-right: 40px !important;
}

.column-90 {
	width: 80% !important;
	float: left !important;
	
}


._voide_agent_select {
	min-width:645px !important;
	width:645px !important;
}

.call_voice_select{
    min-width: 335px !important;
    width: 335px !important;
}


@media only screen and (max-width: 500px) {

	.section-row textarea,
	.popup-section-row textarea {
		min-width: 100%;
	}
}

@media screen and (min-width: 1102px) {

	a.menu-link,
	a.menu-link-second {
		display: none;
	}

	.js nav[role=navigation] {
		max-height: none;
	}

	nav[role=navigation] ul {
		margin: 0 0 0 -0.25em;
		border: 0;
	}

	nav[role=navigation] li {
		display: inline-block;
		margin: 0 0.25em;
	}

	nav[role=navigation] li a {
		border: 0;
	}
}

.redeem-btn .button.coupon {
	right: -5px;
}

.company-edit-head .comp_detail_wrapper,
.company-edit-head .add-section {
	float: left;
	position: relative;
	top: 5px;
}

.company-edit-head .add-section .button.btn-sml {
	top: 0;
	margin: 0;
}

div#captcha div iframe .rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container,
div#captcha div iframe .rc-anchor-error-msg-container,
div#captcha div iframe .rc-anchor-aria-status {
	color: #ff0000;
	font-family: Roboto, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	left: 0;
	line-height: 12px;
	margin: 0;
	position: absolute;
	padding: 6px 10px;
	top: 0;
}

.new-login.forgot-form .login-top h4 {
	font-size: 30px;
	margin-bottom: 0;
}

.table_edits .dropdown-menu>li>a {
	width: 100%;
}

table tr.lastOne td:last-child .table_edits .dropdown-menu {
	bottom: 0;
	top: inherit;
}

.add-cc-page li {
	display: block;
	float: left;
	margin: 0;
}

.add-cc-page div.error_div p {
	margin: 0;
	padding: 6px 10px;
}

.input-outer.redeem-btn p.success {
	background: none;
	border: none;
	position: absolute;
	left: 48px;
	top: 19px;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	line-height: inherit;
}

.login-cap .login-top h2 {
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.login-cap #capid div {
	margin: 0;
}

.msg-tb {
	margin-bottom: 0 !important;
}

.msg-tb tr {
	border: none !important;
}

.msg-tb tr:first-child {
	border-bottom: 1px solid #e7e7e7 !important;
}

.msg-tb tr td {
	text-align: left !important;
	padding: 0 !important;
}

.edit-number-page #ringtone2 {
	margin-top: 15px;
}

.edit-number-page .accordian-body p.success,
.edit-number-page .accordian-body p.error,
.edit-round-page .accordian-body p.success,
.edit-round-page .accordian-body p.error {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	padding: 6px 10px !important;
	font-size: 13px !important;
	width: 100% !important;
}

.edit-number-page .accordian-body p.success b,
.edit-number-page .accordian-body p.error b,
.edit-round-page .accordian-body p.success b,
.edit-round-page .accordian-body p.error b {
	font-weight: 500;
}

.mb-15 {
	position: relative;
}

.lead-filter-head .section-row .check_tags label {
	width: auto;
	float: none;
}

.tb-responsive table,
.tb-wrap table {
	width: 100%;
	max-width: 100%;
}

.tb-responsive,
.tb-wrap {
	overflow-x: auto;
}

.selected_row .btn-group.top-button-group .button-blue,
.btn-group.top-button-group .blue_button {
	top: 1px;
}

.block .accordian-block .pagination.right {
	overflow: visible;
	margin-left: 27px;
	top: -6px;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#menu ul.menu_setting li {
	margin-right: 0;
	padding-left: 6px;
	line-height: 23px;
	background: #2e3136 !important;
}

#menu ul.menu_setting .sub_menu_settings_ {
	left: 20px;
	padding-top: 24px !important;
	background: transparent !important;
}

#menu ul.menu_setting .sub_menu_settings_ li {
	padding-left: 0;
}

#menu ul.menu_setting li:last-child ul {
	left: inherit !important;
}

.tb-responsive,
.tb-wrap {
	overflow-x: inherit !important;
}

/**/
.login-head-ryt h5 a {
	background: #242524;
	border: none;
}

.login-head-ryt h5 a:hover {
	background: #131413;
}

.min-316,
.section-row .form-row select.min-316 {
	min-width: 316px;
}

.col-half {
	width: 42%;
	float: left;
}

.pos-sitcky,
.numsearch {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	background: #fff;
	padding: 10px 0px 10px 20px;
	margin-left: -20px !important;
}

.brd-top {
	border-top: 1px solid #e7e7e7;
}

.radio-col {
	float: left;
	margin-right: 30px;
}

@media screen and (max-width: 1850px) {
	.col-half {
		width: 48%;
		float: left;
	}
}

@media screen and (max-width: 1550px) {
	.col-half {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 1520px) {
	.col-half {
		/* width: 100%; */
		float: left;
	}




}



.button.btn-sml.table_colSettings_click {
	padding: 6px 13px;
	font-size: 14px;
	text-transform: capitalize;
}

ul.table_colSettings_dropdown {
	margin-top: 9px;
	right: 30px;
}

.icon-wraps.large {
	width: 25px;
	height: 25px;
}

.icon-wraps.large .fa {
	font-size: 14px;
	line-height: 25px;
}

.sticky-bx {
	position: sticky !important;
	bottom: 0px !important;
	background: #fff;
	padding-top: 5px !important;
}

table.tb-pink th {
	background: #ff606e;
	color: #ffffff;
}

.min-200 {
	min-width: 200px !important;
}

.w-110 {
	width: 110px !important;
}

.min-wAuto {
	min-width: auto !important;
}

.icon-pos {
	position: relative;
}

.icon-pos img {
	position: absolute;
	top: 4px;
	right: 10px;
}

.form-row100 {
	width: 70%;
}

.form-row100 select {
	background-position: 96% center;
}

.tut-btnadmin {
	margin-right: 20px !important;
}

#reporting-line canvas {
	/* width: 100%; */
	height: 100%;
}

#reporting-line .tickLabel.tickLabelCustomClassYaxis {
	left: 0 !important;
}

.vertical_sidebarMenu ul li:hover a {
	background: #fff;
}

.vertical_sidebarMenu ul li:hover ul li a {
	background: transparent;
}

.col-half.w-Auto {
	width: auto !important;
}

@media screen and (max-width: 1080px) {
	.form-row100 {
		width: 90%;
	}
}

@supports (-webkit-touch-callout: none) {
	.edit_img a {
		right: -32px !important;
		padding: 12px 12px 10px 8px !important;
	}
}

.block.edit-number-page .add-section a:hover,
.block_content.edit-round-page .add-section a:hover {
	color: #2e3136 !important;
}

.block_content.edit-round-page .add-section a {
	width: auto;
}

.block_content.edit-round-page #block10 .add-section a,
.block_content.edit-round-page #block5 .add-section a,
.block_content.edit-round-page #block5 .add-section a,
.block_content.edit-round-page #block5 .add-section a {
	width: 100% !important;
}

#menu ul.menu_setting li ul.acc_menu {
	left: inherit !important;
	right: 0;
}

ul.footer-links li,
.support-email-head ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 25px;
}

@media screen and (max-width: 620px) {
	ul.footer-links li {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 1625px) {
	.support-email-head {
		right: -40px;
	}
}

@media screen and (max-width: 1450px) {
	.support-email-head {
		position: relative;
		right: 25px;
		top: 10px;
	}
}

@media only screen and (max-width: 1260px) {
	.support-email-head {
		right: 25px !important;
	}
}

@media only screen and (max-width: 1023px) {
	.pos-relative.w-94 {
		width: 100%;
	}

	.support-email-head {
		bottom: -72px !important;
	}
}

@media only screen and (max-width: 575px) {

	#header.container_16,
	.login-outer .container_16 {
		width: 94%;
	}
}

@media only screen and (max-width: 575px) {
	.support-email-head {
		bottom: -92px !important;
	}

}

.mb-25.pl290 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1580px) {
	.select_company {
		margin-left: 30px !important;
		width: 230px;
	}

	.select_company .selectBox-dropdown {
		min-width: 100px !important;
		width: 210px !important;
	}

	#head-inner .header-companyName {
		width: 240px !important;
		font-size: 16px;
		line-height: 20px !important;
	}

	#menu ul.menu_setting li {
		padding-left:4px;
	}

	#navigation>li>a {
		font-size: 13px;
	}
}

.vertical_sidebarMenu ul li:hover a {
	background: #fff;
}

.vertical_sidebarMenu ul li:hover ul li a {
	background: transparent;
}

.top-voicemailTranscribe {
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 99;
}

.steps-countList b {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	float: left;
	background-color: #ff606e;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	border: 1px solid #ff606e;
	margin-right: 14px;
	margin-left: -4px;
	margin-top: 0;
}

.left-labelMain {
	margin-right: 30px;
}

.col-68 {
	width: 68%;
}

.setps-countMargin {
	margin-left: 35px !important;
}

.min-w180col {
	min-width: auto !important;
	width: 180px !important;
}

.col-posWidget {
	position: relative;
	top: -10px;
}

.fw600 {
	font-weight: 600 !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.add-appPage .dsp-flex {
	display: flex;
	align-items: center;
	margin: 10px 25px 0;
}

.add-appPage div.field label {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-top: 8px;
}

.add-appPage .right-info {
	margin: 0 25px;
}

.pl-25 {
	padding-left: 25px;
}

.pr-25 {
	padding-right: 25px;
}

.add-clientPage .addsteps div.field label {
	display: block;
}

.roboCallsbx th:first-child,
.roboCallsbx td:first-child {
	padding-left: 25px !important;
}

.roboCallsbx button.btn-light {
	background: #fff;
	border-color: #ff939d;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.roboCallsbx button.btn-light:hover {
	background: #ff606e !important;
	border-color: #ff606e;
}

.roboCallsbx button.blue_button {
	margin-bottom: 0;
}

.dashboard_recentsBox.recentSMSBlock .sortable.ctable tr td {
	white-space: inherit;
}

table.select-arrow,
input.dial_txt,
select#tocountry,
#loginForm p input,
#loginForm input,
input#start_date,
input#end_date,
#filter_tags select#daterange,
#filter_tags select {
	background: #fff !important;
}

button.btn-light.biz-btn {
	background: #fff;
}

.compare-page .filter.filter-header input[type="text"],
.right-filter-graph input[type="text"] {
	background: #f6f6f6;
}

.compare-page #filter_tags select {
	background: #f6f6f6 url(../images/webkit-arrow.png) 85% center no-repeat !important;
}

.col_FieldGroup {
	padding: 10px 12px 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 14px 0 !important;
	width: auto !important;
}

.pos-relative {
	position: relative;
}

.w-94 {
	width: 94.5%;
}

select.min-wSelect.select-arrow {
	width: 106% !important;
	min-width: auto !important;
}

.edit-bx {
	background: #ff606e;
	border-radius: 0 5px 5px 0;
	height: 39px;
	padding: 10px 12px;
	border: 1px solid #ff606e;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	position: absolute;
	right: -46px;
	bottom: 0;
	transition: ease-in .2s;
	color: #fff;
	font-size: 16px;
	left: inherit;
	width: 45px;
}

.edit-bx:hover {
	background: #2e3136;
	border-color: #2e3136;
}

#loginForm p input.btn_returnScreen,
#loginForm input.btn_returnScreen {
	background: #242524 !important;
}

#loginForm p input.btn_returnScreen:hover,
#loginForm input.btn_returnScreen:hover {
	background: #131413 !important;
}

@media (max-width: 1280px) and (max-height: 960px) {

	.filter-header,
	.kcalled,
	.kall,
	.kcalled .filter-header {
		width: auto;
	}

	.upload-wrap input#search[type="text"] {
		width: 220px !important;
	}

	.filter-header input[type="text"],
	.filter-header select {
		font-size: 12px !important;
		width: 100px !important;
		padding-right: 12px !important;
	}

	.upload-wrap .button {
		padding-bottom: 7px;
	}
}
#navigation span.blueAlert {
	right: 10px !important;
	position: absolute !important;
}
.highlightTodayDate {
	color: #ff606e;
	font-weight: bold;
}
span.required-field {
	color: #ff3d3d;
	margin-left: 3px;
}
.w-100 {
	width: 100% !important;
}
.mr-20 {
	margin-right: 20px;
}
.mr-30 {
	margin-right: 30px;
}
.w-30 {
	width: 30%;
}
.w-67 {
	width: 67%;
}
.w-48 {
	width: 48%;
}
.brd-wd-3 {
	border-width: 3px;
}
.pl-40 {
	padding-left: 40px;
}
.btn-darkBlue,
.btn-lightBlue,
.btn-lightBlue.cancel-btn:hover {
	background: #ff606e;
	border-color: #ff606e;
	color: #fff !important;
	text-decoration: none !important;
	border-color: #ff606e;
}
.btn-darkBlue:hover,
.btn-lightBlue:hover {
	background: #2e3136 !important;
	border-color: #2e3136 !important;
	color: #fff !important;
}

._append_replace_excluse{
    display: inline-flex;
    justify-content: space-between;
    text-align: left;
    margin-left: 0px;
    width: 170px !important;
    margin-right: 40px !important;
    margin-top: 46px;
    margin-left: 0px;
}


.caller_chat_question

 {
    min-width: 550px !important;
    width: 550px !important;
}

.ai_answer_response {
    width: 700px !important;
    min-width: 700px !important;
}

.block_head h2 span.no-highlight

 {
    border-radius: 50px !important;
    border: 1px solid #ff6471;
    font-size: 15px !important;
    padding:5px 9px !important;
    margin-left: 10px;
}

.column-50.mb-20._appened_block_choose
 {
    width: 64% !important;
}

p#display-csv-text-Append small {
    display: inline-block;
    width: 100%;
}

.hiddenCountryCode {
   
	display: none !important;
  }


@media screen and (max-width:1800px) {
._but_block_div {
    width: 30% !important;
}
.ai_answer_response {
    width:500px!important;
    min-width:500px!important;
}

.caller_chat_question
 {
    min-width:400px!important;
    width: 400px!important;
}

}

@media screen and (max-width:1540px) {
	._but_comp_info .blue_button.button-blue{
        padding: 8px 8px !important;
        margin-right: 0px;
        font-size: 13px;
    }

.ai_answer_response {
   width: 400px !important;
	min-width: 400px !important;
}

.column-50.mb-20._appened_block_choose{
width:95% !important;
margin-right: 0px !important;
}

.caller_chat_question
 {
    min-width:350px!important;
    width:350px!important;
}





}


@media screen and (max-width: 1381px) {
.menu_cont_ #navigation>li>a
{
	font-size: 12px;
	padding: 5px 7px;
}
    #menu ul.menu_setting li {
        padding-left: 8px;
    }

._voide_agent_select, ._voide_agent_select_infor {
		min-width: 335px !important;
		width: 335px !important;
	}
.ai_answer_response {
         width: 90% !important;
        min-width: 90px !important;
}

.caller_chat_question{
    width: 290px !important;
    min-width: 290px !important;

}
._ai_prompt{
    min-width:100%!important;
	 width:100%!important;

}




._trans_call {
width: 85% !important;
}

._append_replace_excluse{
    display: inline-flex;
    justify-content: space-between;
    text-align: left;
    margin-left: 0px;
    width:190px !important;
    margin-right:5px !important;
    margin-top: 46px;
    margin-left:10px;

	
}


.column-20.mt-20.ml-10._but_block_div {
    width: 32% !important;
}
}
@media screen and (max-width: 1330px) {
.block .block_content .steps ul li{margin-right: 0px !important;}
}

@media screen and (max-width: 1200px) {
.column-70._but_comp_info{width: 100%!important;margin-bottom: 10px;text-align: left !important;}
.column-50.voicePromptDiv.comp_info_base {    width: 70% !important;}
}

@media screen and (max-height:640px) {
div.main_nav.sidBarOpned {top:65px !important;}
.header_fix_wrapper span.select_company .inputbox.custom-class1{
height: 28px; border: none;margin-right: 20px;width: 210px !important;font-size: 14px;}
}
._but_comp_info .blue_button.button-blue {padding: 8px 8px!important; margin-right:0px;font-size: 13px;}
.appointment_transfer_call{display:flex;}
span.upload_mannully_question {margin-top: 10px; float: left;}
._flex_upload_block{display: flex; width: 100%; float: left; align-items: flex-start;}
