.clear {
	clear: both;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #c1cfdd;
	background-color: #f3f3f3;
	padding: 4px 6px;
	color: #555;
	font-size: 14px;
}
.calculator input[type="button"],
.calculator input[type="submit"],
.calculator button, #calculator-modal button, .cl-button {

	text-align: center !important;
	padding: 8px 20px;
	background: #ffffff;
	box-shadow: 0px 2px 2px rgba(233,233,233,0.25);
	color: #FF4F12;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border: #FF4F12 2px solid; /* !important LKD */
	border-radius: 5px !important;
	text-decoration: none !important;
	font-size: 14px !important;
}

.cl-button {
	display: inline-block;
	cursor: pointer;
}
.calculator input[type="button"]:hover, .calculator input[type="submit"]:hover, .calculator button:hover, .calculator .cl-button:hover {
	background-color: #ffede7 !important;
	border-color: #ff8218 !important;
	color: #FF4F12 !important;
}
.calculator input.disabled,
.calculator input.disabled:hover,
.calculator button.disabled,
.calculator button.disabled:hover,
.calculator .cl-item.disabled button,
.calculator .cl-item.disabled .cl-button,
.calculator .cl-button.disabled ,
#calculator-modal button.disabled  {
	background: #b7b9be !important;
	border-color: #b7b9be !important;
	color: #000 !important;
}
button:focus {
	outline: none;
}

/* info tooltip */
.mark[data-comment] {
	cursor: help;
}
.info .fa {
	cursor: help;
	font-size: 19px;
}
.phone-direction .tooltip,
.info .tooltip,
.fa-gear .tooltip,
.calculator .cl-item-name .tooltip,
.calculator .cl-button .tooltip,
.calculator .cl-item .tooltip,
.calculator .cl-button .tooltip,
.calculator .cl-orders .cl-price .tooltip,
.calculator .mark .tooltip {
	display: none;
	position: absolute;
	padding: 15px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 300000;
	width: 250px;
	font-weight: normal;
	opacity: 0.8;
	background: #000000;
	box-shadow: 0 5px 30px 2px rgba(0,0,0,0.15);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
}
.calculator .cl-item .cl-price-value-question .tooltip{
	width: 450px;
}
.calculator .cl-item .mark .tooltip {
	z-index: 300100;
}
.info .tooltip {
	bottom: 24px;
}
.fa-gear .tooltip,
.calculator .mark .tooltip,
.calculator .cl-item.cl-service .tooltip,
.calculator .cl-item-name .tooltip,
.calculator .cl-item-package-txt .tooltip  {
	bottom: 30px;
}
.phone-direction{
	position:relative;
}
.phone-direction .cl-head {
    height: auto;
}
.phone-direction .tooltip,
.calculator .cl-item .cl-item .tooltip,
.calculator .cl-item .tip .tooltip,
.calculator  .cl-item-name .cl-gear .tooltip,
.calculator  .cl-item-name .cl-checkbox .tooltip  {
	bottom: 20px;
	text-align: left;
}

.calculator .cl-item.cl-pack  .tooltip, .calculator .cl-item.cl-subpack .tooltip{
	bottom: 60px;
}
.calculator .cl-item.cl-pack .mark .tooltip, .calculator .cl-item.cl-subpack .mark .tooltip {
	bottom: 30px;
}
.calculator .cl-item.cl-pack .cl-price-comment .tooltip, .calculator .cl-item.cl-subpack .cl-price-comment .tooltip {
    bottom: 40px;
}
.calculator .cl-orders .cl-price .tooltip {
	bottom: 35px;
}
.calculator .cl-button .tooltip {
	bottom: 32px;
}
.calculator .cl-button-vodpacks .tooltip {
	bottom: 40px;
}
.calculator .cl-item-control .tooltip,
.calculator .cl-item-control-wide .tooltip {
	bottom: 55px;
	text-align: left;
}
.calculator .tooltip  a {
	/*color: #e5f4d7;*/
	color: #ff4f12;
	position: relative;
	display: inline-block;
}
.info-right .tooltip {
	left: -30px;
}
.info-right .tooltip:after {
	left: 32px;
}
.info-left .tooltip {
	left: -226px;
}
.info-left.cl-item-control .tooltip {
	left: -215px;
}
.info-left.cl-item-control-wide .tooltip {
	left: -65px;
}
.cl-price-value-question .tooltip {
	left: 446px;
	top: -60px;
}
/*
.info-left.cl-checkbox .tooltip {
	left: -30px;
}
*/
.info-left .tooltip:after {
	right: 30px;
}
.phone-direction .tooltip:after,
.info .tooltip:after,
.fa-gear .tooltip:after,
.calculator .cl-item .tooltip:after,
.calculator .cl-orders .cl-price .tooltip:after,
.calculator .cl-button .tooltip:after,
.calculator .cl-item-name .tooltip:after,
.calculator .mark .tooltip:after {
	content: "";
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	border-top-color: #000000;
	margin-bottom: -12px;
	bottom: 0;
	z-index: 3000;
	opacity: 0.8;
	/*opacity: inherit;*/
}

.calculator .cl-item .mark .tooltip:after {
	z-index: 3001;
}
#img_av_services mark{
	left:7px !important;
	bottom:100px !important;
}
/* calculator */
.choice {
	width: 100%;
	/*height: 24px;*/
	/*border-left: 1px solid #e2e2e2;*/
	margin-bottom: 20px;
	float: left;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	text-align: center;
}

.choice:empty {
	border: none;
	margin-bottom: 0;
}

.choice a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	/*width: 19.9%;*/
	color: #000;
	background: url(/images/menubg.png) repeat-x;
	background-size: contain;
	text-align: center;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	padding: 0 24px;
	height: 30px;
	line-height: 30px;
}
.choice a:first-child {
	/*margin-left: 80px;*/
}
.choice a.mvno {
	/*width: 24.9%;*/
}
.choice.tabs3 a {
	width: 33.1%;
}

