* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'Lato-regular';
	src: url(../fonts/Lato/Lato-Regular.ttf), url(../fonts/Lato/Lato-regular.eot), url(../fonts/Lato/Lato-regular.woff);
}

@font-face {
	font-family: 'Lato-sidebar-top';
	src: url(../fonts/Lato/Lato-Black.ttf), url(../fonts/Lato/lato-black.eot), url(../fonts/Lato/lato-black.woff), url(../fonts/lato-black.svg);
}

@font-face {
	font-family: 'Lato-bold';
	src: url(../fonts/Lato/Lato-Bold.ttf), url(../fonts/Lato/Lato-bold.eot), url(../fonts/Lato/Lato-bold.woff);
}

@font-face {
	font-family: 'entypo';
	src: url(../fonts/entypo.eot), url(../fonts/entypo.ttf), url(../fonts/entypo.svg), url(../fonts/entypo.woff);
}

@font-face {
	font-family: 'SFUIDisplay';
	src: url(../fonts/SFUIDisplay-Regular.otf);
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype');
	src: url('../fonts/glyphicons-halflings-regular.woff') format('woff');
	src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype');
	src: url('../fonts/glyphicons-halflings-regular.woff') format('woff');
	src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}


html, body {
	background-color: #f5f6f8;
	overflow-x: hidden;
	height: 100%;
}

body {
	overflow-x: auto;
}

body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url(/images/preloader.gif);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato-bold';
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.7px;
	text-align: left;
	color: #34495e;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
}

h2 {
	font-size: 36px;
	line-height: 1.33;
}

h3 {
	font-size: 32px;
	line-height: 1.5;
}