.choice.tabs4 a {
	width: 24.7%;
} 

.choice.tabs5 a {
	width: 19.6%;
} 

.choice a.active {
	background: url(/images/menubg_hover.png) repeat-x;
	background-size: contain;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.calculator{
	
}
.calculator .fa {

}
.calculator .section-left {
	float: left;
	width: 54%;
	margin: 0 15px 30px 0;
}
.calculator .section-left.phone-conf {
	width: 540px;
}
 form .phone-conf div {
	margin-bottom: 0;
}
.calculator .section-right {
	float: left;
	width: 44%;
}
.calculator .cl-group {
	/*border: 1px solid #ececec;*/
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.calculator .section-right  .cl-group-content {
	display: block;
	/*padding: 15px;
	border-bottom: 1px solid #ececec;
	display: none;*/
	position: relative;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(233,233,233,0.25);
	padding: 10px;
	margin-bottom: 15px;
}
.calculator .cl-group.collapsed  .cl-group-content {
	display: none;
}
.calculator .cl-group.collapsed  .cl-phone-settings {
	display: none;
}
.calculator .cl-group-refresh {
	margin-bottom: 50px;
}
.calculator .check-group-item {
	display: inline-block;
	margin-right: 20px;
}
.calculator .check-danger {
	color: red;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 70px;
}
.calculator .create-danger {
	color: red;
	font-weight: bold;
}
.calculator .check-success {
	color: #3c763d !important;
}
.calculator .cl-group-title {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
	margin: 0 0 15px 0;
	cursor: pointer;
}
.calculator .cl-group-title .cl-group-icon {
	position: relative;
	display: inline-block;
	float: right;
	font-size: 14px;
	padding: 0 0 2px 0;
}
.calculator .cl-group-title .fa-gear {
	color: #7700FF;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	float: left;
	margin: -5px 10px 0 -10px;
	font-size: 24px;
	cursor: pointer;
}
.calculator .cl-group-title .cl-contract-tier {
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	float: left;
	margin: -5px 10px 0 -10px;
	font-size: 24px;
}
.cl-contract-tier.golden {
	color: #ffd700;
}
.cl-contract-tier.silver {
	color: #c0c0c0;
}
.cl-contract-tier.bronze {
	color: #cd7f32;
}
.calculator .cl-group-title .fa-gear.disabled {
	color: #c1c1c1;
}
.cl-item {
	cursor: pointer;
	display: block;
	position: relative;
}
.cl-item.hidden {
	display: none;
}
.cl-rateplan {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	min-height: 66px;
	border: 1px solid #e8e8e8;
	/*background: #ffffff;*/
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(233,233,233,0.25);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px 0;
	position: relative;
}

.cl-rateplan .cl-item-control:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	right: 4px;
	top: 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: white;
}


.cl-rateplan.checked .cl-item-control:after {
	background: #7700ff;
}

.cl-item-orange.checked .cl-item-control:after {
	/*
        background: url(/images/sel_ye_hover.png) #e5f4d7 97% 15px no-repeat;
        cursor: pointer;*/
	background: orangered;
}

.cl-rateplan:hover .cl-item-control:after{
	background: #cdcdcd;
	cursor: pointer;
}

.cl-rateplan .tip {
	text-decoration: none;
	border-bottom: 1px dotted #86c900;
}
.cl-rateplan .tip:hover {
	border-bottom: 1px solid #86c900;
}
.cl-item.cl-status {
	cursor: default;
}
.cl-item.cl-status .cl-item-control{
	border: transparent;
}
.cl-status {
	/*min-height: 64px;
	border-bottom: 1px solid #dbdbdb;*/
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	min-height: 66px;
	border: 1px solid #e8e8e8;
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 2px  2px rgba(233,233,233,0.25);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px 0;
	position: relative;
}
.cl-item.cl-status.disabled .fa-gear {
	color: #c1c1c1;
}


.cl-item-orange.checked, .cl-item-orange.checked:hover  {
	/*background: url(/images/sel_ye_hover_orange.png) #FFE7CE 97% 15px no-repeat;*/
	cursor: pointer;
}
.cl-item-orange.checked .cl-rateplan.checked:after {
	background: #8dd31e;
}
.cl-rateplan.disabled, .cl-rateplan.disabled:hover {
	background: #e8e8e8;
	cursor: help;
}
.cl-rateplan.checked.disabled {
/*	background: url(/images/sel_off.png) #eee 97% 15px no-repeat;*/
	cursor: help;
}
.cl-rateplan .cl-item-name,
.cl-status .cl-item-name {
	max-width: 340px;
	float: left;
	margin: 15px 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	/*position: relative;*/
}
.cl-rateplan .cl-item-name-bonus,
.cl-status .cl-item-name {
	float: left;
	margin: 15px 0 0 10px;
	font-size: 14px;
	color: #000;
}
.cl-rateplan .cl-item-icon:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/beta/images/mobile/arrow-head.svg) center top no-repeat;
	margin-left: 5px;
	margin-bottom: -0.5px;
}
.cl-rateplan .cl-item-icon-down:after{
	background-position: bottom center;
}

.cl-status .cl-item-icon:after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/beta/images/mobile/arrow-head.svg) center top no-repeat;
    margin-left: 5px;
    margin-bottom: -0.5px;
    background-position: bottom center;
}

.cl-status .cl-item-icon-down:after{
    background-position: top center;
}