h4 {
	font-size: 24px;
	color: #394858;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}

h5 {
	line-height: 2.67;
	font-size: 18px;
	color: #394858;
}

h6 {
	font-size: 14px;
	color: #394858;
	letter-spacing: 0.8px;
}

p {
	font-family: Lato;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	text-align: left;
	color: #34495e;
}

p.inner{
	display: block;
	padding-left: 20px;
}

.page-container {
	/*min-width: 1440px;*/
	min-width: 1280px;
}

.Line {
	height: 3px;
	border: solid 1px #358ed7;
}

.btn {
	font-family: 'Lato-Bold' !important;
}

p {
	font-family: 'Lato-regular';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0.3px;
	text-align: left;
	color: #222222;
}

.dark-blue {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.4px;
	text-align: left;
	color: #394858;
}

.small-copy {
	font-family: 'Lato-regular';
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0.2px;
	text-align: left;
	color: #222222;
}

.quote {
	font-family: 'Lato-regular';
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	letter-spacing: 0.2px;
	text-align: left;
	color: #394858;
	padding-left: 50px;
	border-left: solid 4px #2196f3;
}

.text-state {
	font-family: 'Lato-regular';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	line-height: 22px;

}

.blue-text {
	font-family: 'Lato-Regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #2196f3;
}

.create-info{
	color: #919dab;
	margin-bottom: 0px;
}

.info-text {
	color: #919dab;
}

.danger-text {
	color: #ff4961;
}

.success-text {
	color: #48d2a0;
}

.warning-text {
	color: #f1cb1c;
}

.danger-text-small {
	font-size: 11px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #ff4961;
}

.link-primary {
	font-family: 'Lato-bold';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: left;
	color: #34495e;
}

.link-primary:hover {
	color: #b0b0b0;
	text-decoration: underline;
}

.link-primary:active {
	color: #34495e;
	text-decoration: underline;
}

.link-default {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: right;
	color: #2196f3;
}

.link-default:active {
	color: #34495e;
	text-decoration: none;
}

.plus-link {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: left;
	color: #2196f3;
	display: block;
	margin-top: 20px;
	width: 180px;
}

.plus-link:before {
	color: #2196f3;
	font-size: 17px;
	font-weight: bold;
	margin-right: 8px;
	margin-top: -1px;
	content: '+';
}

.plus-link:hover {
	color: #2196f3;
	text-decoration: none;
}

.link-default:active {
	color: #34495e;
}

.link-underline {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: right;
	color: #34495e;
	text-decoration: underline;
}

.link-default:hover {
	color: #b0b0b0;
	text-decoration: none;
}

.small-caps-list {
	font-family: 'Lato-regular';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: left;
	color: #34495e;
}

.text-box-outlined {
	padding: 15px;
	border-radius: 4px;
	background-color: #f9fafc;
	border: solid 1px #dfe4e8;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-box-filled {
	padding: 15px;
	border-radius: 4px;
	background-color: #f5f6f8;
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn {
	font-family: 'Lato-black';
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	height: 40px;
	border-radius: 3px;
	outline: none;
	padding: 0px 12px;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	border: none;
}

.btn:disabled {
	cursor: not-allowed;
}

.btn-primary {
	color: #ffffff;
	background-color: #2196f3;
}

.btn-red {
	color: #ffffff;
	background-color: #ff4961;
}

.btn-green {
	color: #ffffff;
	background-color: #28d094;
}

.btn-green:hover:enabled {
	background-color: #28d094;
	color: #394858;
	box-shadow: inset 4px -14px 11px 0 rgba(0, 0, 0, 0.02);
}

.btn-green:active {
	background-color: #28d094;
	color: #fff;
	box-shadow: inset 4px -14px 11px 0 rgba(0, 0, 0, 0.02);
}

.btn-icon-blue {
	color: #ffffff;
	background-color: #2196f3;
	background-image: url('../images/icon-basket.png') center right;
	background-repeat: no-repeat;
}

.btn-violet {
	font-family: 'Lato-black';
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	height: 50px;
	border-radius: 3px;
	background-color: #666ee8;
	outline: none;
	padding: 0px 12px 0px 12px;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
	border: none;
}

.btn-violet:hover:enabled {
	color: #394858;
	outline: none;
	box-shadow: border: none;
}



.btn-primary:hove:enabled {
	color: #394858;
	outline: none;
	box-shadow: border: none;
}

.btn-primary:active {
	border-bottom: solid 2px #627281;
	outline: none;
	box-shadow: none;
	border: none;
}

.btn-primary:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.btn-secondary {
	color: #ffffff;
	background-color: #586e82;
}

.btn-secondary:hover:enabled {
	box-shadow: none;
	outline: none;
}

.btn-secondary:active {
	box-shadow: none;
	border-bottom: solid 2px #dddddd;
	outline: none;
}

.btn-light {
	color: #394858;
	background-color: #f9fafc;
	border: solid 1px #dddddd;
}

.btn-light:hover:enabled {
	background-color: #f5f6f8;
	box-shadow: inset 4px -14px 11px 0 rgba(0, 0, 0, 0.02);
	outline: none;
}

.btn-light:active {
	background-color: #f5f6f8;
	box-shadow: inset 4px -14px 11px 0 rgba(0, 0, 0, 0.02);
	outline: none;
}
.btn-red:hover:enabled{
	background-color: #e8001f;
	color: #394858;
	transition: 0.3s;
}



.btn-middle {
	height: 34px;
}

.btn-outline {
	color: #394858;
	background-color: transparent;
	border: solid 1px #586e82;
}

.btn-outline:hover:enabled{
	background-color: #f6f6f6;
}

.responsive tr th {
	white-space: nowrap;
}

.table-editable {
	margin-bottom: 0px;
}

.table-editable tr {
	vertical-align: middle;
	cursor: pointer;
}

.table-editable tr td {
	height: 50px;
}

.table-editable tr:hover {
	background-color: #f3f9fd;
}

.table-editable tr td:first-child {
	text-align: left;
	padding-left: 30px;
	width: 380px;
}


/* hack for checkbox */

.table-editable tr td:first-child label {
	display: block;
}

.table-editable tr td:nth-child(4) {
	text-align: right;
}

.table-editable tr td:last-child {
	text-align: right;
}


.table td.bold {
	font-family: 'Lato-bold';
}



.menu-dashboard {
	background-image: url('../images/menu/icn_dashboard.svg');
	background-position-y: 10px !important;
}

.menu-voice {
	background-image: url('../images/menu/icn_calling.svg');
}

.menu-mailings {
	background-image: url('../images/menu/icn_mailing.svg');
}

.menu-hlr {
	background-image: url('../images/menu/icn_lookup.svg');
}

.menu-bases {
	background-image: url('../images/menu/group.svg');
}

.menu-api {
	background-image: url('../images/menu/icn_api.svg');
}

.menu-support {
	background-image: url('../images/menu/icn_help.svg');
}

li:hover .menu-dashboard {
	background-image: url('../images/menu/blue_icn_dashboard.svg');
}

li:hover .menu-voice {
	background-image: url('../images/menu/blue_icn_calling.svg');
}


li:hover .menu-mailings{
	background-image: url('../images/menu/blue_icn_mailing.svg');
}

li:hover .menu-hlr {
	background-image: url('../images/menu/blue_icn_lookup.svg');
}

li:hover .menu-bases{
	background-image: url('../images/menu/blue_icn_group.svg');
}

li:hover .menu-api {
	background-image: url('../images/menu/blue_icn_api.svg');
}

li:hover .menu-support {
	background-image: url('../images/menu/blue_icn_help.svg');
}


li.active .menu-dashboard{
	background-image: url('../images/menu/blue_icn_dashboard.svg');
}

li.active  .menu-voice {
	background-image: url('../images/menu/blue_icn_calling.svg');
}


li.active .menu-mailings{
	background-image: url('../images/menu/blue_icn_mailing.svg');
}

li.active .menu-hlr {
	background-image: url('../images/menu/blue_icn_lookup.svg');
}

li.active .menu-bases{
	background-image: url('../images/menu/blue_icn_group.svg');
}

li.active .menu-api {
	background-image: url('../images/menu/blue_icn_api.svg');
}

li.active .menu-support {
	background-image: url('../images/menu/blue_icn_help.svg');
}


.header-profile {
	max-width: 270px;
	height: 70px;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	border-left: solid 1px #586e82;
	border-right: solid 1px #586e82;
	float: right;
	min-width: 100px;
	cursor:pointer;
}

.header-profile:hover, .header-profile.active{
	background-color: #586e82;
}

.header-profile:hover a.profile-link {
	color: #fff;
}

.header-profile  div {
	display: none;
	/*width: calc(100% + 2px);*/
	width: auto;
	min-width: 140px;
	height: 202px;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	border: solid 1px #dfe4e8;
	border-top-color: #fff;
	border: solid 1px #c5c5c5;
	position: absolute;
	top: 75px;
	/*right: 0px;*/
	z-index: 999;

	left: 50%;
}

#sub-profile span.frame-arrow{
	left: calc(50% - 13px);
}

span.frame-arrow {
	position: absolute;
	top: -12px;
	right: 0px;
	display: block;
	width: 26px;
	height: 12px;
	background-image: url('../images/frame_arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
}


/*.header-profile div:after,
.header-profile div:before {
	right: 60px;
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.header-profile div:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-top: 10px;
}

.header-profile div:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c5c5c5;
	border-width: 12px;
	right: 58px;
}
*/

.header-profile div.active{
	display: block;
}

.header-profile > div > a.profile{
	background-image: url(../images/profile-profile.svg);
}

.header-profile > div > a.payment{
	background-image: url(../images/profile-payments.svg);
}

.header-profile > div > a.rates{
	background-image: url(../images/profile-dollar.svg);
	background-size: 20px;
	background-position: 16px center;
}

.header-profile > div > a.docs{
	background-image: url(../images/profile-docs.svg);
}

.header-profile > div > a.logout{
	border-top: 1px solid #dfe4e8;
	background-image: url(../images/profile-logout.svg);
}

.header-profile > div > a{
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: 0.2px;
	color: #7f92a9;
	display: block;
	width: 100%;
	height: 40px;
	text-align: left;
	padding-left: 50px;
	padding-top: 11px;
	padding-right: 22px;
	transition: all 0.3s;
	background-position: 15px center;
	background-size: 24px 14px;
	background-repeat: no-repeat;
}

.header-profile > div > a:hover{
	/*background-color: #607184;*/
	text-decoration: none;
	/*color: #fff;*/
	/*font-size: 13px;*/
	background-color: #efefef;
	transition: all 0.2s;

}

.language-select:hover, .language-select.active{
	background-color: #586e82;
}

.language-box {
	display: none;
	min-width: 150px;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	border: solid 1px #dfe4e8;
	border-top-color: #fff;
	border: solid 1px #c5c5c5;
	position: absolute;
	top: 75px;
	right: 5px;
	z-index: 999;
}

.language-box.active{
	display: block;
	/*padding: 10px 0;*/
}

.language-box .frame-arrow{
	right: 22px;
}
.language-box .lang-item{
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding-left: 62px;
	height: 44px;
	padding-right: 25px;
	/*margin-top: 20px;*/
	/*height: 24px;*/
	font-family: 'Lato-regular';
  	font-size: 14px;
  	/*font-weight: bold;*/
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
  	letter-spacing: 0.8px;
  	/*color: #394858;*/
  	color: #7f92a9;
  	background-repeat: no-repeat;
  	background-size: 35px 24px;
  	background-position: 12px center;

  	position: relative;
}

.language-box a:hover{
    text-decoration: none;
}

.language-box .lang-item:hover{
	background-color: #efefef;
	transition: all 0.2s;
}

.language-box .lang-item:last-child{
	/*margin-bottom: 20px;*/
}

.lang-item.en{
	background-image: url('../images/icons/flags/en2x.png');
}

.lang-item.ru{
	background-image: url('../images/icons/flags/ru2x.png');
}

.lang-item.cn{
	background-image: url('../images/icons/flags/cn2x.png');
}

.lang-item.es{
	background-image: url('../images/icons/flags/es2x.png');
}

.lang-item.fr{
	background-image: url('../images/icons/flags/fr2x.png');
}


.left-30 {
	margin-left: -30px;
}

.mailing-input {
	max-width: 330px;
	height: 35px !important;
	display: inline-block;
}

.m-top-10 {
	margin-top: 10px;
}

.btn:focus,
.btn:active:focus,
.btn:focus {
	outline: 0 none !important;
	box-shadow: none !important;
}

.header-underline {
	width: 100%;
	height: 1px;
	background: #358ed7;
}

.Aa {
	font-family: 'Lato-regular';
	font-size: 215px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: left;
	color: #1a1a1a;
}

.lato {
	font-family: 'Lato-bold';
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.7px;
	text-align: left;
	color: #34495e;
}

.lato-font {
	font-family: 'Lato-regular';
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #4a4a4a;
}

.ui-label {
	width: 62px;
	height: 19px;
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.1px;
	text-align: center;
	color: #34495e;
}

.list {
	padding: 0px;
	font-family: 'Lato-regular';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.87;
	letter-spacing: normal;
	text-align: left;
	color: #34495e;
}

.list-type-none {
	list-style-type: none;
}

.upercase {
	text-transform: uppercase;
	/*line-height: 1.57;*/
}

.list-nav {
	list-style-type: none;
	margin-top: 15px;
	padding: 0px;
	font-family: 'Lato-regular';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.87;
	letter-spacing: normal;
	text-align: left;
	color: #34495e;
}

ul.list-nav>li {
	padding-top: 10px;
}

li.has-sub>ul {
	display: none;
	list-style-type: none;
}

li.has-sub>ul>li {
	/*padding: 8px 0px 8px 75px;*/
}

li.has-sub>ul>li>a:hover {
	background-color: #f5f6f8;
	border-right: 2px solid #2196f3;
}


li.has-sub>ul.active {
	display: block;
}

.nav-link-left {
	background-repeat: no-repeat;
	background-position: 31px 12px;
	padding: 10px 25px 0 74px;
	height: 50px;
	display: block;
	font-family: 'Lato-regular';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0.3px;
	text-align: left;
	color: #222222;
	border-right: 2px solid transparent;
}

.list-nav li.active>a {
	border-right: 2px solid #2196f3;
	text-decoration: none;
	color: #2196f3;
	background-color: #f5f6f8;
	width: 100%;

}

.list-nav li.active>ul>li>a.active {
	background-color: #f5f6f8;
	border-right: 2px solid #2196f3;
	color: #2196f3;
}


li.has-sub>ul>li>a {
	padding: 0px;
	height: auto;
	font-size: 14px;
	width: 100%;
	padding: 8px 0px 8px 75px;
}

.nav-link-left:hover {
	text-decoration: none;
	color: #2196f3;
	background-color: #f5f6f8;
}

.icon-menu {
	display: none;
}

.small-label {
	/*width: 134px;*/
	height: 17px;
	font-family: 'Lato-bold';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: left;
	color: #394858;
}

.hlr-label2 {
	width: 30px;
	height: 16px;
	border-radius: 2px;
	background-color: #7f92a9;
	font-family: 'Lato-black';
	font-size: 12px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 1px;
	content: "HLR";
	margin-bottom: 0px;
}

.hlr-label {
	font-family: 'Lato-regular';
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #7f92a9;
}

.note-icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
	background-image: url('../images/note.svg');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	/*margin-left: 10px;*/
}

.msg-attach {
	margin-right: 12px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('../images/icn-attach.svg');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.msg-emoji {
	/*margin-right: 67px;*/
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('../images/icn-emoji.svg');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}


.msg-img {
	margin-right: 12px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('../images/icn-image.svg');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.message-info div:first-of-type {
	width: 35%;
	display: inline-block;
	text-align: left;
}

.message-info div:first-of-type a{
	/*display: none;*/
}

.message-info div.active a{
	display: inline-block;
}

.message-info div {
	width: 100%;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
}

.sms-parts {
	margin-right: 31px;
	display: inline-block;
}


.move-block {
	width: 440px;
	height: 449;
	margin-left: -17px;
}

.sms-content a {
	text-decoration: underline;
	color: #2196f3;
}


.table {
	margin-bottom: 0px;
}

.table .nw {
	white-space: nowrap;
}

.table-stat .small {
	line-height: 24px;
}

.table-stat .small .zorra-checkbox{
	margin: 4px 0;
	line-height: 16px;
}

.table-stat .small .zorra-checkbox span{
	margin-top: 0px;
}

ul li.has-sub>a:before {
	color: #586e82;
	font-family: 'entypo';
	content: "\e75e";
	display: inline-block;
	float: right;
	font-size: 15px;
	margin-left: 10px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-weight: normal;
}

ul li.active.has-sub>a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.list-type-disc {
	list-style-type: disc;
}

ul.lsit-sub>li>ul {
	padding-left: 15px;
}

.list-type-image {
	list-style-type: circle;
}

.list-type-numeric {
	list-style-type: decimal;
}

.color-label {
	font-family: 'Lato-regular';
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-align: center;
	color: #ffffff;
	margin-top: 48px;
	display: block;
}

.nav_menu {
	font-family: 'Lato-regular';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0.3px;
	text-align: left;
	color: #222222;
}

.circle {
	border-radius: 100%;
	width: 110px;
	height: 110px;
}

.outlined-style {
	background-color: #f9fafc;
	border: solid 1px #dddddd;
}

.big-shadow-style {
	background-color: #ffffff;
	box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
}

.sublte-shadow-style {
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
}

.inner-shadow-style {
	background-color: #f5f6f8;
	box-shadow: inset 4px -14px 11px 0 rgba(0, 0, 0, 0.02);
}

.filled-outlined-style {
	border: solid 1px #212b35;
}

.active-grey-style {
	border: solid 1px #c4ccd6;
}

.active-blue-style {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
	border: solid 1px #2196f3;
}

.custom-progress {
	height: 20px;
	width: 100%;
	background-color: #48d2a0;
}

.custom-progress div {
	height: 20px;
	background-color: #b0b0b0;
}

.profile-link {
	width: 100%;
	height: 70px;
	background-image: url('../icons/user.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 22px center;
	padding-left: 40px;
	font-family: 'Lato-regular';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0.3px;
	color: #919dab;
	display: flex;
	align-items: center;
	padding: 0px 22px;
    padding-left: 60px;
	position: relative;
}
/*
.profile-link:after{
	color: #919dab;
	font-family: 'entypo';
	content: "\e75e";
	display: inline-block;
	float: right;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 3px;
	margin-right: 15px;
	transform: rotate(90deg);
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-weight: normal;
}*/

.language {
	width: 100%;
	height: 70px;
	display: block;
	margin: 0 auto;
	/*border-radius: 100%;*/
}

.language-select{
	float:right;
	width: 80px;
	height: 70px;
	display: flex;
	align-items: center;
	/*margin-right: 10px;*/
	cursor: pointer;
	position: relative;
	content: '';
}

/*
.language:after{
	color: #919dab;
	font-family: 'entypo';
	content: "\e75e";
	display: inline-block;
	float: right;
	font-size: 15px;
	margin-left: 50px;
	transform: rotate(90deg);
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-weight: normal;
}
*/
.en {
	background-image: url('../images/united-kingdom.svg');
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.ru {
    background-image: url('../images/russian-federation.png');
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-link:hover {
	text-decoration: none;
	color: #fff;
}

.page-container {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
}

.main-container {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: top;
	padding-bottom: 75px;
}

.sidebar-top {
	width: 280px;
	height: 70px;
	background-color: #ffffff;
	box-shadow: 12px 2px 24px 0 rgba(33, 43, 53, 0.2);
	text-align: center;
	z-index: 3;
	position: relative;

	padding-top: 14px;
	padding-left: 30px;
}

.sidebar-top > img.logo-1 {
	width: 40px;
	display: inline-block;
	float: left;
	margin: 0 24px;
}

.sidebar-top > img.logo-2 {
	width: 152px;
	float: left;
	display: inline-block;
	padding-top: 2px;
}

.left-sidebar {
	width: 280px;
	/*height: 1000px;*/
	background-color: #ffffff;
	/*box-shadow: 12px 2px 24px 0 rgba(57, 72, 88, 0.1);*/
	min-height: 100%;
	position: relative;
	z-index: 2;
	display: table-cell;
	text-align: center;
	top: 0px;
	left: 0px;
}

.left-sidebar .btn-green{
	width: 220px;
}

.header-row {
	background-color: #394858;
	width: 100%;
	height: 70px;
	z-index: 1;
	/*padding-top: 25px;*/
	display: flex;
	align-items: center;
}

.profile-notification {
	width: 19px;
	height: 19px;
	background-color: #ff4961;
	border: solid 2px #394858;
	border-radius: 100%;
	font-family: 'Lato-bold';
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding-top: 1px;
	padding-left: 1px;
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
}


.row-hover:hover {
	background-color: rgba(180, 224, 251, 0.2);
}

.vertical-center {
	display: flex;
	align-items: center;
}

.top-v-devider-left {
	border-left: solid 2px #586e82;
}

.top-v-devider-right {
	border-right: solid 2px #586e82;
}

.container-top {
	width: 100%;
	height: 70px;
	float: left;
	min-width: 1000px;
	/*display: inline-block;*/
}

.main-content {
	padding: 30px 30px 17px 30px;
	position: relative;
	min-height: 100%;
}

.content {
	width: 100%;
	padding: 0 25px;
	border-radius: 6px;
	background-color: #fff;
	border: solid 1px #f5f6f8;
	display: inline-block;
	position: relative;

}

.content.wp {
	padding-top: 25px;
	padding-bottom: 25px;
}


.content.wpb {
	padding-bottom: 25px;
}

.content-table {
	width: 100%;
	/*padding: 0px 25px 25px 25px;*/
	padding: 0px 25px;
	border-radius: 6px;
	background-color: #fff;
	border: solid 1px #f5f6f8;
	display: inline-block;
	/*margin-top: 12px;*/
}

.content-table > .table {
	margin-top: 0px !important;
}

.content-table .header h4,h5{
	margin-bottom: 0px !important;
}

.content-table .header .show-rows {
	margin: 8px 0px;
}

.table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

.table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

.calendar-input {
	float: right !important;
	width: 162px !important;
	border-radius: 3px 0px 0px 3px !important;
}

.numbers-info {
	display: inline-block;
}

.save-tpl {
	width: calc(100% - 13px);
	max-width: 417px;
	padding-top: 6px;
	text-align: right;
	/*padding-right: 10px;*/
}

.frame-content {
	padding-bottom: 39px;
	margin-bottom: 20px;
}

.settings-db {
	position: absolute;
	top: 4px;
	right: -30px;
	width: 38px;
	height: 24px;
	background-image: url('../images/settings.svg');
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

.small-frame-row.active .settings-db,
.small-frame-row:hover .settings-db {
	display: inline-block;
}

.input-group .input-group-addon {
	float: right;
	margin-left: -2px;
}

.input-group .form-control {
	float: right !important;
	width: 150px !important;
	border-radius: 3px 0px 0px 3px !important;
}

#datetimepicker1 {
	display: none;
	margin-top: 1px;
	float: right;
	width: 200px;
}

.date {
	display: none;
	float: right;
}

.message-box {
	display: inline-block;
	width: calc(100% - 125px);
	max-width: 330px !important;
	/*width: 330px;*/
}

.mailing-sent {
	letter-spacing: 0.5px;
	color: #34495e;
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 0px;
}

.col-6.right-column {
	padding-left: 40px;
}


div.date>input.form-control {
	float: left;
	width: 162px;
	font-size: 13px;
}

.calendar {
	width: 39px;
	height: 33px;
	background-color: #f9fafc;
	border: solid 1px #dfe4e8;
	background-image: url(../images/calendar.svg);
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
	border-radius: 0px 3px 3px 0px !important;
}

.message-info {
	margin-top: -2px;
	width: 100%;
	height: 32px;
	border-radius: 0px 0px 3px 3px;
	background-color: #f9fafc;
	background-color: var(--pale-grey-two);
	border: solid 1px #d8d8d8;
	background-color: #f9fafc;
	font-family: 'Lato-regular';
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #7f92a9;
	/*padding: 5px 1px 5px 18px;*/
	padding: 3px 0px 0px 8px;
	display: flex;
	align-items: center;
	margin-top: -8px;
}

.message-clear {
	text-align: right;
	padding-top: 5px;
	max-width: calc(100% - 25px);
	/*max-width: 480px;*/
	margin-bottom: 10px;
}

.settings-time {
	display: inline-table;
	margin-bottom: 6px;
	width: 100%;
	height: 35px;
}

.col-check {
	display: inline-block;
	float: left;
	padding-top: 8px;
}

.col-select {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

.col-select select.form-control {
	display: none;
	margin-top: 1px;
	float: right;
	width: 187px;
	height: 32px !important;
}


.mt-15 {
	margin-top: 15px;
}



.db-controls {
	margin-top: 20px;
	margin-bottom: 17px;
	padding-right: 15px;
	width: 100%;
	display: flex;
	align-items: center;
}

.db-controls .btn {
	height: 34px;
	margin-right: 32px;
	display: block;
	float: left;
}

.db-search {
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
}

.db-search-right {
	display: block;
	float: left;
	margin-bottom: 8px;
	position: relative;
	margin-right: 59px;
	/*margin-top: 10px;*/
	line-height: 50px;
}
.db-search-right input {
	width: 215px;
	height: 34px;
	border-radius: 3px;
	background-color: #f9fafc;
	border: solid 1px #dddddd;
	padding-left: 12px;
	padding-right: 41px;
}

.db-search input {
	width: 215px;
	height: 40px;
	border-radius: 3px;
	background-color: #f9fafc;
	border: solid 1px #dddddd;
	padding-left: 12px;
	padding-right: 41px;
}

.small-frame-header {
	display: inline-block;
	width: 100%;
	padding-right: 25px;
}

.small-frame-header .small-labe {
	display: inline-block;
}

.small-frame-header .numbers-info {
	display: inline-block;
	text-align: right;
	float: right;
}

.numbers-info span {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	text-align: left;
	color: #919dab;
}


.font-regular {
	font-family: 'Lato-regular';
	font-weight: normal;
}

a.btn {
	padding-top: 11px;
}

table.no-border td {
	border: none;
}

.db_table {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: 0.6px;
	text-align: left;
	color: #212b35;
}

.inc-db tbody tr:hover .settings-db {
	display: inline-block;
}

.table-bold {
	font-family: 'Lato-bold';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: left;
	color: #394858;
}

table.v-middle td {
	vertical-align: middle;
}

.table td,
.table th {
	padding: 5px 12px;
	color: #212b35;
	font-size: 14px;
	font-family: 'Lato-regular';
	vertical-align: middle;
}

.table-hover tbody tr:hover {
	background-color: rgba(180, 224, 251, 0.2);
}

.table-popup {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 165px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 8px 16px 0 rgba(127, 146, 169, 0.5);
	display: none;
	position: absolute;
	top: 10px;
	right: -20px;
	z-index: 999;
}

div.table-popup {
	display: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

div.table-popup.active {
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

div.table-popup a {
	display: inline-block;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 48px;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: left;
	color: #394858;
	width: 100%;
	display: block;
	background-position: 12px center;
	background-repeat: no-repeat;
}

div.table-popup a:hover {
	background-color: #f5f6f8;
	text-decoration: none;
}

div.table-popup a:nth-child(1) {
	background-image: url('../images/edit.svg');
}

div.table-popup a:nth-child(2) {
	background-image: url('../images/arrow-left.svg');
}

div.table-popup a:nth-child(3) {
	background-image: url('../images/settings.svg');
}

div.table-popup a:nth-child(4) {
	background-image: url('../images/trashbox.svg');
}

.trash-icon {
	display: inline-block;
	width:24px;
	height: 24px;
	background-image: url('../images/trashbox.svg');
	background-size: 24px 24px;
	background-repeat: no-repeat;
}


.edit-icon {
	display: inline-block;
	width:24px;
	height: 24px;
	background-image: url('../images/edit.svg');
	background-size: 24px 24px;
	background-repeat: no-repeat;
}


.bread-crumb{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.breadcrumb {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	background-color: transparent;
	margin-bottom: 0px;
}

.breadcrumb a {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: right;
	color: #2196f3;
}

.breadcrumb a:active {
	color: #34495e;
	text-decoration: none;
}
.breadcrumb-item.active{
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.4px;
	text-align: left;
	color: #394858;
	margin-top: 2px;
}


.breadcrumb-item+.breadcrumb-item::before {
	content: "-";
}

.bread-crumb .btn-outline{
	float: right;
	margin-right: 15px;
	margin-top: -35px;
}

.bread-crumb .btn-violet{
	float: right;
	margin-right: 15px;
}

.bread-crumb .btn-primary{
	float: right;
	margin-top: -35px;
}

.table-small-text {
	font-family: 'Lato-regular';
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.87;
	letter-spacing: 0.3px;
	text-align: left;
	color: #919dab;
}

.show-popup {
	position: relative;
}

.show-popup a{
	color: #c4ccd6;
	line-height: 26px;
}

.show-popup > a:before{
	content: '• • •';
	letter-spacing: -1px;
	font-size: 12px;
}

.show-popup a:hover {
	color: #2196f3;
	text-decoration: none;
}

.show-popup i {
	width: 4px;
	height: 4px;
	background-color: #c4ccd6;
	margin: 3px;
	display: inline-block;
	border-radius: 100%;
}

.control-span {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: right;
	color: #7f92a9;
	cursor: pointer;
}

.table td,th {
	height: 40px;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: left;
	color: #212b35;
	background: #fff;
}

.table td {
	padding-top: 11px;
	padding-bottom: 11px;
	border-top: solid 1px #f5f6f8;
}

.table th {
	border-top: none;
	/*padding-bottom: 9px;*/
	position: relative;
	/*cursor: pointer;*/
	border-bottom: 1px solid #dee2e6 !important;
	height: 50px;
	padding-bottom: 14px;
}

.table th:first-of-type, .table td:first-of-type {
	padding-left: 23px;
}



.table th:last-child {
	/*text-align: center;*/
	border-radius: 0px 6px 0px 0px;
}

.table td:last-child {
	/*text-align: center;*/
}


.table tr:hover td {
	background-color: rgba(180, 224, 251, 0.3);
}


.sort-down {
	width: 8px;
	height: 6px;
	display: inline-block;
	position: absolute;
}

.sort-down::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 11px;
	border: 5px solid transparent;
	border-top: 5px solid #7f92a9;
}

.sort-up {
	width: 8px;
	height: 6px;
	display: inline-block;
	position: absolute;
}

.sort-up::after {
	content: '';
	position: absolute;
	left: 10px;
	top: 6px;
	border: 5px solid transparent;
	border-bottom: 5px solid #7f92a9;
}

.show-rows {
	margin-top: 8px;
	/*margin-bottom: 15px;*/
	display: flex;
	align-items: center;
	float: right;
	/*margin-right: 25px;*/
}

.show-rows label {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #4a4a4a;
	display: inline-block;
	margin-bottom: 0px
}

.show-rows label:first-of-type {
	/*margin-right: 16px;*/
}

.show-rows label:last-of-type {
	margin-left: 16px;
}

.show-rows select {
	width: 80px;
	height: 34px !important;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #c4ccd6;
	margin-left: 10px;
	margin-right: 10px;
}


.message-list .show-rows select {
	height: 32px !important;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.pseudo-tabs .show-rows {
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	float: right;

}

.pseudo-tabs .show-rows select {
	width: 80px;
	height: 28px !important;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #c4ccd6;
	padding-top: 2px;
	padding-bottom: 2px;
}

.btns-block {
	position: absolute;
	top: 30px;
	right: 30px;
}

input {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

select {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

textarea.sms-message {
	height: 120px !important;
	width: 100% !important;
	max-width: 100% !important;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #d8d8d8;
	resize: vertical;
	outline: none;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-top: 9px;
	padding-left: 10px;
	/*border:none;*/
}

textarea.included-numbers {
	height: 40px;
	border-radius: 0px;
	background-color: #ffffff;
	border: none;
	resize: vertical;
	outline: none;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-top: 9px;
	padding-left: 10px;
	line-height: 1.57;
	letter-spacing: 0.6px;
	/*border:none;*/
}

input.form-control:focus {
	outline: none;
	box-shadow: none;
}

select.form-control:focus {
	outline: none;
	box-shadow: none;
	padding-left: 4px;
}

textarea.included-numbers:focus {
	outline: none;
	box-shadow: none;
	border: solid 1px #d8d8d8;
}

textarea.form-control:focus {
	outline: none;
	box-shadow: none;
}

textarea.sms-message:focus {
	outline: none;
	box-shadow: none;
	border: solid 1px #d8d8d8;
}

textarea.sms-message:active {
	outline: none;
	box-shadow: none;
}

textarea::-moz-focus-inner {
	border: 0;
	box-shadow: none;
}

input.form-control {
	font-family: 'Lato-regular';
	font-size: 14px;
}

select.form-control {
	font-family: 'Lato-regular';
	font-size: 14px;
}

.gray-scale {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.modal-tab-header {
	width: 800px;
	height: 60px;
	background-color: #f5f6f8;
}

.modal-footer .btn {
	min-width: 100px;
    margin-left: 10px;
}

.modal .modal-header {
	border-bottom: none;
}

.modal .modal-footer {
	border-top: none;
}

.modal-content {
	padding: 15px;
}

label {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: left;
	color: #34495e;
}

.pseudo-tabs {
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #dfe4e8;
	margin-bottom: 15px;
}

div.pseudo-tabs>a {
	padding: 9px 30px;
	display: block;
	float: left;
	height: 40px;
	border: solid 1px #dfe4e8;
	font-family: 'Lato-bold', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: center;
	color: #7f92a9;
	text-decoration: none;
	margin-left: -1px;
	background-color: #f9fafc;
	border-bottom: none;
	/*border-top: 2px solid transparent;*/
}

div.pseudo-tabs>a:first-of-type {
	margin-left: 0px;
}

.db-tabs {
	margin-top: 20px;
	border-bottom: 1px solid #2196f3;
	display: inline-block;
	width: 100%;
}


div.db-tabs>a {
	padding: 10px 30px 10px 30px;
	display: block;
	float: left;
	font-family: 'Lato-regular', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: center;
	color: #2196f3;
	text-decoration: none;
}

.frame {
	border-radius: 4px;
	border: solid 1px #dfe4e8;
	padding: 7px 20px 30px 26px;
	margin-bottom: 20px;
	max-width: 560px;
	padding-top: 20px;
	padding-left: 33px;
}

.frame h4 {
	font-family: 'Lato-regular';
	font-weight: normal;
	margin-bottom: 10px;
}

.frame-row {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 20px;
}

.frame-row.top-align {
	align-items: start;
}

.frame-row.top-align label {
	margin-top: 10px;
}

.frame-row .form-control {
	width: calc(100% - 125px);
	max-width: 330px;
	height: 35px;
	display: inline-block;
}
.modal-row .form-control {
	height: 35px;
	display: inline-block;
}

.frame-row label, .modal-row label {
	display: inline-block;
	width: 85px;
	margin-right: 16px;
	text-align: right;
	margin-bottom: 0px;
}

.small-frame {
	background-color: #ffffff;
	border: solid 1px #d8d8d8;
	max-width: calc(100% - 25px);
	position: relative;
}

.small-frame textarea {
	height: 40px;
	border-radius: 0px;
	background-color: #ffffff;
	border: none;
	resize: vertical;
	outline: none;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-top: 9px;
	padding-left: 10px;
	line-height: 1.57;
	letter-spacing: 0.6px;
	outline: none;
}

.small-frame:empty {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: right;
	color: #c4ccd6;
	text-align: center;
	height: 34px;
	padding: 8px;
	display: block;
	margin-bottom: 15px
}

.small-frame:empty::after {
	content: "There's nothing here yet";
}

.small-frame:empty+div {
	display: none;
}



.small-frame-row {
	display: flex;
	align-items: center;
	padding-left: 12px;
	height: 31px;
	padding-right: 12px;
	color: #212b35;
	font-size: 14px;
	font-family: 'Lato-regular';
	position: relative;
	cursor: pointer;
}

.small-frame-row.active {
	background-color: rgba(180, 224, 251, 0.2);
}

.small-frame-row:hover {
	background-color: rgba(180, 224, 251, 0.2);
}

.small-frame-row .title {
	display: inline-block;
	text-align: left;
	width: 300px;
	float: left;
}

.small-frame-row .hlr {
	display: inline-block;
	text-align: right;
	float: right;
	width: 90px;
}

.small-frame-row .hlr-ok {
	display: inline-block;
	text-align: right;
	width: 90px;
	height: 10px;
	background-image: url('../images/hlr-ok2x.png');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
}

.add-db-footer {
	text-align: right;
	margin-top: 20px;
}

.add-db-footer .btn-light {
	margin-right: 20px;
	width: 120px;
}

.add-db-footer .btn-primary {
	min-width: 200px;
}

.bg-gray {
	background-color: #f9fafc;
}

.search-btn {
	position: absolute;
	top: 7px;
	right: 11px;
	width: 20px;
	height: 20px;
	background-image: url(../images/search.svg);
	background-position: center center;
	background-size: contain;
}

.hlr-info {
	margin-top: 20px;
}

.hlr-info .small-copy {
	display: inline-block;
	margin-left: 20px;
}

.table-frame {
	border-left: solid 1px #f5f6f8;
	border-right: solid 1px #f5f6f8;
	margin-top: -6px;
}

.table-frame td {
	border-top: none;
	border-bottom: solid 1px #f5f6f8;
}

.table-frame:has( input) {
	background-color: red;
}

span.icon-include {
	background-image: url('../images/include.svg');
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

span.icon-exclude {
	background-image: url('../images/exlude.svg');
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


span.icon-add-phone {
	background-image: url('../images/plus-circle.svg');
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

div.pseudo-tabs > a.active > span{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

div.pseudo-tabs > a:hover > span{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

#modal_recipients div.pseudo-tabs > a{
	display: inline-flex;
	align-items: center;
}

.number-detail h6{
	display: inline-block;
	width: auto;
	margin-bottom: 30px;
}



.search-db-btn {
	position: absolute;
	top: 13px;
	right: 11px;
	width: 24px;
	height: 26px;
	background-image: url('../images/search.svg');
	background-position: center center;
}

.bundle {
	border-radius: 3px;
	text-align: center;
	padding: 4px 8px;
	font-family: 'Lato-regular';
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	display: inline-block;
	color: #fff;
	margin-bottom: 0px;
	white-space: nowrap;
}

.bundle-yell {
	background-color: #f1cb1c;
}

.bundle-orange {
	background-color: #ff9c07;
}

.bundle-green {
	background-color: #28d094;
}

.bundle-fresh {
	background-color: #666ee8;
}

.bundle-error {
	background-color: #e92763;
}

.bundle-gray {
	background-color: #586e82;
}

.bundle-blue {
	background-color: #2196f3;
}

.bt-none {
	border-top: none !important;
}

.first-visible-td {
	padding-left: 23px !important;
}

div.paginator {
	height: 32px;
	display: block;
	float: right;
	margin-top: 15px;
	margin-bottom: 20px;
}

.content-table.stretch + div.paginator {
	margin-top: 10px;
}

div.paginator * {
	outline: none;
}

div.paginator a {
	display: block;
	float: left;
	min-width: 32px;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #c4ccd6;
	font-family: 'Lato-regular';
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: center;
	color: #2196f3;
	padding: 7px;
	text-decoration: none;
	margin-left: -1px;
	cursor: pointer;
}

div.paginator span.ellipsis {
	display: block;
	float: left;
	min-width: 32px;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #c4ccd6;
	font-family: 'Lato-regular';
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: center;
	color: #111;
	padding: 7px;
	text-decoration: none;
	margin-left: -1px;
}

div.paginator a:first-of-type {
	padding-left: 12px;
	padding-right: 12px;
	/*border-right: none;*/
}

div.paginator a:last-child {
	padding-left: 12px;
	padding-right: 12px;
	/*border-radius: 0px 3px 3px 0px;*/
}
div.paginator .paginate_button.next{
	border-radius: 0px 3px 3px 0px;
}

div.paginator .paginate_button.previous{
	border-radius: 3px 0px 0px 3px;
}

div.paginator li:last-child a {
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 0px 3px 3px 0px;
}


div.paginator a:hover {
	background-color: #86c9ff;
	color: #fff;
	transition: 0.2s;
}

div.paginator a.current,
div.paginator a.active {
	background-color: #2196f3;
	color: #fff;
}

div.paginator .disabled {
	border: solid 1px #c4ccd6;
	color: #394858;
	cursor: default;
	/*border-radius: 3px 0px 0px 3px;*/
}

div.paginator>.disabled:hover {
	background-color: #fff;
	color: #394858;
}

div.pseudo-tabs>a.active {
	border-top: 2px solid #2196f3;
	;
	color: #2196f3;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: bold;
	padding-top: 8px;
}

div.pseudo-tabs>a:hover {
	color: #2196f3;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tabs-container a {
	cursor: pointer;
}

.tabs-table {
	min-height: 40px;
	background-color: #f5f6f8;
	display: inline-block;
	width: 100%;
}

div.tabs-table a:first-of-type {
	border-left: solid 1px #dddddd;
}

div.tabs-table a {
	display: block;
	float: left;
	height: 40px;
	color: #2196f3;
	border: solid 1px #dddddd;
	border-left: none;
	font-family: 'Lato-bold', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.plus-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: solid 1px #7f92a9;
	border-radius: 100%;
	font-size: 8px;
	color: #7f92a9;
	margin-right: 6px;
	font-weight: bold;
}

div.tabs-table>a:first-of-type {
	margin-left: 0px;
}

div.tabs-table>a.active {
	background-color: #fff;
	border-top: 2px solid #2196f3;
}

div.tabs-table>a:hover {
	background-color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

div.db-tabs>a.active {
	border: solid 1px #dddddd;
	border-bottom: 2px solid #2196f3;
	color: #2196f3;
	background-color: #f9fafc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-family: 'Lato-bold';
}

div.db-tabs>a:hover {
	color: #2196f3;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}



.arrow-left {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../images/arrow-left.svg');
	background-position: center 2px;
	padding-top: 4px;
}

.arrow-right {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('../images/arrow-right.svg');
	background-position: center 2px;
	padding-top: 4px;
}


@media (min-width: 576px) {
	.container-top {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-top {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-top {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-top {
		max-width: 1160px;
	}
}

@media (min-width: 1440px) {
	.container-top {
		max-width: 100%;
	}
}

@media (max-width: 650px) {
	.left-sidebar {
		/*display: none;*/
		position: absolute;
		top: 70px;
		left: -480px;
		;
		width: 100%;
	}
	.sidebar-top {
		display: none;
	}
	.icon-menu {
		display: block;
	}
	.header-row {
		position: fixed;
	}
}


.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.dropdown-menu {
	position: absolute;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.collapser .chevron {
	width: 14px;
	height: 6px;
	display: inline-block;
	background-image: url('../images/chevron-down.png');
	margin-left: 18px;
	margin-right: 7px;
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

a.collapser.collapsed .chevron {
	width: 14px;
	height: 6px;
	display: inline-block;
	background-image: url('../images/chevron-down.png');
	margin-left: 18px;
	margin-right: 7px;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	transform: rotate(-90deg);
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up:before {
	content: "\e113";
	color: #111;
}

.glyphicon-chevron-down:before {
	content: "\e114";
	color: #111;
}

.balance {
	margin-top: 27px;
	margin-bottom: 9px;
	line-height: 1.75;
	letter-spacing: 0.3px;
	color: #222222;
	font-size: 16px;
	text-align: center;
}

.top-head {
	font-size: 24px;
	color: #394858;
	letter-spacing: 0.2px;
	margin-bottom: 7px;
	letter-spacing: 0.7px;
}


footer {
	height: 60px;
	background-color: #f8f8f8;
	border-top: solid 1px #d2d2d2;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #4a4a4a;
	text-align: right;
	padding: 20px;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.label-caption {
	font-family: 'Lato-bold';
	font-size: 14px;
	letter-spacing: 1px;
}

.table-db {
	margin-top: 10px;
}

.table-db tr td:first-of-type {
	padding-left: 23px;
}

.table td span.percent {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.87;
	letter-spacing: 0.3px;
	color: #919dab;
	display: inline-block;
	text-align: right;
	/*margin-left: 10px;*/
	padding-left: 8px;
	width: 40px;
}


.table-stat th:first-of-type {
	width: auto;
}

.table td span {
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: 0.6px;
	text-align: left;
	color: #212b35;
	margin-left: 0px;
	/*width: 65px;*/
	max-width: 70px;
	margin-top: 2px;
	width: 50%;
	display: inline-block;
}

.table td.message {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 200px;
	overflow: hidden;
	cursor: pointer;
}
.table td.message.active {
	white-space: normal;
	overflow: hidden;
	text-overflow: initial;
}

/*
.table-stat tr th:last-child {
	text-align: left;
}

.table-stat tr td:last-child {
	text-align: left;
}
*/
.table-stat td.message {
	max-height: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 400px;
	cursor: pointer;
}

.table-stat td.message.active {
	max-height: 70px;
	max-width: 400px;
	white-space: normal;
	overflow: hidden;
	text-overflow: initial;
}


.table-stat td.show {
	max-width: 190px;
	cursor: pointer;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.table-fw{
	margin-left: -25px;
	margin-right: -25px;
	width: calc(100% + 50px) !important;
	max-width: calc(100% + 50px);
	margin-top: 0px;
}

.main-content > .table-fw {
	max-width: 100% !important;
	margin: 0px;
}

.content-wrapper {
    position: relative;
    min-height: 100px;
}
.content-wrapper > .table-fw {
	max-width: 100% !important;
	margin: 0px;
}

.calls-list .table-stat th{
	height: 50px;
	padding-bottom: 14px;
}

.calls-list .table-stat{
	margin-top: 0px;
}

.content-table.stretch{
	max-height: 645px;
	margin-top: 0px;
	/*overflow-y: hidden;*/
}

.content-table > .header, .content > .header{
	display: inline-block;
	margin-left: -25px;
	margin-right: -25px;
	width: calc(100% + 50px);
	max-width: calc(100% + 50px);
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: solid 1px #f5f6f8;
	padding-bottom: 12px;
	padding-top: 12px;
}

.content-table .header + table {
	margin-top: 0px;
}

.calls-list .table-stat{
	margin-left: -25px;
	margin-right: -25px;
	width: calc(100% + 50px);
	max-width: calc(100% + 50px);
}

.calls-list table tr:last-child td {
	font-family: 'Lato-bold';
}


div.table-popup a.edit {
	background-image: url(../images/edit.svg)
}


div.table-popup a.stat {
	background-image: url(../images/stat.svg);
}


div.table-popup a.transfer {
	background-image: url(../images/arrow-left.svg)
}


div.table-popup a.trash {
	background-image: url(../images/trashbox.svg);
}

div.table-popup a.config {
	background-image: url(../images/settings.svg);
}

div.table-popup a.add-contact {
	background-image: url(../images/add-user.svg);
}

div.table-popup a.users {
	background-image: url(../images/menu/group.svg);
}

/*div.loading {
	cursor: pointer;
}*/

.loading::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	background-image: url(/images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 128px;
	border-radius: 10px;
	z-index: 1111;
}

a.loading, .btn.loading {
	position: relative;
}

a.loading::after, .btn.loading::after {
	background-size: 102px;
	border-radius: 0px;
	cursor: not-allowed;
	border-radius: 16px;
}


.inner-loading {
	background-image: url(/images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 128px;
	padding: 5px;
	min-height: 40px;
}

.hide {
	display: none;
}


ul.paginator {
	height: 32px;
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	list-style: none;
}

ul.paginator li {
	cursor: pointer;
	display: block;
	float: left;
	min-width: 32px;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #c4ccd6;
	font-family: 'Lato-regular';
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	text-align: center;
	color: #2196f3;
	padding: 7px;
	text-decoration: none;
	margin-left: -1px;
}

ul.paginator li:first-of-type {
	padding-left: 12px;
	padding-right: 12px;
	border-right: none;
	border-radius: 3px 0px 0px 3px;
}

ul.paginator li:last-child {
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 0px 3px 3px 0px;
}

ul.paginator li:hover {
	background-color: #86c9ff;
	color: #fff;
	transition: 0.2s;
}

ul.paginator a {
	text-decoration: none;
}

ul.paginator li.active a {
	color: white;
}


ul.paginator li.active {
	background-color: #2196f3;
	color: #fff;
}

ul.paginator .disabled {
	border: solid 1px #c4ccd6;
	color: #394858;
	cursor: default;
	border-radius: 3px 0px 0px 3px;
}

ul.paginator .disabled a {
	color: #394858;
	cursor: default;
}

ul.paginator>.disabled:hover {
	background-color: #fff;
	color: #394858;
}

.main-content .btn-block-top {
	position: absolute;
	top: 30px;
	right: 30px;
	width: auto;
}

.header h4, .header h5 {
	width: auto;
	display: inline-block;
	margin-bottom: 0px;
	/*line-height: 2.67;*/
	line-height: 50px;
}

.header h4 {
	/*line-height: 2.1;	*/
}



table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
	outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}
table.dataTable thead table.dataTable thead .sorting:after,
/*table.dataTable thead .sorting_asc:before,*/
table.dataTable thead .sorting_asc:after,
/*table.dataTable thead .sorting_desc:before,*/
table.dataTable thead .sorting_desc:after,
/*table.dataTable thead .sorting_asc_disabled:before,*/
table.dataTable thead .sorting_asc_disabled:after,
/*table.dataTable thead .sorting_desc_disabled:before,*/
table.dataTable thead .sorting_desc_disabled:after {
	display: inline-block;
	margin-left: 5px;
	/*opacity: 0.3;*/
}

/*table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  content: "\2191";
  }*/
  table.dataTable thead .sorting:after,
  table.dataTable thead .sorting_asc:after,
  table.dataTable thead .sorting_asc_disabled:after{
  	margin-left: 8px;
  	content: " ";
  	width: 8px;
  	height: 8px;
  	background-image: url('../images/sort_up.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  }
  table.dataTable thead .sorting_desc:after,
  table.dataTable thead .sorting_desc_disabled:after {
  	width: 8px;
  	height: 8px;
  	margin-left: 8px;
  	content: " ";
  	background-image: url('../images/sort_down.svg');
  	background-position: center;
  	background-repeat: no-repeat;
  }



  table.dataTable thead .sorting_asc:before,
  table.dataTable thead .sorting_desc:after {
  	opacity: 1;
  }
  table.dataTable thead .sorting_asc_disabled:before,
  table.dataTable thead .sorting_desc_disabled:after {
  	opacity: 0;
  }

  div.dataTables_scrollHead table.dataTable {
  	margin-bottom: 0 !important;
  }

  div.dataTables_scrollBody table {
  	border-top: none;
  	margin-top: 0 !important;
  	margin-bottom: 0 !important;
  }
  div.dataTables_scrollBody table thead .sorting:after,
  div.dataTables_scrollBody table thead .sorting_asc:after,
  div.dataTables_scrollBody table thead .sorting_desc:after {
  	display: none;
  }
  div.dataTables_scrollBody table tbody tr:first-child th,
  div.dataTables_scrollBody table tbody tr:first-child td {
  	border-top: none;
  }

  div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  	box-sizing: content-box;
  }
  div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  	margin-top: 0 !important;
  	border-top: none;
  }

  @media screen and (max-width: 767px) {
  	div.dataTables_wrapper div.dataTables_length,
  	div.dataTables_wrapper div.dataTables_filter,
  	div.dataTables_wrapper div.dataTables_info,
  	div.dataTables_wrapper div.dataTables_paginate {
  		text-align: center;
  	}
  }
  div.dataTables_wrapper div.dataTables_length{
  	display: inline-block;
  }
  table.dataTable.table-sm > thead > tr > th {
  	padding-right: 20px;
  }

  table.dataTable.table-sm .sorting:after,
  table.dataTable.table-sm .sorting_asc:after,
  table.dataTable.table-sm .sorting_desc:after {
  	top: 5px;
  }

  .table tr td:last-child{
/*  	max-width: 200px;
  	width: 200px;
  	text-align: center;
*/  }


  .table tr th:last-child{
  	/*max-width: 200px;
  	width: 200px;*/
  	/*text-align: center;*/
  }

  .sender-form{
  	border-top: solid 1px #f5f6f8;
  	width: calc(100% + 50px);
  	margin-top: 10px;
  	margin-left: -25px;
  	margin-right: -25px;
  	padding-left: 25px;
  	padding-right: 25px;
  }

  .profile-row {
  	margin-top: 20px;
  	display: flex;
  	align-items: center;
  }

  .profile-row label {
  	display: inline-block;
  	width: 100px;
  	margin-right: 20px;
  	margin-bottom: 0px;
  	text-align: right;
  }

  .profile-row input{
  	width: calc(100% - 105px);
  	float: right;
  }

  .profile-row .btn-outline{
  	float: right;
  	display: inline-block;

  }

  .profile-row-btn {
  	display: inline-block;
  	text-align: right;
  	width: 100%;
  	margin-top: 20px;
  }

  .profile-row select {
  	width: calc(100% - 105px) !important;
  	height: 35px !important;
  }

  .profile-row .time {
  	width: calc(50% - 60px);
  }

  .profile-row .time:first-of-type {
  	margin-right: 12px;
  }

  .content.profile .row {
  	margin-bottom: 25px;
  }

  .content.profile .row .info-text {
  	margin-top: 11px;
  }

 .content.profile .subscribes label{
 	width: auto;
 	margin-left: 2px;
 }

  td div.show-popup {
  	cursor: pointer;
  	height: 50px;
  	padding: 12px 0;
  	margin-top: -12px;
  	width: 60px;
  	margin: -12px auto;
  	text-align: center;
  }
  td div.show-popup:hover > a {
  	color: #2196f3;
  	text-decoration: none;
  }

  .filter-container {
  	/*margin-top: 10px;*/
  	margin-bottom: 10px;
  }

  .content-table .header .show-rows {
  	margin-top: 11px;
  }

  .btn-block {
  	width: auto;
  }

  .modal-header h4 {
  	margin-bottom: 0px;
  }

  .modal-row {
  	margin-bottom: 0px;
  	display: flex;
  	align-items: center;
  	/*margin-right: -15px;*/
  	/*margin-left: -15px;*/
  	margin-top: 5px;
  }

  #modal_add_trunk input {
  	margin: 10px 0px
  }

  .balance-info {
  	background-color: #e1faf1;
  	padding: 25px;
  	width: 440px;
  	margin-bottom: 35px;
  }

  .balance-info h5{
  	color: #34495e;
  	line-height: 1;
  	margin-bottom: 18px;
  }

  .payments-row {
  	width: 100%;
  }

  .payments-row h4 {
  	display: inline-block;
  	margin-top: 4px;
  }

  .payments-row  label {
  	display: inline-block;
  	margin-right: 12px;
  }

  .payments-row  div {
  	display: inline-block;
  	float: right;
  }

  .payments-row div select{
  	width: 162px;
  	display: inline-block;
  }

  .payments-row .btn-outline {
  	display: inline-block;
  	margin-left: 20px;
  	width: 180px;
  }


  .table-payments {
  	margin-left: -25px;
  	margin-right: -25px;
  	width: calc(100% + 50px);
  	max-width: calc(100% + 50px);
  }

  .content .btn-payment{
  	position: absolute;
  	top: 25px;
  	right: 160px;
  }

  .content .btn-rates{
  	position: absolute;
  	top: 25px;
  	right: 25px;
  }

  .success-icon {
  	display: inline-block;
  	width: 20px;
  	height: 20px;
  	background-image: url('../images/added.svg');
  	background-repeat: no-repeat;
  	background-size: 20px;
}

  .failed-icon {
  	display: inline-block;
  	width: 20px;
  	height: 20px;
  	background-image: url('../images/delete.svg');
  	background-repeat: no-repeat;
  	background-size: 20px;
}

.payment-state .success-icon, .payment-state .failed-icon {
	margin-top: 5px;
}


.icon-container{
	display: none;
	visibility: hidden;
	width: 0px;
	overflow: hidden;
}

.expenses-row{
	margin-top: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.expenses-row label {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}

.expenses-row select {
	display: inline-block;
	width: 160px;
	height: 32px !important;
	margin-right: 55px;
}

.expenses-row .input-group.date{
	display: inline-block;
	width: 200px;
}

.expenses-row .input-group.date:first-of-type{
	margin-right: 30px;
}

.expenses-row .calendar-input {
	width: 162px !important;
}


.chart-legend {
	border: solid 1px #dfe4e8;
	float: right;
	display: inline-block;
	width: 175px;
	padding: 20px;
	position: absolute;
	right: 25px;
	top: 75px;
}

.chart-legendh h6{
	text-align: center;
	margin-bottom: 20px;
}

.chart-legend div {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.chart-legend span {
	display:inline-block;
	float: left;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: left;
}

.chart-legend span.legend {
	display: block;
	float: right;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin-top: 4px;
}

.column.chart-legend span.legend.gray {
	background-color: #7f92a9;
}

.column.chart-legend span.legend.green {
	background-color: #28d094;
}

.column.chart-legend span.legend.black {
	background-color: #394858;
}

.column.chart-legend span.legend.violet {
	background-color: #666ee8;
}

.column.chart-legend span.legend.red {
	background-color: #ff4961;
}

.column.chart-legend span.legend.orange {
	background-color: #ff9c07;
}

.column.chart-legend span.legend.yellow {
	background-color: #f1cb1c;
}

.column.chart-legend span.legend.light-blue {
	background-color: #b4e0fb;
}

.column.chart-legend span.legend.blue {
	background-color: #2196f3;
}

.chart-legend.no-frame{
	/*border: none;*/
}

.chart-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

#column-chart {
	display: block;
	padding-right:150px;
	position: relative;
}

#wrap-percent {
	display: none;
	padding-right:150px;
	position: relative;
}

#chart, #expensesChart {
	padding-right: 150px;
	position: relative;
}

.voice-stat{
	display: flex;
	align-items: center;
}

.voice-stat label {
	font-family: 'Lato-bold';
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: right;
	color: #394858;
	margin-bottom: 0px;
}

.stat-circle {
	width: 96px;
	height: 96px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 40px;
	text-align: center;
}
.stat-circle:last-child{
	margin-right: 0px;
}

.stat-circle:first-of-type {
	margin-left: 40px;
}

.stat-circle span:first-of-type{
	font-size: 14px;
	margin-top: 28px;
}

/*.stat-circle.yellow span:first-of-type{
	font-size: 14px;
	margin-top: 17px;
}*/

.stat-circle span{
	font-family: 'Lato-bold';
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: center;
	color: #7f92a9;
	font-size: 14px;
	display: block;
	margin: 0 auto;

}
.stat-circle.gray{
	border: solid 3px #7f92a9;
}

.stat-circle.violet{
	border: solid 3px #666ee8;
}


.stat-circle.blue{
	border: solid 3px #2196f3;
}

.stat-circle.yellow{
	border: solid 3px #f1cb1c;
}

.stat-circle.red{
	border: solid 3px #ff4961;
}

.stat-circle.green{
	border: solid 3px #28d094;
}

.download-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('../images/download.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
}

.notifications{
	display: inline-flex;
	align-items: center;
	position: relative;
	float: right;
	width: 80px;
	height: 70px;
	border-left: solid 1px #586e82;
	text-align: center;
	cursor: pointer;
	/*padding-top: 8px;*/
}

.notifications:hover, .notifications.active{
	background-color: #586e82;
}



.notifications .red-label{
	display: none;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -4px;
	background-color: #ff4961;
	width: 16px;
	height: 16px;
	font-family: 'Lato-regular';
 	font-size: 13px;
  	font-weight: bold;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: normal;
  	letter-spacing: 1px;
  	text-align: center;
  	color: #ffffff;
}

.bell-icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 70px;
	background-position: center;
	background-image: url('../icons/alert.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	margin: auto;
}

.notify-box {
	display: none;
	width: 589px;
	/*height: auto;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	position: absolute;
	right: 0px;
    top: 75px;
	background-color: #ffffff;
	border: solid 1px #c5c5c5;
	border-radius: 5px;
	z-index: 99;
	/*transition: all 0.3s;*/
}

.notify-box.active {
	display: block;
}

.notify-box:after,
.notify-box:before {
	right: 29px;
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notify-box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-top: 10px;
}

.notify-box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c5c5c5;
	border-width: 12px;
	right: 27px;
}

.notify-item {
	border-bottom: solid 1px #dfe4e8;
	display: flex;
    align-items: center;
}

.notify-item:first-of-type{
	border-radius: 4px 4px 0 0;
}

.notify-item:last-child{
	border-radius: 0 0 4px 4px;
}

.notify-item div{
	display: inline-block;
	align-items: center;
}

.notify-item div:nth-child(1){
	width: 60px;
	text-align: center;

}

.notify-item div:nth-child(2){
	width: 480px;
 	font-family: 'Lato-regular';
  	font-size: 14px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.36;
  	letter-spacing: 0.3px;
  	color: #394858;
  	padding-top: 15px;
  	padding-bottom: 15px;
  	text-align: left;
}

.notify-item div:nth-child(3){
	width: 60px;
	text-align: center;
	font-family: 'Lato-regular';
  	font-size: 12px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.42;
  	letter-spacing: 0.2px;
  	color: #7f92a9;
}

.info-icon {
	display: inline-block;
  	width: 20px;
  	height: 20px;
  	background-image: url('../images/info.svg');
  	background-repeat: no-repeat;
  	background-size: 20px;
}

.notify-item .btn {
	display: block;
	margin-top: 10px;
	height: 30px;
}

.notify-item.new{
	background-color: #e9f6fe;
}

.notify-item:last-child {
	display: block;
	text-align: right;
	padding: 15px;
}

.notify-item:last-child a{
	text-transform: uppercase;
}

.noty_body {
	padding: 16px !important;
}

.noty_bar {
	border-radius: 8px !important;
}

td.dataTables_empty, td.empty{
	font-family: 'Lato-regular';
  	font-size: 16px !important;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.75;
  	letter-spacing: 0.3px;
  	text-align: center !important;
  	color: #7f92a9 !important;
  	padding-top: 30px !important;
  	padding-bottom: 30px !important;
}

td.dataTables_empty:hover {
	background-color: #fff !important;
	background: #fff;
}

td.dataTables_empty .btn, td.empty .btn{
	display: block;
    margin: 0px auto;
    margin-top: 30px;
}

td.dataTables_empty a:hover, td.empty a:hover{
	text-decoration: none;
}

tr:hover td.dataTables_empty {
	background-color: transparent;
}
.no-wrap {
	white-space: nowrap;
}
.dataTables_wrapper .bottom{
	display: inline-block;
    width: 100%;
}

.content.pbx, .content-table.pbx {
	margin-bottom: 15px;
}

a.drop-down.active{
	background-color: #586e82;
}

.drop-down.active + div{
	display: block;
}


.paginate_button {
	/*cursor: pointer !important;*/
}
.paginate_button.disabled {
	cursor: default;
}

.clickable a {
	color: #212b35;
}


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

.filter-row, .filter-row.detail	{
	display: flex;
	align-items: center;
	margin-top: 12px;
	position: relative;
	width: 888px;
}

.filter-row label{
	margin-right: 10px;
	margin-bottom: 0px;
	width: 59px;
	text-align: right;
}

.filter-row select {
	width: 160px;
	height: 32px !important;
	border-radius: 3px;
	background-color: #f9fafc;
	border: solid 1px #dfe4e8;
	margin-right: 15px;
	display: inline-block;
}

.filter-row input {
	width: 160px;
	height: 32px;
	border-radius: 3px;
	border: solid 1px #d8d8d8;
	margin-right: 15px;
}

.filter-row .calendar {
	height: 32px;
	width: 30px;
}

.filter-row .calendar-input{
	width: 160px !important;
	margin-right: 0px;
	z-index: 1;
}

.filter-row .date{
	float: left;
	display: inline-block;
	width:	160px;
	height: 32px;
	position: relative;
}
.filter-row .input-group .input-group-addon{
	position: absolute;
	right: -2px;
	z-index: 10;
}

.filter-row .date:first-of-type{
	margin-right: 10px;
}

.filter-row > .btn-primary {
	position: absolute;
	right: 0px;
}

.filter-row > .show.btn-primary {
	position: relative;
	margin-left: 20px;
}


.filter-row > .show.btn-outline {
	position: relative;
	margin-left: 20px;
}


.filter-row.period  .date:first-of-type{
	margin-right: 40px;
}

.filter-row .my-btn-block {
	margin-top: 8px;
	max-width: 370px;
	height: 40px;
	float: right;
	text-align: right;
}

.filter-row.controls {
	height: 40px;
}

.filter-row .my-btn-block .btn-outline{
	margin-right: 10px;
}

.filter-row > .btn-primary {
	position: absolute;
	right: 0px;
}

.filter-row > .show.btn-primary {
	position: relative;
	margin-left: 20px;
}


.filter-row > .show.btn-outline {
	position: relative;
	margin-left: 20px;
}


.filter-row.period  .date:first-of-type{
	margin-right: 40px;
}

.filter-item {
    display: inline-block;
    /*border: 1px solid #111;*/
}

.filter-item label{
    /*min-width: 55px;*/
    display: block;
    width: auto;
    /*padding-left: 10px;        */
    max-width: 160px;
    /*float: left;*/
    text-align: left;
    white-space: nowrap;
    margin-right: 0px;
    line-height: 32px;
}

.filter-item.single{
    width: 25%;
}

.filter-item.double{
    width: 40%;
}

.filter-item select{
    display: inline-block;
    margin-right: 0px;
    /*margin-left: 10px;*/
    float: left;
}

.filter-item input{
    display: inline-block;
}

.filter-row .show.btn-primary{
    position: absolute;
    bottom: 0px;
    right: 112px;
}

.content.virtual-numbers{
	max-width: 1000px;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 25px;
}

.col-6 .accept {
	display: block;
	overflow: hidden;
	width: 100%;

	margin: 20px 0;
	/*padding-left: 25px;*/
}

table.vertical-top td{
	vertical-align: top;
}

a.document_pre {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-color: #dfe4e8;
}

a.document_pre img{
	width: 100%;
	height: 100%;
}

#uploaded_files {
	display: inline-block;
	width: 525px;
}

#uploaded_files  .dz-image {
	width: 160px;
	height: 160px;
	overflow: hidden;
}

#uploaded_files  .dz-image img{
	width: 160px;
}

#dropzoneDocs {
	display: inline-block;
	float: left;
	/*overflow: hidden;*/
	width: 160px;
	height: 160px;
	background-color: #f5f6f8;
	border: solid 1px #c1bec1;
	cursor: pointer;
	background-image: url('/images/docs.svg');
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-right: 15px;
	/*margin-top: 15px;*/
}

#dropzoneDocs a {
	display: block;
	margin-top: 170px;
	text-align: left;
	text-transform: uppercase;
}



#uploaded_files .dz-remove{
	display: block;
	margin-top: 10px;
}

#uploaded_files .dz-preview {
	width: 160px;
	display: inline-block;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}

#uploaded_files .dz-preview:nth-child(1), #uploaded_files .dz-preview:nth-child(2), #uploaded_files .dz-preview:nth-child(3){
	margin-top: 0px;
}


.docs {
	max-width: 1064px;
}

.docs .col-6 {
	max-width: 500px;
}

.docs-row:first-of-type, .number-row:first-of-type{
	margin-top: 0px;
}

.docs-row, .number-row {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.docs-row:last-child {
	width: 390px;
    text-align: right;
    display: block;
}

.docs-row label, .number-row label {
	margin-bottom: 0px;
	margin-right: 15px;
	display: inline-block;
	width: 90px;
	text-align: right;
}

.docs-row select, .number-row select {
	height: 34px !important;
	display: inline-block;
	width: 280px;
}

.docs-row p, .number-row p {
	display: block;
	max-width: 340px;
	float: right;
	margin-left: 44px;
}

.docs-row input, .number-row input{
	width: 280px;
	height: 34px !important;
	display: inline-block;
}

.docs-row p.description, .number-row p.description {
	max-width: 510px;
	margin-left: 0px;
}

.docs-row a, .number-row a {
	margin-left: 285px;
}

.docs-row.info, .number-row.info{
	align-items: start;
}

#uploaded_files .dz-details{
	display: none;
}

#uploaded_files .dz-success-mark{
	display: none;
}

#uploaded_files .dz-error-mark{
	display: none;
}

.stretch .columns-show{
	float: right;
	margin-right: 0px;
}

.columns-show{
	font-family: 'Lato-regular';
  	font-size: 14px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.36;
  	letter-spacing: 0.3px;
  	text-align: left;
  	color: #394858;
  	display: inline-block;
    width: auto;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    padding-left: 30px;
    line-height: 50px;
}

.columns-show:before{
	background-image: url('../images/settings.svg');
  	background-repeat: no-repeat;
	background-position: left -2px;
	content: ' ';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 14px;
	left: 0px;
}

.columns-settings {
	display: none;
	width: 650px;
	/*height: 170px;*/
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	border: solid 1px #c5c5c5;
	position: absolute;
	top: 307px;
	left: 150px;
	padding: 20px;
	background-color: #ffffff;
	border: solid 1px #c5c5c5;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: left;
	color: #394858;
	border-radius: 5px;
	z-index: 99;
	/*transition: all 0.3s;*/
}


.columns-settings.active {
	display: block;
	/*transition: all 0.3s;*/
}

.columns-settings .zorra-checkbox {
	display: block;
	margin-top: 18px;
}

.columns-settings .zorra-checkbox:first-of-type{
	margin-top: 0px;
}

.columns-settings:after,
.columns-settings:before {
	left: 100%;
	top: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.columns-settings:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

.columns-settings:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c5c5c5;
	border-width: 11px;
	margin-top: -11px;
}

.columns-settings > label {
	font-family: 'Lato-bold';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-align: left;
	color: #394858;
}

.columns-settings .column-check{
	display: inline-block;
	width: 30%;
	margin-right: 20px;
	/*margin-top: 20px;*/
}

.columns-settings .column-check:last-child{
	margin-right: 0px;
}

.hidden {
	display: none;
}

span.after-title {
	margin-left: 10px;
	color: #ccc;
}

/* audio feather */

.page-voice-stats-detailed i.audio {
	position: relative;
	background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: top;
    border-radius: 12px;
    margin-right: 5px;
    margin-top: -2px;
    margin-bottom: -2px;
}
.page-voice-stats-detailed i.audio:hover {
	/*background-color: #2196ff;*/
	background-color: #2b9fff;
	cursor: pointer;
}

.page-voice-stats-detailed .audio.loading::after {
	/*background-size: 102px;*/
	border-radius: 0px;
	/*cursor: not-allowed;*/
	border-radius: 16px;
}


.page-voice-stats-detailed .audio.audio-play {
	background-image: url(/icons/play_circle.svg);
}
.page-voice-stats-detailed .audio.audio-play.active {
	background-image: url(/icons/pause_circle.svg);
}
/*.page-voice-stats-detailed .audio.audio-pause {
	background-image: url(/icons/play_circle.svg);
}
*/
.page-voice-stats-detailed .audio.audio-download {
	background-image: url(/icons/download_circle.svg);
}



span.select2-selection.select2-selection--single {
	outline: none;
}

.select2-selection {
	border-color: #d8d8d8 !important;
}
.select2-dropdown {
	border-color: #d8d8d8 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}



/* work with filters */

.filter-item .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.filter-item .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
}

/*.filter-item .input-group input:focus ~ .input-group-addon span {
	border-color: #6fadfe;
}*/


/* ui fixes */
input:focus {
	border-color: #d8d8d8 !important;
}
.input-group input:focus ~ .input-group-addon span {
	border-color: #d8d8d8 !important;
}

.select2-selection {
	border-radius: 3px !important;
}

.select2-dropdown {
	z-index: 3333;
}

.not-active {
	pointer-events: none;
	cursor: default;
}

.collapse.show {
	display: block;
}


.payment-methods {
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.payment-method {
	display: inline-block;
	width: 160px;
	height: 80px;
	/*border: 2px solid #eee;*/
	border-radius: 10px;
	margin: 0 12px;
	cursor: pointer;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.payment-method.active {
	/*border: 2px solid #ddd;*/
	background-color: #eee;
}

.payment-method-card {
	background-image: url('/images/payment/logo_card.png');
	background-size: auto 46px;
}

.payment-method-wm {
	background-image: url('/images/payment/logo_wm.svg');
	background-size: auto 46px;
}

.payment-method-yandex {
	background-image: url('/images/payment/logo_yandex.svg');
	background-size: auto 32px;
}

.payment-method-paypal {
	background-image: url('/images/payment/logo_paypal.webp');
	background-size: auto 32px;
}

.payment-yandex-desc, .payment-qiwi-desc, .payment-webmoney-desc, .payment-paypal-desc {
	padding-left: 85px;
	position: absolute;
	margin-top: -15px;
}

.payment-method-qiwi {
	background-image: url('/images/payment/logo_qiwi.png');
	background-size:  auto 90px;
}