.cl-folder {
	border-top: 1px solid #dbdbdb;
	background-color: #fff;
	display: none;
	cursor: default;
}
.cl-rateplan .cl-folder .cl-item {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	clear: both;
	cursor: default;
	padding: 10px 10px 8px 15px;
}
.cl-rateplan .cl-folder .cl-item:hover {
	background-color: #f6f6f6;
}
.cl-rateplan .cl-folder .cl-item-name {
	width: 245px;
	float: left;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.cl-rateplan .cl-folder .cl-item-price {
	float: left;
	margin:0;
	width: 230px;
}
.cl-rateplan .cl-folder .cl-price-value {
	font-size: 16px;
}
.cl-rateplan .cl-folder .cl-price-unit {
	width: 190px;
}
.cl-rateplan .cl-folder .cl-price-unit  em {
	font-size: 11px;
}
.cl-rateplan .cl-folder .cl-checkbox {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
	text-align: left;
}
.cl-rateplan .cl-folder .cl-opt-nuf {
	float: right;
	width: 95px;
	font-size: 10px;
	color: #888;
	font-style: italic;
	text-align: right;
}
.cl-status .cl-tv-technology {
	font-weight: bold;
	color: #7700FF;
	/*border-bottom: 1px solid #888;*/
}
.cl-folder .cl-opt-comment {
	padding: 2px 10px;
	background-color: #f6f6f6;
	font-style: italic;
}
.cl-folder.unfold {
	display: block;
}
.cl-status .cl-option .cl-item-name {
	margin: 0;
	float: none;
}
.cl-rateplan .cl-item-control,
.cl-status .cl-item-control {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #e8e8e8;
	text-align: right;
	border-radius: 50%;
	top: 23px;
	right: 19px;
}
.cl-item-control .cl-inprocess {
	position: absolute;
	z-index: 1;
	right: 10px; top: 18px;
	width: 80px;
	height: 50px;
	color: #888;
	font-weight: bold;
}

.cl-item-control  .cl-inprocess.cl-change {
	text-align: center;
	padding-top:0px;
	font-weight: normal;
}

.cl-status .cl-item-control-wide {
	position: relative;
	width: 200px;
	height: 64px;
	float:right;
	text-align: right;
}
.cl-status .cl-item-control .fa {
	color: #7700FF;
	font-size: 28px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	margin-top: 16px;
	margin-right: 19px;
	cursor: pointer;
}
.cl-status .cl-item-control span {
	display: inline-block;
	text-align: left;
	color: #888;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 10px;
}
.cl-status .cl-item-control .tooltip span {
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
}
.cl-rateplan .cl-item-price,
.cl-status .cl-item-price {
	width: 190px;
	float: right;
	margin: 10px 0 0 10px;
	text-align: right;
}
.cl-rateplan .cl-item-price-bonus {
	width: 190px;
	float: right;
	margin: 15px 0 0 10px;
	text-align: right;
}
.cl-status .cl-item-control-wide button,
.cl-status .cl-item-control-wide .cl-button {
	margin-top: 16px;
	margin-right: 19px;
	cursor: pointer;
	text-align: left;
}
.cl-rateplan .cl-price-old,
.cl-status .cl-price-old { 
	display:inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #888;
	text-decoration:line-through;
	padding-right: 5px;
}
.cl-rateplan .cl-price-value,
.cl-rateplan .cl-price-value-question,
.cl-item .cl-price-value-question,
.cl-status .cl-price-value {
	display:inline-block;
	margin-right: 3px;
	font-weight: bold;
	font-size: 26px;
	color: #7700FF;
}
.cl-rateplan .cl-price-value-question,
.cl-status .cl-price-value-question {
	margin-right: -40px;
}
.cl-rateplan .cl-price-value-bonus {
	display:inline-block;
	margin-right: 3px;
	font-weight: bold;
	font-size: 16px;
	color: #7700FF;
}
.cl-item-orange .cl-price-value{
	color: #fe5000 !important;
}
.cl-rateplan .cl-price-unit,
.cl-status .cl-price-unit { 
	display:inline-block;
	width: 100px;
	text-align: left;
}
.cl-rateplan .cl-item-bonus {
	width: 100px;
	float: left;
	margin: 15px 0 0 10px;
	padding: 5px 0;
	text-align: center;
	background-color: #efefef;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-radius: 10px;
}
.cl-rateplan .cl-item-desc,
.cl-status .cl-item-desc  {
	display: block;
	position: relative;
	margin: 0px 0 5px 10px;
	font-size: 12px;
	color: #888;
	float: left;
	width: 270px;
}
.cl-rateplan .cl-item-desc{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 95%;
	margin-top: 5px;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #e8e8e8;
}
.cl-rateplan .cl-item-desc-hide{
	display: none;
}
.cl-rateplan .cl-price-comment,
.cl-status .cl-price-comment {
	font-size: 11px;
	width: 112px;
	color: #888;
	float: right;
	text-align: center;
	padding-right: 30px;
	position:relative;
}
.cl-head  {
	display: block;
	height: 20px;
	padding: 7px 10px 0 15px;
	font-size: 13px;
	border-bottom: 1px solid #ececec;
	font-weight: bold;
	background: #f6f6f6;
	position:relative;
}
.cl-phone-settings .cl-head {
	height: auto;
	padding: 3px 10px 3px 15px;
}
.cl-head  .cl-checkbox {
	color: #7700FF;
	cursor: pointer;
	font-size:16px;
	position:relative;
}
.cl-head.disabled  .cl-checkbox {
	color: #888;
}
.phone-thead {
	display: block;
	position: relative;
	border-bottom: 1px solid #dbdbdb;
	color: #888;
	font-size: 11px;
	background-color: #fafafa;
	padding: 2px 0;
}
.phone-thead div {
	display: inline-block;
	vertical-align: top;
}
.phone-thead div:nth-child(1) {
	width: 170px;
	margin-left: 20px;
}
.phone-thead div:nth-child(2) {
	width: 115px;
	margin-right: 5px;
}
.phone-thead div:nth-child(3) {
	width: 75px;
	margin-right: 5px;
}
.phone-thead div:nth-child(4) {
	width: 100px;
}
.cl-phone-settings  {
	display: block;
	position: relative;
	background-color: #fff;
}
.cl-phone-settings .cl-item  {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	clear: both;
	padding: 7px 10px 7px 20px;
}
.cl-phone-settings .cl-item div {
	display: inline-block;
}
.cl-phone-settings .cl-item .cl-item-rate {
	width: 100px;
	font-size: 12px;
}
.cl-phone-settings .cl-item .cl-item-rate-short {
	width: 50px;
	font-size: 12px;
}
.cl-phone-settings .cl-item .cl-item-order {
	width: 70px;
	font-size: 11px;
	color: #888;
	float: right;
}
.cl-phone-settings .cl-item .cl-item-price {
	width: 80px;
	font-size: 12px;
	color: #7700FF;
}
.cl-phone-settings .cl-item .cl-item-volume {
	width: 120px;
	font-size: 12px;
}
.cl-phone-settings .cl-phone-direction  .cl-item .cl-item-price {
	width: 50px;
	color: #7700FF;
}
.cl-phone-settings .cl-item-name {
	display: inline-block;
	width: 170px;
	font-size: 13px;
	position: relative;
}
.cl-phone-settings .cl-head .cl-item-name {
	width: 400px;
}
.cl-phone-settings .cl-checkbox {
	display: inline-block;
	float: right;
	text-align: left;
}
.cl-phone-settings .cl-item-num-price {
	display: inline-block;
	float: right;
	text-align: left;
	width: 110px;
}
.cl-phone-settings .cl-item-zonal-rate {
	display: inline-block;
	text-align: left;
	width: 60px;
	/*padding-left: 200px;*/
}
.cl-phone-settings .cl-item-num-price .cl-price-value {
	color: #7700FF;
	margin-right: 5px;
}
.cl-pack, .cl-subpack {
	/*height: 80px;
	width: 191px;
	background: url(/images/tv_no_.png) top left no-repeat;
	margin: 0 0 15px 0;
	float: left;*/
	position: relative;
	border: 1px solid #e8e8e8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 46%;
	float: left;
	margin: 10px 2%;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(233,233,233,0.25);
	height: 120px;
	font-weight: 400;
	display: inline-block;
	cursor: pointer;
}

.cl-subpack {
	width: 95%;
}

.cl-pack .cl-pack-inner, .cl-subpack .cl-pack-inner  {
	position: relative;
	padding: 12px;
}
.cl-pack .cl-item-name, .cl-subpack .cl-item-name {
	/*width: 120px;
	float: left;
	margin: 15px -10px 0 8px;
	font-weight: bold;
	font-size: 12px;
	color: #000;*/
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: left;
}
.cl-pack .cl-item-price, .cl-subpack .cl-item-price {
	/*width: 50px;
	float: right;
	margin: 8px 10px 0 0;
	text-align: right;*/
	margin-top: 5px;
	font-weight: 500;
	text-align: left;
}
.cl-pack .cl-price-old, .cl-subpack .cl-price-old {
	display:inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #888;
	text-decoration:line-through;
	padding-right: 5px;
}
.cl-pack .cl-price-value, .cl-subpack .cl-price-value {
	/*display:inline-block;
	margin-right: 3px;
	font-weight: bold;
	font-size: 18px;
	color: #7700FF;*/
	font-weight: 600;
	font-size: 16px;
	color: #7700ff;
	display: inline-block;
	margin: 0 5px 0 0;
}
.cl-pack .cl-price-unit, .cl-subpack .cl-price-unit {
	display:inline-block;
	width: 53px;
}
.cl-pack .cl-item-desc, .cl-subpack .cl-item-desc {
	/*float:left;
	margin: 5px 0 2px 8px;
	font-size: 12px;
	color: #888;*/
	text-align: left;
}
.cl-pack .cl-price-comment, .cl-subpack .cl-price-comment{
	/*float:right;*/
	font-size: 9px;
	line-height: 9px;
	text-align: right;
	/*padding: 0 5px;*/
	/*padding-right: 3px;*/
	color: #888;
	width: 90px;
	position:absolute;
	bottom:14px;
	right:6px;
}
.cl-pack:hover, .cl-pack.checked, .cl-subpack:hover, .cl-subpack.checked  {
	/*background:url(/images/tv_on_.png) top left no-repeat;*/
	border-color: #FF4F12;
	box-shadow: 0px 0px 0px 2px #FF4F12 inset;
}

 .cl-subpack.disabled:hover, .cl-subpack.disabled.checked  {
	/*background:url(/images/tv_on_.png) top left no-repeat;*/
	/*border-color: #95d321;*/
	/*box-shadow: 0px 0px 0px 2px #95d321 inset;*/
	 border: 1px solid #e8e8e8;
	 box-shadow: 0px 2px 2px rgba(233,233,233,0.25);
}

.cl-pack.cl-nohover:hover, .cl-subpack.cl-nohover:hover {
	/*background:url(/images/tv_no_.png) top left no-repeat;*/
	cursor: default;
}
.cl-pack.disabled, .cl-pack.disabled:hover, .cl-subpack.disabled, .cl-subpack.disabled:hover {
	/*background:url(/images/tv_no_.png) top left no-repeat;*/
	cursor: help;
}
.cl-pack.disabled *, .cl-subpack.disabled *  {
	color: #888;
}
.cl-pack.checked.disabled, .cl-subpack.checked.disabled {
	/*background:url(/images/tv_off_.png) top left no-repeat;*/
	cursor: help;
}
.cl-service {
	/*position: relative;
	width: 191px;
	margin: 0 0 15px 0;*/
	/*float: left;*/
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 46%;
	margin: 10px 2%;
	/*height: 70px;*/
	font-weight: 400;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	vertical-align: top;
}
.cl-smartdoor {
	width: 85%;
	margin: 0px 2%;
}
.cl-premium {
	margin-bottom: 15px;
}
.cl-service .cl-checkbox {
	/*margin-right: 5px;*/
	text-align: left;
}
.cl-premium  .cl-item-name {
	width: 300px;
	float: left;
	position: relative;
	font-weight: bold;
}
.cl-service .cl-item-name,
.cl-service .cl-item-title {
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	/*height: 22px;*/
	width:100%;
}


.cl-service .cl-item-name > span {
	line-height: 16px !important;
}

.cl-service .cl-item-name .name,
.cl-service .cl-item-title .name {
	height: 28px;
	line-height: 28px;
	font-weight: 600;
}

.cl-window  .cl-option .cl-item-name span.info-right{
	display: inline-block;
	vertical-align: top;
	width:80%;
}

.cl-service .cl-item-name-empty {
	height: 80px;
}

.cl-service .cl-item-name-empty-small {
	height: 50px;
}


.cl-service .cl-item-name *, 
.cl-service .cl-item-title * {
	vertical-align: middle;
}
.cl-service .cl-item-title.disabled .cl-checkbox{
	color: #888;
}

.cl-service .cl-item-select {
	/*display: inline-block;
	position: relative;
	padding: 0 5px;
	height: 22px;
	background: url(/images/sel_bg.png) top left repeat-x;*/
	display: inline-block;
	position: relative;
	height: 30px;
	border: 1px solid #e8e8e8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(233,233,233,0.25);
	line-height: 30px;
	padding: 0 20px 0 10px;
	font-weight: 600;
	/*overflow: hidden;*/
	width:88%;
}
.cl-service .cl-item-select span {
	display: inline-block;
	width: 145px;
	height: 22px;
	overflow: hidden;
}

.cl-service .cl-item-select mark > span {
	width: auto;
	height: auto;
}

.cl-service .cl-item-select * {
	line-height: 22px;
	vertical-align: middle;
}
.cl-service .cl-item-select .fa {
	margin-left: 5px;
	color: #7700FF;
}
.cl-service .cl-item-select i {
	display: inline-block;
	width: 10px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 0;
	background: url(../images/dops-arraow.svg) center center no-repeat;
	background-size: auto 10px;
}
.cl-service .cl-item-select.readonly i {
	display: none;
}
.cl-smarthome-equipment {
	margin: 0 15px 15px 0 !important;
}

.cl-item.cl-service.cl-smarthome-equipment {
	margin: 10px 2% !important;
}

.cl-item.cl-service.cl-smarthome-equipment .cl-item-name {
	font-weight: 600;
}

.cl-smarthome-rateplan {
	margin: 0 0 15px 0 !important;
}
.cl-smarthome-rateplan .cl-item-name {
	margin-left: 19px;
}
.cl-premium .cl-item-price {
	float: right;
}
.cl-premium .cl-price-value,
.cl-service .cl-price-value {
	font-size: 14px;
	font-weight: bold;
	color: #7700FF;
	padding-right: 5px;
}

.cl-service .cl-price-old {
	font-size: 11px;
	color: #888;
	text-decoration:line-through;
	padding-right: 5px;
}
.cl-service .cl-item-desc {
	position: relative;
	font-size: 11px;
	color: #888;
	clear: both;
	margin-left: 19px;
	width: 185px;
}
.cl-service .cl-item-params {
	position: relative;
	font-size: 11px;
	color: #888;
	clear: both;
	margin-left: 19px;
	width: 185px;
}
.cl-service .cl-inprocess {
	margin-left: 19px;
	color: gray;
}
.cl-service .cl-item-title-insurance {
	margin-top: 8px;
}
.cl-service .cl-item-title-insurance .name {
	font-weight: bold;
	margin-left: 19px;
}
.cl-service .cl-item-status {
	position: relative;
	font-weight: bold;
	clear: both;
	margin-left: 19px;
}
.cl-service .cl-item-desc .cl-ordertype {
	color: #000;
}
.cl-service .cl-item-desc  .cl-router {
	color: #7700FF;
	border-bottom: 1px dotted #7700FF;
}
.cl-service .cl-item-price {
	margin-left: 19px;
}
.cl-service .cl-item-count {
	margin-left: 19px;
}
.cl-service .cl-option .cl-item-price {
	margin-left: 0;
}
.cl-service .cl-price-comment {
	font-size: 11px;
	color: #888;
	margin-left: 19px;
}

.cl-option .cl-item-price {
	float: right;
}
.cl-option .cl-item-name {
	font-weight: normal;
	display: inline-block;
	width: 230px; /* LKD */
	line-height: 16px;
	height: auto;
	margin-left: 0px;
}
.cl-service .cl-item-name .cl-window {
	width: 360px;
	top: 28px;
	left: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    box-sizing: content-box;
}
.cl-service .cl-item-name .cl-window a {
	display: inline-block;
	margin-top: 5px;
}
.cl-service .cl-item-name .cl-window .tooltip a {
	display: inline-block;
	margin-top: 0px;
}
.cl-smarthome-rateplan .cl-item-name .cl-window {
	width: 360px;
	top: 20px;
	left: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cl-group button,
.cl-group .cl-button {
	position: relative;
}

.cl-group button .cl-item-name,
.cl-group .cl-button .cl-item-name  {
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

.cl-group .cl-window {
	width: 250px;
	top: 20px;
	left: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cl-group .cl-window.cl-jump-menu.cl-wide {
	width: 270px;
}
.cl-group .cl-jump-menu .cl-item-name {
	padding-left: 5px;
	padding-right: 5px;
}
.cl-group .cl-jump-menu .cl-option:hover {
	/* background-color: #ececec; */
	background: url(/images/option-bg.gif) left top repeat-x;
}
.cl-group .cl-jump-menu .cl-option .cl-item-name  {
	width: auto;
	text-align: center;
}
.cl-group .cl-jump-menu .cl-option:hover .cl-item-name  {
	color: #fff;
}
.cl-group button  .cl-option,
.cl-group .cl-button  .cl-option,
.cl-group .fa-gear  .cl-option,
.cl-item-name .cl-option {
	font-weight: normal;
	padding: 5px 0;
	border-bottom: 1px solid #ececec;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-shadow: none;
}
.cl-group button  .cl-option:last-child,
.cl-group .cl-button  .cl-option:last-child,
.cl-group .fa-gear  .cl-option:last-child,
.cl-item-name .cl-option:last-child {
	border: none;
}
.cl-item .cl-checkbox,
.cl-item .cl-gear {
	color: #7700FF;
	position: relative;
	display: inline-block;
}
.cl-option.disabled > .cl-item-name .cl-checkbox,
.cl-item.disabled > .cl-item-name .cl-checkbox,
.cl-item.disabled > .cl-item-name .cl-gear {
	color: #888;
}
.cl-window {
	display: block;
	position: absolute;
	z-index: 500000;
	background-color: #fff;
	-moz-box-shadow: 0px 1px 5px 0px #d8d8d8;
	-webkit-box-shadow: 0px 1px 5px 0px #d8d8d8;
	box-shadow: 0px 1px 5px 0px #d8d8d8;
	padding: 10px;
}
.cl-item .mark.mark2 {
	padding-left: 5px;
}
.section-right .cl-item.cl-service .mark {
	top: -20px;
	left: -1px; /* LKD */
}
.cl-item .mark {
	position: absolute;
	left: -3px;
	top: -10px;
	height: 20px;
	line-height: 20px;
	width: auto;
	padding: 0 10px;
	background: #7700FF;
	cursor: help;
}
.cl-item .mark.archive {
	background: #b7b9be;
}
.cl-item .mark.mark2.archive {
	background: #7700FF;
}
.cl-item .mark > span{
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
}
.cl-smarthome-equipment .mark > span{
	padding-top: 0px !important;
}

.cl-group-content .mark > span{
	padding-top: 0px !important;
}
.cl-item .mark span:after {
	content: '';
	position: absolute;
	right: -11px;
	top: 0;
	height: 20px;
	background: url(/images/marks/purple_2.svg) left top no-repeat;
	width: 14px;
}

.cl-item .mark span:before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	height: 25px;
	background: url(/images/marks/purple_1.svg) left top no-repeat;
	width: 8px;
}

.cl-item .mark.archive span:before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	height: 25px;
	background: url(/images/marks/grey_1.svg) left top no-repeat;
	width: 8px;
}

.cl-item .mark.archive span:before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	height: 25px;
	background: url(/images/marks/grey_1.svg) left top no-repeat;
	width: 8px;
}

.cl-item .mark.mark2.archive span:before {
	background: url(/images/marks/purple_1.svg) left top no-repeat;
}
.cl-item .mark.archive span:after {
	content: '';
	position: absolute;
	right: -11px;
	top: 0;
	height: 20px;
	background: url(/images/marks/grey_2.svg) left top no-repeat;
	width: 14px;
}
.cl-item .mark.mark2.archive span:after {
	background: url(/images/marks/purple_2.svg) left top no-repeat;
}
.cl-item-orange .mark{
	background: #FF4F12;
}
.cl-item-orange .mark span:before{
	background: url(/images/marks/orange_1.svg) left top no-repeat;
}
.cl-item-orange .mark span:after{
	background: url(/images/marks/orange_2.svg) left top no-repeat;
}
.cl-item .mark > .tooltip > span:after {
	background: unset;
}

.cl-item .mark > .tooltip > span:before {
	background: unset;
}
.cl-item-orange .mark.mark2 {
	padding-left: 5px;
}
.cl-item-orange .mark.mark2 span {
  padding-left: 8px !important;
}
.cl-orders {
	font-size: 13px;
	border-bottom: 1px solid #ececec;
}
.cl-orders > div {
	padding: 5px 5px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.cl-orders .cl-change-set {
	border-bottom: 1px solid #ececec;
	position: relative;
}
.cl-orders .cl-change-item {
	padding: 5px 5px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.cl-orders .cl-change-set .cl-change-item {
	border-bottom: 0;
	padding: 1px 0;
}
.cl-orders .cl-change-item .cl-price span {
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
.calculator .cl-price .tooltip span
 {
	color: #FFFFFF;
}
.cl-orders .cl-change-item .cl-change-name {
	width: 400px;
}
.cl-orders .cl-change-item .cl-change-name .mark {
	display: inline-block;
	margin-left: 5px;
	padding: 1px 4px;
	/*font-family: "Arial Black", Arial;*/
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #7700ff;
	border-radius: 3px;
}
.cl-orders .cl-change-item .cl-change-name .mark .tooltip {
	text-transform: none;
}
.cl-orders .cl-change-comment {
	color: #888;
	font-style: italic;
}
.cl-orders .cl-change-item.cl-change-section {
	font-weight: bold;
	background-color: #fafafa;
}
.cl-orders .cl-item-desc {
	color: #888;
	margin-left: 10px;
	font-size: 12px;
}
.cl-orders .cl-total {
	border: none;
}
.cl-orders .cl-total strong {
	margin-left: 150px;
}
.cl-orders em {
	display: inline-block;
	float: right;
	font-style: normal;
	font-weight: bold;
	color: #7700FF;
}
.cl-orders .cl-price {
	display: inline-block;
	position: relative;
	float: right;
	font-weight: bold;
	color: #7700FF;
}
.cl-orders .cl-price.cl-big {
	font-size: 26px;
}
.cl-price .cl-unit {
	display: inline-block;
	width: 55px;
	margin-left: 3px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
#cl-button-send {
	float: right;
	margin-top: 10px; 
}
.bot-butts {
	margin-top: 30px;
}
.bot-butts button {
	font-size: 12px;
	padding: 3px 10px;
}
.bot-butts  table {
	width: 530px;
}
.bot-butts  table td {
	width: 33.3%;
	text-align: center;
}
.bot-butts  table tr.links a {
	color: #000;
	border-bottom: 1px dotted #7700ff;
	text-decoration: none;
}
.bot-butts  table tr.links a:hover {
	border-bottom: 1px solid #7700ff;
}
.cl-item input {
	opacity: 0;
}
.cl-item-keys {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 5px;
}
.cl-item-keys-status > i {
	color: #4cae4c;
	font-weight: bold;
}
.cl-item-keys-errors {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -10px;
}
.cl-item-keys-dor {
	display: block !important;
}
.cl-item-key-main .cl-item-keys-hide {
	display: none;
}
.cl-item-keys-main {
	margin-bottom: 20px;
}
.cl-item-count input {
	opacity: 1 !important;
}
.cl-item-count div {
	display:inline-block
}
.cl-item-key-main input {
	opacity: 1 !important;
	display: block;
}
.cl-item-keys-dor {
	margin-left: 12px;
}
.cl-item-count .cl-item-value {
	margin-left: 5px;
}
#smartdoor_dop_key {
	width: 70px;
}
.cl-item-add-keys {
	margin-left: 5px;
	color: #4cae4c;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}
.cl-item-keys-remofe {
	color: #7700FF;
	font-weight: bold;
	font-size: 18px;
	margin-right: 5px;
}
.cl-item-keys-disable {
	color: #c6c6c6 !important;
}
#calculator-mask  {
	display:block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index:1000000;
	background-color: rgba(255, 255, 255, 0.7);
}
#calculator-modal {
	display:block;
	position: fixed;
	width: 400px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	z-index:1000001;
	background: white;
	/*border: 1px solid #7700FF; */
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
	padding: 20px 20px;
	font-size: 12px;
}
#calculator-modal .cl-icon {
	display: block;
	width: 60px;
	float: left;
	margin-right: -60px;
}
#calculator-modal .cl-message {
	display: block;
	float: right;
	margin-left: 70px;
}
#calculator-modal .cl-controls {
	display: block;
	clear: both;
	padding-top: 20px;
	text-align: center;
}
#calculator-modal .cl-controls button:nth-child(2) {
	margin-left: 10px;
}
#calculator-modal .fa-exclamation-triangle {
	color: #f5de2f;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#calculator-modal p {
	margin-bottom: 5px;
}
#calculator-modal #cl-router-list {
	width: 400px;
}
.cl-devset-dvbc { 
	clear: both;
	padding: 10px;
}
.cl-devset-iptv  {
	float: left;
	padding: 10px 0 10px 10px;
	margin-right: 20px;
} 
.cl-devset-head {
	font-size: 14px;
	font-weight: bold;
}
.cl-devset-serial {
	width: 240px;
	padding: 5px;
	float: left;
}
.cl-devset-iptv .cl-devset-serial {
	width: 210px;
}
.cl-devset-serial input {
	width: 220px;
}
.cl-devset-iptv .cl-devset-serial input {
	width: 200px;
}
.cl-item-activation {
	margin-left: 10px;
	margin-top: 40px;
}
.cl-activation-controls .cl-agree {
	cursor: pointer;
}
.cl-activation-controls button:first-child {
	margin-right: 100px;
}
.cl-activation-controls .cl-agree .cl-checkbox {
	color: #7700FF;
	text-align: left;
}
.completer-field {
	position: relative;
	/*
	background: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D") repeat scroll 0 0 transparent;
	*/
	z-index: 10;
	
	/* Customize */
	padding: 4px;	
	font-size: 18px;	
	width: 300px;
	border: 2px solid #FF8000
}

/* Listbox */
.completer-listbox {
	position: absolute;
	display: none;
	overflow: auto;
	
	/* Customize */
	width: 313px;
	max-height: 300px;		
	border: 1px solid #c1cfdd;
	background-color: #f3f3f3;
}

.completer-listbox ul {
	/* Customize */
	margin: 0;
	padding: 0;
}

.completer-listbox li {
	/* Customize */
	cursor: default;	
	list-style-type: none;		
	padding: 3px;
	border-bottom: 1px solid #c1cfdd;
}
.completer-listbox li:hover, .completer-listbox li.odd:hover, .completer-listbox li.selected {
	/* Customize */
	background-color: #7dc823;
	/*
	color: #FFF;
	*/
}

/* Highlight or remark */
.completer-hightlight {
	font-weight: bold;
}
.cl-item-yandexdisk {
	position:absolute;
	left: 260px;
	top: 18px;
	width:26px;
	text-align:center;
}
.cl-item-yandexdisk div {
	color: #888;
	font-size: 12px;
}
.cl-item-yandexdisk .tooltip {
	bottom: 35px;
	text-align:left;
}
.cl-price-comment .tooltip {
	bottom: 35px;
	text-align:left;
}
.calculator .cl-window .cl-option .markdev {
	display: inline-block;
	position: relative;
	height: 21px;
	padding-left: 0px;
	left: -8px;
	top: -4px;
	z-index: 200000;
}
.calculator .cl-window .cl-option .markdev div,
.calculator .cl-window .cl-option .markdev > span  {
	font-weight: bold;
	display: inline-block;
	height: 21px;
	line-height:17px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: url(/images/mark_b.png) 0 0 repeat-x;
	padding-top: -3px;
	padding-right: 5px;
	padding-left: 5px;
}
.calculator .cl-window .cl-option .markdev:before,
.calculator .cl-window .cl-option .markdev:after {
	content: "";
	display: inline-block;
	right: 0px;
	top: 0px;
	width: 0px;
	height: 21px;
}
.calculator .cl-window .cl-option .markdev .tooltip {
	z-index: 300100;
}
.calculator .cl-window .cl-option .markdev .tooltip:after {
	content: "";
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	border-top-color: #7700FF;
	margin-bottom: -12px;
	bottom: 0;
	z-index: 3001;
}
.action-disabled .mark span:before {
	background: url(/images/mark_gray_h.png) left top no-repeat !important;
}
.action-disabled .mark span:after {
	background: url(/images/mark_gray_t.png) left top no-repeat !important;
	top: 1px !important;
	right: -10px !important;
}
.action-disabled .mark {
	background: #A6A6A6 !important;
	height: 18px !important;
}
.cl-item.cl-vodpack .cl-connect {
	float: left;
	margin: 5px -10px 0px 8px;
	font-size: 11px;
	color: #888;
	width: 100px;
}
.cl-item-price .cl-price-comment {
	position:relative;
	color:#7700FF;
}
.cl-item-service {
	/* border-top: 1px solid #dbdbdb; */
	float:left;
	width:100%;
	/* padding: 10px 0 0 0; */
}
.section-right .cl-item.cl-item-service-equipment .mark {
    left: -2px;
}
.cl-item.cl-item-service-equipment .cl-smarthome-equipment {
    margin: unset !important;
}
.cl-rp-item {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.cl-rp-item-note {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
	cursor: pointer;
	font-size: 12px;
	color: #888;
	text-align: left;
	white-space: nowrap;
}
.cl-rp-reload {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
.cl-rp-reload-0 {
	background-color: #e0e0e0;
	width: 20%;
	display: inline-block;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cl-rp-reload-1 {
	background-color: #f0f0f0;
	width: 20%;
	display: inline-block;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cl-rp-reload-0e {
	background-color: #e0e0e0;
	width: 20%;
	display: inline-block;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cl-rp-reload-1e {
	background-color: #f0f0f0;
	width: 20%;
	display: inline-block;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cl-rp-item .cl-price-value {
	font-size: 14px;
}
.cl-rp-item .cl-price-unit {
	width: auto;
}
.cl-rp-item .checked .cl-price-value {
	color: white;
}
.cl-rp-item .checked .cl-price-unit {
	color: white;
}
.cl-rp-item .cl-item-desc {
	width: auto;
	margin: 0px;
	float: none;
}
.cl-rp-reload-0::after {
	content: "";
	position: absolute;
	z-index: 2000;
	right: -30px;
	top: 2px;
	border: 16px solid transparent;
	border-left: 16px solid #e0e0e0;
}
.cl-rp-reload-1::after {
	content: "";
	position: absolute;
	z-index: 2000;
	right: -30px;
	top: 2px;
	border: 16px solid transparent;
	border-left: 16px solid #f0f0f0; 
}
.cl-rp-reload-0.checked {
	background-color: #7700FF;
}
.cl-rp-reload-1.checked {
	background-color: #7700FF;
}
.cl-rp-reload-0.checked::after {
	border-left: 16px solid #7700FF;
}
.cl-rp-reload-1.checked::after {
	border-left: 16px solid #7700FF;
}
.cl-item .disabled.cl-checkbox {
	color: #888;
}
.cl-group-mvnostatusinfo .cl-group-content {
	padding: 15px;
	position: relative;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(233,233,233,0.25);
	padding: 10px;
	margin-bottom: 15px;
}
.cl-group-mvnostatusinfo .cl-item {
	padding: 0  0 10px 0;
	border-bottom: 1px solid #ececec;
}
.cl-group-mvnostatusinfo .manage-list a {
	margin:10px 25px 0 0;
	display: inline-block;
	white-space: nowrap;
}
.cl-group-mvnostatusinfo .title {
	font-weight: bold;
}
.cl-group-mvnostatusinfo .mrg {
	margin: 10px 0 0 0;
}
.cl-group-mvnostatusinfo .circles-text {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
.cl-group-mvnostatusinfo .balance-item {
	display:inline-block;
	margin: 15px 25px 0 0;
}
.cl-group-mvnostatusinfo .balance-item-circle {
	display: inline-block;
}
.cl-group-mvnostatusinfo .balance-item-text {
	float: right;
	margin: 15px 0 0 15px;
}
.cl-group-mvnostatusinfo #numberMVNO {
	font-size:16px;
	font-weight:bold;
	margin:0 15px 0 0;
}
.cl-group-mvnostatusinfo #numberMVNOTitle {
	line-height: 20px;
}
.cl-group-mvnostatusinfo .balance-item-text-title {
	font-weight:bold;
}
#calculator-status {
	clear:both;
}
.cl-rateplan .cl-item-packages,
.cl-status .cl-item-packages  {
	display: block;
	position: relative;
	margin: 0px 0 5px 10px;
	font-size: 12px;
	color: #888;
	float: left;
	width: 95%;
	line-height:14px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.cl-rateplan .cl-item-packages .cl-item-package,
.cl-status .cl-item-packages .cl-item-package{
	float:left;
	margin-right:5px;
	position: relative;
}
.cl-rateplan .cl-item-packages .cl-item-package img,
.cl-status .cl-item-packages .cl-item-package img{
	display: inline-block;
	vertical-align: middle;
	margin-right:3px;
}
.cl-rateplan .cl-item-packages .cl-item-package span,
.cl-status .cl-item-packages .cl-item-package span{
	display: inline-block;
	vertical-align: middle;
}
.cl-item-packages .cl-item-package .infinity{
	font-size:21px;
}
#confirmAddress input[type="text"], input[type="password"], select, textarea {
	background-color: #fff;
}
.cl-item.cl-service .info-right-combo {
	top: -22px;
}
.cl-item-tags {
	margin-top: 5px;
}
.cl-item-tag {
	color: #7700FF;
	border-radius: 3px;
	border: #7700FF 1px solid;
	margin-right: 5px;
	padding: 0 5px 0 5px;
}
.cl-console-item-desc {
	font-size: 12px;
	color: #888;
	width: 370px;
	margin-left: 150px;
	margin-top: 5px;
}
.cl-item.cl-service .info-right-combo {
	top: -22px;
}
.pb-sdk-pos-credit__cont {
	margin: 10px auto 10px;
}
#cl-button-cancel {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#smartdoor_dop_key {
	width: 70px;
}
.calculator .cl-item-package-add-flex-options {
	background-color: #70f;
	color: #fff;
	padding: 1px 6px;
	border-radius: 2px;
}
.direct-credit-url {
	margin-top: 30px;
	margin-bottom: 20px;
}
#account_info_block, .lk-banners {
	position: static !important;
}
.cl-item-params.disabled {
	color: #888 !important;
}
.cl-item-params.disabled > .cl-item-name .cl-checkbox {
	color: #888 !important;
}
